dev-R/jquerylib: new package, add 0.1.4

Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
Robert Greener
2022-07-03 09:27:47 +01:00
parent 0bbe1a1615
commit db281c9805
3 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>me@r0bert.dev</email>
<name>Robert Greener</name>
</maintainer>
<longdescription lang="en">Obtain any major version of 'jQuery' (https://code.jquery.com/) and use it in any webpage generated by 'htmltools' (e.g. 'shiny', 'htmlwidgets', and 'rmarkdown'). Most R users don't need to use this package directly, but other R packages (e.g. 'shiny', 'rmarkdown', etc.) depend on this package to avoid bundling redundant copies of 'jQuery'.</longdescription>
<upstream>
<maintainer>
<name>Carson Sievert</name>
<email>carson@rstudio.com</email>
</maintainer>
</upstream>
</pkgmetadata>