dev-R/backports: Add backports 1.4.1

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-01 16:07:15 +01:00
parent d8ebfcbd76
commit 99dbc7a654
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<name>Robert Greener</name>
<email>me@r0bert.dev</email>
</maintainer>
<longdescription lang="en"> 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.</longdescription>
<upstream>
<maintainer>
<name>Michel Lang</name>
<email>michellang@gmail.com</email>
</maintainer>
<bugs-to>https://github.com/r-lib/backports/issues</bugs-to>
<remote-id type="github">r-lib/backports</remote-id>
</upstream>
</pkgmetadata>