Skip to content

Commit 51822ff

Browse files
authored
Check suggests only (#106)
* Add _R_CHECK_SUGGESTS_ONLY_=true to troubleshoot-build-report * Add note regarding site-library * Replace settings with links to Renviron.bioc for devel, release
1 parent 46318fb commit 51822ff

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

troubleshoot-build-report.Rmd

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,10 @@ report can be found at the top of the [release][release-software-build-report] a
3333
[devel][devel-software-build-report] build reports. Once you are using the
3434
correct version of R make sure all your packages are up-to-date with
3535
`BiocManager::valid()` and `BiocManager::install()`. There are some additional
36-
environment variables the daily builder uses during `R CMD check`. Those are the
37-
following:
36+
environment variables the daily builder uses during `R CMD check`.
3837

39-
```
40-
export _R_CHECK_EXECUTABLES_=false
41-
export _R_CHECK_EXECUTABLES_EXCLUSIONS_=false
42-
export _R_CHECK_LENGTH_1_CONDITION_=package:_R_CHECK_PACKAGE_NAME_,abort,verbose
43-
export _R_CHECK_LENGTH_1_LOGIC2_=package:_R_CHECK_PACKAGE_NAME_,abort,verbose
44-
export _R_CHECK_S3_METHODS_NOT_REGISTERED_=true
45-
export _R_CHECK_SUGGESTS_ONLY_=true
46-
```
38+
* Devel [Renviron.bioc](https://bioconductor.org/checkResults/devel/bioc-LATEST/Renviron.bioc)
39+
* Release [Renviron.bioc](https://bioconductor.org/checkResults/release/bioc-LATEST/Renviron.bioc)
4740

4841
The Single Package build has some extra
4942
[documentation][R CMD check environment]

0 commit comments

Comments
 (0)