Displaying 3 results from an estimated 3 matches for "standard_package_names".
2006 Dec 07
2
Enhances, require() and quality control
...ackage, where R CMD check (R with proposed change) passed
without warnings.
Index: src/library/tools/R/QC.R
===================================================================
--- src/library/tools/R/QC.R (revision 40129)
+++ src/library/tools/R/QC.R (working copy)
@@ -3659,8 +3659,8 @@
standard_package_names <-
.get_standard_package_names()$base %w/o% c("methods", "stats4")
depends_suggests <- c(depends, suggests, pkg_name, contains,
- standard_package_names)
- imports <- c(imports, depends_suggests, enhances)
+...
2024 Apr 24
0
[Rd] R 4.4.0 is released
...tch.aborts
which allows continued evaluation of the R code after an error.
* The non-Quartz tiff() devices allow additional types of
compression if supported by the platform's libtiff library.
* The list of base and recommended package names is now provided by
tools::standard_package_names().
* cairo_pdf() and cairo_ps() default to onefile = TRUE to closer
match pdf() and postscript().
* New option catch.script.errors provides a documented way to catch
errors and then continue in non-interactive use.
* L %||% R newly in base is an expressive idiom for the p...
2024 Apr 24
0
[Rd] R 4.4.0 is released
...tch.aborts
which allows continued evaluation of the R code after an error.
* The non-Quartz tiff() devices allow additional types of
compression if supported by the platform's libtiff library.
* The list of base and recommended package names is now provided by
tools::standard_package_names().
* cairo_pdf() and cairo_ps() default to onefile = TRUE to closer
match pdf() and postscript().
* New option catch.script.errors provides a documented way to catch
errors and then continue in non-interactive use.
* L %||% R newly in base is an expressive idiom for the p...