Displaying 5 results from an estimated 5 matches for "_r_check_depends_only_".
2023 Jul 19
0
_R_CHECK_DEPENDS_ONLY_ vs. packages in .Library [was: Check package without suggests]
.../stat.ethz.ch/pipermail/r-sig-mac/2022-June/014469.html>. It
> was then renamed to 'System-wide site library [Was: CRAN installer
> for macOS - directory permissions]' in June 2022
> <https://stat.ethz.ch/pipermail/r-sig-mac/2022-June/014501.html>.
Currently, a check with _R_CHECK_DEPENDS_ONLY_=TRUE assumes that
.Library only has base and recommended packages. This assumption can be
broken on macOS, and also on other operating systems when R is
installed into a writeable directory or is running without installation
(e.g. R-devel from an SVN checkout) and the user doesn't pre-create a...
2020 May 13
2
docs about _R_CHECK_FORCE_SUGGESTS_ ?
Can someone please add documentation for that environment variable to
Writing R Extensions? An appropriate place would be section
https://cloud.r-project.org/doc/manuals/r-release/R-exts.html#Suggested-packages
which already discusses _R_CHECK_DEPENDS_ONLY_=true
[[alternative HTML version deleted]]
2020 May 13
1
docs about _R_CHECK_FORCE_SUGGESTS_ ?
...by moving the paragraph that
appears in to before the detailed list of exact tests that are performed?
I'm happy to put a patch for that together if there is a) interest, and b)
a patch is preferable to someone on R-core simply doing that migration
themselves.
I do also agree that given that _R_CHECK_DEPENDS_ONLY_ and
_R_CHECK_SUGGESTS_ONLY_
are mentioned in the section you link, it would perhaps make sense to
mention _R_CHECK_FORCE_SUGGESTS_ as well. I can put that in the patch as
well, if there is agreement from R-core that one or both of these changes
make sense.
Best,
~G
On Wed, May 13, 2020 at 11:07 A...
2018 Apr 23
0
R 3.5.0 is released
...C extra' repository which was dropped from Bioconductor
3.6 and later has been removed from setRepositories(). This
changes the mapping for 6-8 used by setRepositories(ind=).
* R CMD check now also applies the settings of environment
variables _R_CHECK_SUGGESTS_ONLY_ and _R_CHECK_DEPENDS_ONLY_ to
the re-building of vignettes.
* R CMD check with environment variable _R_CHECK_DEPENDS_ONLY_ set
to a true value makes test-suite-management packages available
and (for the time being) works around a common omission of
rmarkdown from the VignetteBuilder field.
INS...
2018 Apr 23
0
R 3.5.0 is released
...C extra' repository which was dropped from Bioconductor
3.6 and later has been removed from setRepositories(). This
changes the mapping for 6-8 used by setRepositories(ind=).
* R CMD check now also applies the settings of environment
variables _R_CHECK_SUGGESTS_ONLY_ and _R_CHECK_DEPENDS_ONLY_ to
the re-building of vignettes.
* R CMD check with environment variable _R_CHECK_DEPENDS_ONLY_ set
to a true value makes test-suite-management packages available
and (for the time being) works around a common omission of
rmarkdown from the VignetteBuilder field.
INS...