-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
27 lines (27 loc) · 1.05 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: backports
Type: Package
Title: Reimplementations of Functions Introduced Since R-3.0.0
Version: 1.5.0
Authors@R: c(
person("Michel", "Lang", NULL, "michellang@gmail.com",
role = c("cre", "aut"), comment = c(ORCID = "0000-0001-9754-0393")),
person("Duncan", "Murdoch", NULL, "murdoch.duncan@gmail.com",
role = c("aut")),
person("R Core Team", role = "aut"))
Maintainer: Michel Lang <michellang@gmail.com>
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.
URL: https://github.com/r-lib/backports
BugReports: https://github.com/r-lib/backports/issues
License: GPL-2 | GPL-3
NeedsCompilation: yes
ByteCompile: yes
Depends:
R (>= 3.0.0)
Encoding: UTF-8
RoxygenNote: 7.3.1