Skip to content

options(use_hiplot = TRUE) doesn't work #73

options(use_hiplot = TRUE) doesn't work

options(use_hiplot = TRUE) doesn't work #73

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thanks for reporting, Shixiang will reply as soon as possible:)'
pr-message: 'Thanks for your contribution!'