search for: _r_check_suggests_only_

Displaying 7 results from an estimated 7 matches for "_r_check_suggests_only_".

2020 May 13
1
docs about _R_CHECK_FORCE_SUGGESTS_ ?
...at 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 AM G?bor Cs?rdi <csardi.ga...
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]]
2023 Mar 15
0
R 4.2.3 is released
...lion years BCE). * as.Date.POSIXlt(x) would return "1970-01-01" instead of NA in R 4.2.2, e.g., for x <- as.POSIXlt(c("2019-01-30","2001-1-1")) x$mon <- c(0L, NA); as.Date(x) * R CMD check failed to apply enabled _R_CHECK_SUGGESTS_ONLY_ to examples and vignettes (regression in R 4.2.0). * R CMD check did not re-build vignettes in separate processes by default (regression in R 4.2.0). * Running examples from HTML documentation now restores previous knitr settings and options (PR#18420). * Quartz: fo...
2023 Mar 15
0
R 4.2.3 is released
...lion years BCE). * as.Date.POSIXlt(x) would return "1970-01-01" instead of NA in R 4.2.2, e.g., for x <- as.POSIXlt(c("2019-01-30","2001-1-1")) x$mon <- c(0L, NA); as.Date(x) * R CMD check failed to apply enabled _R_CHECK_SUGGESTS_ONLY_ to examples and vignettes (regression in R 4.2.0). * R CMD check did not re-build vignettes in separate processes by default (regression in R 4.2.0). * Running examples from HTML documentation now restores previous knitr settings and options (PR#18420). * Quartz: fo...
2023 Mar 15
0
R 4.2.3 is released
...lion years BCE). * as.Date.POSIXlt(x) would return "1970-01-01" instead of NA in R 4.2.2, e.g., for x <- as.POSIXlt(c("2019-01-30","2001-1-1")) x$mon <- c(0L, NA); as.Date(x) * R CMD check failed to apply enabled _R_CHECK_SUGGESTS_ONLY_ to examples and vignettes (regression in R 4.2.0). * R CMD check did not re-build vignettes in separate processes by default (regression in R 4.2.0). * Running examples from HTML documentation now restores previous knitr settings and options (PR#18420). * Quartz: fo...
2018 Apr 23
0
R 3.5.0 is released
...manual. * The 'BioC 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 Vi...
2018 Apr 23
0
R 3.5.0 is released
...manual. * The 'BioC 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 Vi...