-
Notifications
You must be signed in to change notification settings - Fork 25
V2 release prep #630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
V2 release prep #630
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
a5db26b
fix link
jwildfire f5beccc
remove safetyCharts remote. reduce vignette file sizes
jwildfire a63d5c9
fix links
jwildfire eaede4b
fix links. fix #544
jwildfire c074a98
rerun pkgdown
jwildfire e26309a
make listviewer pkg optional. fix #628
jwildfire a40a8dd
update dependencies. fix #603
jwildfire 13d6073
make shinyWidgets optional. fix #627
jwildfire 9573231
make shinybusy optional. fix #629
jwildfire c2d08e8
resolve merge
jwildfire d251e88
ignore vignettes. make separate check workflow for merge to main.
jwildfire 57bd0a2
new workflow for merge to main branch
jwildfire 67d2898
enhances -> suggests
jwildfire 371585e
fix spelling issues
jwildfire 3d18e3b
ignore vignettes
jwildfire 75f8d5e
more spelling cleanup
jwildfire 908fa3d
Update R/app_startup.R
28dfa7a
adding title
jwildfire 9761aa4
Merge branch 'v2-release-prep' of github.com:SafetyGraphics/safetyGra…
jwildfire File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| # Run R CMD Check on PR to dev | ||
|
|
||
| on: | ||
| pull_request: | ||
| branches: | ||
| - main | ||
|
|
||
| name: R-CMD-check | ||
|
|
||
| jobs: | ||
| R-CMD-check: | ||
| runs-on: macOS-latest | ||
| env: | ||
| GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
| steps: | ||
| - uses: actions/checkout@v2 | ||
| - uses: r-lib/actions/setup-r@v1 | ||
| - name: Install dependencies | ||
| run: | | ||
| install.packages(c("remotes", "rcmdcheck")) | ||
| remotes::install_deps(dependencies = TRUE) | ||
| shell: Rscript {0} | ||
| - name: Find PhantomJS path | ||
| id: phantomjs | ||
| run: | | ||
| echo "::set-output name=path::$(Rscript -e 'cat(shinytest:::phantom_paths()[[1]])')" | ||
| - name: Cache PhantomJS | ||
| uses: actions/cache@v2 | ||
| with: | ||
| path: ${{ steps.phantomjs.outputs.path }} | ||
| key: ${{ matrix.config.os }}-phantomjs | ||
| restore-keys: ${{ matrix.config.os }}-phantomjs | ||
| - name: Install PhantomJS | ||
| shell: Rscript {0} | ||
| run: | | ||
| options(install.packages.check.source = "no") | ||
| if (!shinytest::dependenciesInstalled()) shinytest::installDependencies() | ||
| - name: Check | ||
| env: | ||
| _R_CHECK_CRAN_INCOMING_: false | ||
| run: rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran", "--ignore-vignettes"), build_args = c("--no-build-vignettes"), error_on = "warning", check_dir = "check") | ||
| shell: Rscript {0} | ||
| - name: Show testthat output | ||
| if: always() | ||
| run: find check -name 'testthat.Rout*' -exec cat '{}' \; || true | ||
| shell: bash |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.