...names()
to match the new implementation in r-devel (svn rev 81283).paste()
with support for argument recycle0
for R versions prior to 4.0.1.paste0()
with support for argument recycle0
for R versions prior to 4.0.1....names()
for R versions prior to 4.1.0.stopifnot()
for R versions prior to 4.0.0.list2DF()
to new behaviour introduced in r81038: the inputs are not recycled anymore
to common length. Instead, an error is thrown.get0()
to work with R-devel / R-4.1.0 for first argument having length greater than 1.asplit()
for R versions prior to 3.6.0 (#47).removeSource()
which also supports language objects for R versions prior to 3.6.0 (#50).isNamespaceLoaded
for R versions prior to 3.2.0 (#49).suppressMessages()
and suppressWarnings()
with support for argument classes
for R versions prior to 4.0.0str2lang()
and str2expression()
(#42)
Thanks to @dmurdoch.import()
imported too many functions and has been fixed.tools::vignetteInfo()
for R versions prior to 3.6.0list2DF()
and deparse1()
deparse1()
for R versions prior to 4.0.0.list2DF()
for R versions prior to 4.0.0.R_user_dir()
for R versions prior to 4.0.0.dQuote()
and sQuote()
with support for argument q
for R versions prior to 3.6.0.isTRUE()
implementing the new behaviour introduced in R 3.5.0.warningCondition()
and errorCondition()
.warningCondition()
and errorCondition()
for R versions prior to 3.6.0.capture.output()
with support for argument type
for R versions prior to 3.3.0.URLencode()
with support for argument repeated
for R versions prior to 3.2.0..valid.factor()
for R versions prior to 3.4.0....length()
and ...elt()
for R versions prior to 3.5.0.isFALSE()
for R versions prior to 3.5.0.import()
.
This is now the recommended way to use backports non-interactively.
Simply importing backports in the NAMESPACE still works, but is comparably error-prone
if the same library is used by multiple R installations.get0()
for R versions prior to 3.2.0.hasName()
for R versions prior to 3.4.0.file.info()
with backport for argument extra_cols
.file.size()
, file.mtime()
and file.mode()
for R-3.1.x.file.size()
, file.mtime()
and file.mode()
for R versions prior to 3.2.0.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.