dev-R/lifecycle: tidy metadata

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-03 19:17:24 +02:00
parent 3623ca5de9
commit 9532d951ce

View File

@@ -1,33 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata> <pkgmetadata>
<maintainer type="person"> <maintainer type="person">
<email>lssndrbarbieri@gmail.com</email> <email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name> <name>Alessandro Barbieri</name>
</maintainer> </maintainer>
<longdescription lang="en"> <longdescription lang="en">Manage the life cycle of your exported functions with shared conventions, documentation badges, and non-invasive deprecation warnings. The 'lifecycle' package defines four development stages (experimental, maturing, stable, and questioning) and three deprecation stages (soft-deprecated, deprecated, and defunct). It makes it easy to insert badges corresponding to these stages in your documentation. Usage of deprecated functions are signalled with increasing levels of non-invasive verbosity.</longdescription>
Manage the life cycle of your exported functions with shared conventions, documentation badges, and non-invasive deprecation warnings. The 'lifecycle' package defines four development stages (experimental, maturing, stable, and questioning) and three deprecation stages (soft-deprecated, deprecated, and defunct). It makes it easy to insert badges corresponding to these stages in your documentation. Usage of deprecated functions are signalled with increasing levels of non-invasive verbosity.
</longdescription>
<upstream> <upstream>
<bugs-to> <bugs-to>https://github.com/r-lib/lifecycle/issues</bugs-to>
https://github.com/r-lib/lifecycle/issues <doc lang="en">https://cran.r-project.org/web//packages/lifecycle/lifecycle.pdf</doc>
</bugs-to> <changelog>https://cran.r-project.org/web//packages/lifecycle/news/news.html</changelog>
<doc lang="en">
https://cran.r-project.org/web//packages/lifecycle/lifecycle.pdf
</doc>
<changelog>
https://cran.r-project.org/web//packages/lifecycle/news/news.html
</changelog>
<maintainer> <maintainer>
<name> <name>Lionel Henry</name>
Lionel Henry <email>lionel@rstudio.com</email>
</name>
<email>
lionel@rstudio.com
</email>
</maintainer> </maintainer>
<remote-id type="github"> <remote-id type="github">r-lib/lifecycle</remote-id>
r-lib/lifecycle
</remote-id>
</upstream> </upstream>
</pkgmetadata> </pkgmetadata>