Learn R Programming

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

backports (version 1.1.4)

Reimplementations of Functions Introduced Since R-3.0.0

Description

Functions introduced or changed since R v3.0.0 are re-implemented in this package. The backports are conditionally exported in order to let R resolve the function name to either the implemented backport, or the respective base version, if available. Package developers can make use of new functions or arguments by selectively importing specific backports to support older installations.

Copy Link

Version

Install

install.packages('backports')

Monthly Downloads

582,873

Version

1.1.4

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Michel Lang

Last Published

April 10th, 2019

Functions in backports (1.1.4)

backports-package

backports: Reimplementations of Functions Introduced Since R-3.0.0
...elt

Backport of ...elt for R < 3.4.2
anyNA

Backport of anyNA for R versions < 3.2.0.
URLencode

Backport of URLencode for R < 3.2.0
strrep

Backport of strrep for R < 3.3.0
import

Import backported functions into your package
trimws

Backport of trimws for R < 3.3.0
.valid.factor

Backport of .valid.factor for R < 3.4.0
warningCondition

Backport of warningCondition and errorCondition for R < 3.6.0
isFALSE

Backport of isFALSE for R < 3.4.2
...length

Backport of ...length for R < 3.4.2
endsWith

Backport of endsWith for R < 3.3.0
file.info

Backport of file.info for R < 3.2.0
file.mode

Backports of wrappers around file.info for R < 3.2.0
get0

Backport of get0 for R < 3.2.0
hasName

Backport of hasName for R < 3.4.0
dir.exists

Backport of dir.exists for R < 3.2.0
capture.output

Backport of capture.output for R < 3.3.0
lengths

Backport of lengths for R < 3.2.0
startsWith

Backport of startsWith for R < 3.3.0