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. <upstream>
</longdescription> <bugs-to>https://github.com/r-lib/lifecycle/issues</bugs-to>
<upstream> <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>
https://github.com/r-lib/lifecycle/issues <maintainer>
</bugs-to> <name>Lionel Henry</name>
<doc lang="en"> <email>lionel@rstudio.com</email>
https://cran.r-project.org/web//packages/lifecycle/lifecycle.pdf </maintainer>
</doc> <remote-id type="github">r-lib/lifecycle</remote-id>
<changelog> </upstream>
https://cran.r-project.org/web//packages/lifecycle/news/news.html
</changelog>
<maintainer>
<name>
Lionel Henry
</name>
<email>
lionel@rstudio.com
</email>
</maintainer>
<remote-id type="github">
r-lib/lifecycle
</remote-id>
</upstream>
</pkgmetadata> </pkgmetadata>