commit: 46a5202b86f459a364607368de2fc00c2867b830 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Mon May 3 17:22:44 2021 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Tue May 4 00:12:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46a5202b
dev-R/rlang: tidy metadata Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-R/rlang/metadata.xml | 46 ++++++++++++++++------------------------------ 1 file changed, 16 insertions(+), 30 deletions(-) diff --git a/dev-R/rlang/metadata.xml b/dev-R/rlang/metadata.xml index f03eca44f..c7aea6c2f 100644 --- a/dev-R/rlang/metadata.xml +++ b/dev-R/rlang/metadata.xml @@ -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"> <pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Alessandro Barbieri</name> - </maintainer> - <longdescription lang="en"> - A toolbox for working with base types, core R features like the condition system, and core 'Tidyverse' features like tidy evaluation. - </longdescription> - <upstream> - <bugs-to> - https://github.com/r-lib/rlang/issues - </bugs-to> - <doc lang="en"> - https://cran.r-project.org/web//packages/rlang/rlang.pdf - </doc> - <changelog> - https://cran.r-project.org/web//packages/rlang/news/news.html - </changelog> - <maintainer> - <name> - Lionel Henry - </name> - <email> - [email protected] - </email> - </maintainer> - <remote-id type="github"> - r-lib/rlang - </remote-id> - </upstream> + <maintainer type="person"> + <email>[email protected]</email> + <name>Alessandro Barbieri</name> + </maintainer> + <longdescription lang="en">A toolbox for working with base types, core R features like the condition system, and core 'Tidyverse' features like tidy evaluation.</longdescription> + <upstream> + <bugs-to>https://github.com/r-lib/rlang/issues</bugs-to> + <doc lang="en">https://cran.r-project.org/web//packages/rlang/rlang.pdf</doc> + <changelog>https://cran.r-project.org/web//packages/rlang/news/news.html</changelog> + <maintainer> + <name>Lionel Henry</name> + <email>[email protected]</email> + </maintainer> + <remote-id type="github">r-lib/rlang</remote-id> + </upstream> </pkgmetadata>
