dev-R/roxygen2: new

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-31 23:23:12 +02:00
parent 176b0cba0d
commit f58e365d23
3 changed files with 44 additions and 0 deletions

1
dev-R/roxygen2/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST roxygen2_7.1.1.tar.gz 254118 BLAKE2B 745e43e23cbc5ce26993ce16837ebb2e41ad7b6b2f97c7a5a996614e2432868404fd7cfa9fa4ddf7c55927c3aa3155bdb9a29433526101c939dfb92eb311dd2a SHA512 f6674039bc369494cd63385f567cd68674e75463ec98ab08696c3ddd3375ba44fa09ebbe78c308dcd7295414b3ebc0509ddbbf9968ce6e1219a22285028c3642

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
In-Line Documentation for R // Generate your Rd documentation,
'NAMESPACE' file, and collation field using specially formatted
comments. Writing documentation in-line with code makes it
easier to keep your documentation up-to-date as your
requirements change. 'Roxygen2' is inspired by the 'Doxygen'
system for C++.
</longdescription>
</pkgmetadata>

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='In-Line Documentation for R'
KEYWORDS="~amd64"
LICENSE='GPL-2+'
DEPEND="
dev-R/brew
dev-R/rlang
dev-R/digest
>=dev-R/desc-1.2.0
dev-R/knitr
dev-R/xml2
>=dev-lang/R-3.2
dev-R/commonmark
>=dev-R/pkgload-1.0.2
>=dev-R/purrr-0.3.3
>=dev-R/R6-2.1.2
>=dev-R/Rcpp-0.11.0
dev-R/stringi
>=dev-R/stringr-1.0.0
"
RDEPEND="
${DEPEND}
dev-R/Rcpp
"