Skip to content

Commit

Permalink
keep package source during check
Browse files Browse the repository at this point in the history
Information on the location(s) of code generating the ‘Note’s can be
obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
  • Loading branch information
jefferis committed May 8, 2021
1 parent effd5f6 commit a100c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
neuprint_dataset: "hemibrain:v1.1"
neuprint_server: "https://neuprint.janelia.org"
neuprint_token: ${{ secrets.NEUPRINT_TOKEN }}
R_KEEP_PKG_SOURCE: true
R_KEEP_PKG_SOURCE: yes

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a100c1b

Please sign in to comment.