commit: 07a0810b6e6a891f5afaed7fff89de10a2eea7a1 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Mon May 3 17:18:01 2021 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Tue May 4 00:12:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=07a0810b
dev-R/tidyselect: tidy metadata Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-R/tidyselect/metadata.xml | 46 +++++++++++++++---------------------------- 1 file changed, 16 insertions(+), 30 deletions(-) diff --git a/dev-R/tidyselect/metadata.xml b/dev-R/tidyselect/metadata.xml index 97fc11461..dbc035c79 100644 --- a/dev-R/tidyselect/metadata.xml +++ b/dev-R/tidyselect/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 backend for the selecting functions of the 'tidyverse'. It makes it easy to implement select-like functions in your own packages in a way that is consistent with other 'tidyverse' interfaces for selection. - </longdescription> - <upstream> - <bugs-to> - https://github.com/r-lib/tidyselect/issues - </bugs-to> - <doc lang="en"> - https://cran.r-project.org/web//packages/tidyselect/tidyselect.pdf - </doc> - <changelog> - https://cran.r-project.org/web//packages/tidyselect/news/news.html - </changelog> - <maintainer> - <name> - Lionel Henry - </name> - <email> - [email protected] - </email> - </maintainer> - <remote-id type="github"> - r-lib/tidyselect - </remote-id> - </upstream> + <maintainer type="person"> + <email>[email protected]</email> + <name>Alessandro Barbieri</name> + </maintainer> + <longdescription lang="en">A backend for the selecting functions of the 'tidyverse'. It makes it easy to implement select-like functions in your own packages in a way that is consistent with other 'tidyverse' interfaces for selection.</longdescription> + <upstream> + <bugs-to>https://github.com/r-lib/tidyselect/issues</bugs-to> + <doc lang="en">https://cran.r-project.org/web//packages/tidyselect/tidyselect.pdf</doc> + <changelog>https://cran.r-project.org/web//packages/tidyselect/news/news.html</changelog> + <maintainer> + <name>Lionel Henry</name> + <email>[email protected]</email> + </maintainer> + <remote-id type="github">r-lib/tidyselect</remote-id> + </upstream> </pkgmetadata>
