Learn R Programming

⚠️There's a newer version (1.5.0) of this package.Take me there.

backports (version 1.1.0)

Reimplementations of Functions Introduced Since R-3.0.0

Description

Implementations of functions which have been introduced in R since version 3.0.0. The backports are conditionally exported which results in R resolving the function names to the version shipped with R (if available) and uses the implemented backports as fallback. This way package developers can make use of the new functions without worrying about the minimum required R version.

Copy Link

Version

Install

install.packages('backports')

Monthly Downloads

604,395

Version

1.1.0

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Michel Lang

Last Published

May 22nd, 2017

Functions in backports (1.1.0)

hasName

Backport of hasName for R < 3.4.0
import

Import backported functions into your package
strrep

Backport of strrep for R < 3.3.0
trimws

Backport of trimws for R < 3.3.0
anyNA

Backport of anyNA for R versions < 3.2.0.
dir.exists

Backport of dir.exists for R < 3.2.0
lengths

Backport of lengths for R < 3.2.0
startsWith

Backport of startsWith for R < 3.3.0
endsWith

Backport of endsWith for R < 3.3.0
file.info

Backport of
file.mode

Backports of wrappers around
get0

Backport of get0 for R < 3.2.0