Files
guru/dev-R/backports/metadata.xml
Anna (cybertailor) Vyalkova 1e95f22062 */*: update metadata schema uri
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-03-04 18:56:32 +05:00

18 lines
920 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<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>