diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-22 00:54:52 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-04-22 00:54:52 +0000 |
| commit | 5ff35cfdfb57ddfb3ab1f55b87510f2ec75a4d1f (patch) | |
| tree | 639aea69a39addd4aa5289a7eb03c8df74c6b4af /dev-R | |
| parent | bbbcde0c45030906d757bde22be6bfcb719f85d0 (diff) | |
| download | baldeagleos-repo-5ff35cfdfb57ddfb3ab1f55b87510f2ec75a4d1f.tar.gz baldeagleos-repo-5ff35cfdfb57ddfb3ab1f55b87510f2ec75a4d1f.tar.xz baldeagleos-repo-5ff35cfdfb57ddfb3ab1f55b87510f2ec75a4d1f.zip | |
Adding metadata
Diffstat (limited to 'dev-R')
38 files changed, 333 insertions, 53 deletions
diff --git a/dev-R/BH/BH-1.75.0.0.ebuild b/dev-R/BH/BH-1.75.0.0.ebuild index d7175846d22b..b4fceef8b7a1 100644 --- a/dev-R/BH/BH-1.75.0.0.ebuild +++ b/dev-R/BH/BH-1.75.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,11 +16,12 @@ SRC_URI="mirror://cran/src/contrib/${MY_P}.tar.gz" LICENSE='Boost-1.0' KEYWORDS="~amd64" + DEPEND=">=dev-libs/boost-$(ver_cut 1-3)" RDEPEND="${DEPEND}" src_prepare() { # Do not bundle boost rm -rf inst/include/boost || die - default + R-packages_src_prepare } diff --git a/dev-R/BH/BH-1.78.0.0.ebuild b/dev-R/BH/BH-1.78.0.0.ebuild index 92f06d6622e7..b4fceef8b7a1 100644 --- a/dev-R/BH/BH-1.78.0.0.ebuild +++ b/dev-R/BH/BH-1.78.0.0.ebuild @@ -16,11 +16,12 @@ SRC_URI="mirror://cran/src/contrib/${MY_P}.tar.gz" LICENSE='Boost-1.0' KEYWORDS="~amd64" + DEPEND=">=dev-libs/boost-$(ver_cut 1-3)" RDEPEND="${DEPEND}" src_prepare() { # Do not bundle boost rm -rf inst/include/boost || die - default + R-packages_src_prepare } diff --git a/dev-R/MASS/MASS-7.3.56.ebuild b/dev-R/MASS/MASS-7.3.56.ebuild index 08e7476f807e..d9aad6739e8a 100644 --- a/dev-R/MASS/MASS-7.3.56.ebuild +++ b/dev-R/MASS/MASS-7.3.56.ebuild @@ -20,8 +20,8 @@ DEPEND=" RDEPEND="${DEPEND}" SUGGESTED_PACKAGES=" - dev-R/lattice - dev-R/nlme - dev-R/nnet - dev-R/survival + virtual/lattice + virtual/nlme + virtual/nnet + virtual/survival " diff --git a/dev-R/Matrix/Matrix-1.4.1.ebuild b/dev-R/Matrix/Matrix-1.4.1.ebuild index ee3df3ef20b4..1d537e9a55bb 100644 --- a/dev-R/Matrix/Matrix-1.4.1.ebuild +++ b/dev-R/Matrix/Matrix-1.4.1.ebuild @@ -22,5 +22,5 @@ RDEPEND="${DEPEND}" SUGGESTED_PACKAGES=" dev-R/expm - dev-R/MASS + virtual/MASS " diff --git a/dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild b/dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild index 90a6b1e20db0..a100ef542b35 100644 --- a/dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild +++ b/dev-R/RcppArmadillo/RcppArmadillo-0.10.2.2.0.ebuild @@ -21,7 +21,7 @@ RDEPEND="${DEPEND}" #TODO: correctly link to lapack src_prepare() { - default + R-packages_src_prepare #remove bundled rm -r inst/include/armadillo_bits || die diff --git a/dev-R/RcppArmadillo/RcppArmadillo-0.10.8.1.0.ebuild b/dev-R/RcppArmadillo/RcppArmadillo-0.10.8.1.0.ebuild index cf3082d4539c..364b05a04ff1 100644 --- a/dev-R/RcppArmadillo/RcppArmadillo-0.10.8.1.0.ebuild +++ b/dev-R/RcppArmadillo/RcppArmadillo-0.10.8.1.0.ebuild @@ -21,7 +21,7 @@ RDEPEND="${DEPEND}" SUGGESTED_PACKAGES=" dev-R/tinytest - >=dev-R/Matrix-1.3.0 + virtual/Matrix dev-R/pkgKitten dev-R/reticulate dev-R/slam @@ -30,7 +30,7 @@ SUGGESTED_PACKAGES=" #TODO: correctly link to lapack src_prepare() { - default + R-packages_src_prepare #remove bundled rm -r inst/include/armadillo_bits || die diff --git a/dev-R/RcppTOML/Manifest b/dev-R/RcppTOML/Manifest new file mode 100644 index 000000000000..f99a18d2fddc --- /dev/null +++ b/dev-R/RcppTOML/Manifest @@ -0,0 +1 @@ +DIST RcppTOML_0.1.7.tar.gz 42551 BLAKE2B 5622ed62137291615a527ff97ee964162e086960d22f62f570ed06bc0483d47dddcafc46a8382922fd88071fd023445d712d66facbcf7df46866fb15509ba64a SHA512 c1a9e2a0f0c0229620125b6b18e5fb73fcb059d916c716f2cb7cc0bfbdb6253e71462a3fe7482e5d2f0672d429a81307effc89c26f79f5a99fe393c6a9d35ce9 diff --git a/dev-R/RcppTOML/RcppTOML-0.1.7.ebuild b/dev-R/RcppTOML/RcppTOML-0.1.7.ebuild new file mode 100644 index 000000000000..b0a4cb18467d --- /dev/null +++ b/dev-R/RcppTOML/RcppTOML-0.1.7.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='Rcpp Bindings to C++ parser for TOML files' +HOMEPAGE=" + https://cran.r-project.org/package=RcppTOML + https://github.com/eddelbuettel/rcpptoml +" +KEYWORDS="~amd64" +LICENSE='GPL-2+' + +DEPEND=" + dev-cpp/cpptoml + >=dev-lang/R-3.3.0 + >=dev-R/Rcpp-0.11.5 +" +RDEPEND="${DEPEND}" + +src_prepare() { + rm -r inst/tinytest || die + # replace bundled cpptoml + rm inst/include/cpptoml.h || die + ln -s /usr/include/cpptoml.h inst/include/cpptoml.h || die + R-packages_src_prepare +} + +src_install() { + R-packages_src_install + rm "${ED}/usr/lib64/R/site-library/RcppTOML/include/cpptoml.h" || die + dosym ../../../../../../usr/include/cpptoml.h "${EPREFIX}/usr/lib64/R/site-library/RcppTOML/include/cpptoml.h" +} + +SUGGESTED_PACKAGES="dev-R/tinytest" diff --git a/dev-R/RcppTOML/metadata.xml b/dev-R/RcppTOML/metadata.xml new file mode 100644 index 000000000000..a2ab00d18cbd --- /dev/null +++ b/dev-R/RcppTOML/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + <description>co-maintainers welcome</description> + </maintainer> + <longdescription> + 'Rcpp' Bindings to Parser for Tom's Obvious Markup Language // + The configuration format defined by 'TOML' (which expands to + "Tom's Obvious Markup Language") specifies an excellent format + (described at https://toml.io/en/) suitable for both human + editing as well as the common uses of a machine-readable + format. This package uses 'Rcpp' to connect the 'cpptoml' + parser written by Chase Geigle (in C++11) to R. + </longdescription> + + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-R/colorspace/colorspace-2.0.3.ebuild b/dev-R/colorspace/colorspace-2.0.3.ebuild index 534ccd488302..069d8adf97b5 100644 --- a/dev-R/colorspace/colorspace-2.0.3.ebuild +++ b/dev-R/colorspace/colorspace-2.0.3.ebuild @@ -17,8 +17,8 @@ DEPEND=">=dev-lang/R-3.0.0" RDEPEND="${DEPEND}" SUGGESTED_PACKAGES=" - dev-R/KernSmooth - dev-R/MASS + virtual/KernSmooth + virtual/MASS dev-R/kernlab dev-R/mvtnorm dev-R/vcd diff --git a/dev-R/evaluate/evaluate-0.15.ebuild b/dev-R/evaluate/evaluate-0.15.ebuild index 2dcc08a7b925..f014db023f6b 100644 --- a/dev-R/evaluate/evaluate-0.15.ebuild +++ b/dev-R/evaluate/evaluate-0.15.ebuild @@ -15,6 +15,6 @@ RDEPEND="${DEPEND}" SUGGESTED_PACKAGES=" dev-R/covr dev-R/ggplot2 - dev-R/lattice + virtual/lattice dev-R/testthat " diff --git a/dev-R/ggplot2/ggplot2-3.3.5.ebuild b/dev-R/ggplot2/ggplot2-3.3.5.ebuild index e4898b5c83f2..1e9fbec72698 100644 --- a/dev-R/ggplot2/ggplot2-3.3.5.ebuild +++ b/dev-R/ggplot2/ggplot2-3.3.5.ebuild @@ -33,19 +33,19 @@ SUGGESTED_PACKAGES=" dev-R/Hmisc dev-R/interp dev-R/knitr - dev-R/lattice + virtual/lattice dev-R/mapproj dev-R/maps dev-R/maptools dev-R/multcomp dev-R/munsell - dev-R/nlme + virtual/nlme dev-R/profvis dev-R/quantreg dev-R/RColorBrewer dev-R/rgeos dev-R/rmarkdown - dev-R/rpart + virtual/rpart >=dev-R/sf-0.7.3 >=dev-R/svglite-1.2.0.9001 >=dev-R/testthat-2.1.0 diff --git a/dev-R/here/Manifest b/dev-R/here/Manifest new file mode 100644 index 000000000000..06235a50b3bd --- /dev/null +++ b/dev-R/here/Manifest @@ -0,0 +1 @@ +DIST here_1.0.1.tar.gz 32954 BLAKE2B 840269e8beaf58ef987bdb54fe51110e39d3e071da0623cb9b687d752b80714837a415fdf7618b1c6fa02fe8f5facd0aa700e82d34f6d2ca4579294af410ac71 SHA512 7710f4c85e6c24cb4f7b24c5f904535432475a4d28e29ebe957e511bc13e8806d52f2c04583335a2a0419dcf524b4e9631d62b2e8d6bcfb2d0f018ae55cd3ba2 diff --git a/dev-R/here/here-1.0.1.ebuild b/dev-R/here/here-1.0.1.ebuild new file mode 100644 index 000000000000..bd6c94f916e9 --- /dev/null +++ b/dev-R/here/here-1.0.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='A Simpler Way to Find Your Files' +HOMEPAGE=" + https://cran.r-project.org/package=here + https://here.r-lib.org/ + https://github.com/r-lib/here +" +KEYWORDS="~amd64" +LICENSE='MIT' + +DEPEND=">=dev-R/rprojroot-2.0.2" +RDEPEND="${DEPEND}" + +SUGGESTED_PACKAGES=" + dev-R/conflicted + dev-R/covr + dev-R/fs + dev-R/knitr + dev-R/palmerpenguins + dev-R/plyr + dev-R/readr + dev-R/rlang + dev-R/rmarkdown + dev-R/testthat + dev-R/uuid + dev-R/withr +" diff --git a/dev-R/here/metadata.xml b/dev-R/here/metadata.xml new file mode 100644 index 000000000000..8654f94559c4 --- /dev/null +++ b/dev-R/here/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + <description>co-maintainers welcome</description> + </maintainer> + <longdescription> + A Simpler Way to Find Your Files // Constructs paths to your + project's files. Declare the relative path of a file within + your project with 'i_am()'. Use the 'here()' function as a + drop-in replacement for 'file.path()', it will always locate + the files relative to your project root. + </longdescription> + + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-R/knitr/knitr-1.38.ebuild b/dev-R/knitr/knitr-1.38.ebuild index 0c968a644c40..ea1f3026a2d2 100644 --- a/dev-R/knitr/knitr-1.38.ebuild +++ b/dev-R/knitr/knitr-1.38.ebuild @@ -28,7 +28,7 @@ SUGGESTED_PACKAGES=" dev-R/testit dev-R/digest >=dev-R/rgl-0.95.1201 - dev-R/codetools + virtual/codetools dev-R/rmarkdown >=dev-R/htmlwidgets-0.7 dev-R/webshot diff --git a/dev-R/lattice/Manifest b/dev-R/lattice/Manifest index 949a53bee26d..22abc0b1e215 100644 --- a/dev-R/lattice/Manifest +++ b/dev-R/lattice/Manifest @@ -1,2 +1 @@ -DIST lattice-0.20.44.tar.gz 399257 BLAKE2B 98ce0b74478dc5bf2e9e1f8282a1793d38a3cabdce3e48e8bc7f9a18b438bc91e32a61195e845308892a8c290ac7326b1d842a8760903f413d8407d6901c264a SHA512 425cbe4e0efa3a53b1b5609cecd6065d4b1c6cb0eb00f4595d1446a642efb8b95da769f66081b7f106b43170dcded146151d7597a74daef4c9ec79302792f5f2 DIST lattice_0.20-45.tar.gz 399470 BLAKE2B b228bfb8e5d8e01a0e6977bcc1f63f61d097d01bd429bf4050de00ac4e1b3230153bb418bd778c4e352201246041bd141c4d5860b7a66bd3703e7ab97feb8a05 SHA512 b27975007c86e05653ddf1b9f0188e1fdbf4497965279928b71bc7b39df5a42c05e3fcee2dbd4284dbc6f3af4e32730c259b1abb29c6632ac90571ba15e65391 diff --git a/dev-R/lattice/lattice-0.20.44.ebuild b/dev-R/lattice/lattice-0.20.44.ebuild deleted file mode 100644 index c88a0c20e719..000000000000 --- a/dev-R/lattice/lattice-0.20.44.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit R-packages optfeature - -DESCRIPTION='Trellis Graphics for R' -HOMEPAGE="http://lattice.r-forge.r-project.org/index.php" -KEYWORDS="~amd64" -SRC_URI="mirror://cran/src/contrib/Archive/"{$PN}"/"${PN}"_"$(ver_rs 2 '-')".tar.gz -> "${P}".tar.gz" -LICENSE='GPL-2+' - -DEPEND=" - >=dev-lang/R-3.0.0 - dev-lang/R[minimal] -" -RDEPEND="${DEPEND}" - -pkg_postinst() { - optfeature "immer in the MASS package for data from the same experiment (expressed as total yield for 3 blocks) for a subset of varieties" dev-R/MASS -} diff --git a/dev-R/lattice/lattice-0.20.45.ebuild b/dev-R/lattice/lattice-0.20.45.ebuild index 3cb3086259cf..ec2427fe3b67 100644 --- a/dev-R/lattice/lattice-0.20.45.ebuild +++ b/dev-R/lattice/lattice-0.20.45.ebuild @@ -24,7 +24,7 @@ DEPEND=" RDEPEND="${DEPEND}" SUGGESTED_PACKAGES=" - dev-R/KernSmooth - dev-R/MASS + virtual/KernSmooth + virtual/MASS dev-R/latticeExtra " diff --git a/dev-R/mgcv/mgcv-1.8.40.ebuild b/dev-R/mgcv/mgcv-1.8.40.ebuild index 39863e54d3b9..3fda34cda709 100644 --- a/dev-R/mgcv/mgcv-1.8.40.ebuild +++ b/dev-R/mgcv/mgcv-1.8.40.ebuild @@ -22,6 +22,6 @@ DEPEND=" RDEPEND="${DEPEND}" SUGGESTED_PACKAGES=" - dev-R/survival - dev-R/MASS + virtual/survival + virtual/MASS " diff --git a/dev-R/nlme/nlme-3.1.157.ebuild b/dev-R/nlme/nlme-3.1.157.ebuild index a90b6ded694b..61c88f5c81e6 100644 --- a/dev-R/nlme/nlme-3.1.157.ebuild +++ b/dev-R/nlme/nlme-3.1.157.ebuild @@ -22,6 +22,6 @@ RDEPEND="${DEPEND}" SUGGESTED_PACKAGES=" dev-R/Hmisc - dev-R/MASS + virtual/MASS dev-R/SASmixed " diff --git a/dev-R/nnet/nnet-7.3.17.ebuild b/dev-R/nnet/nnet-7.3.17.ebuild index 6f28357012ef..236b31c78a56 100644 --- a/dev-R/nnet/nnet-7.3.17.ebuild +++ b/dev-R/nnet/nnet-7.3.17.ebuild @@ -20,5 +20,5 @@ DEPEND=" RDEPEND="${DEPEND}" SUGGESTED_PACKAGES=" - dev_R/MASS + virtual/MASS " diff --git a/dev-R/pillar/pillar-1.7.0.ebuild b/dev-R/pillar/pillar-1.7.0.ebuild index d8e84a932145..558644791bbe 100644 --- a/dev-R/pillar/pillar-1.7.0.ebuild +++ b/dev-R/pillar/pillar-1.7.0.ebuild @@ -42,7 +42,7 @@ SUGGESTED_PACKAGES=" dev-R/rmarkdown dev-R/scales dev-R/stringi - dev-R/survival + virtual/survival >=dev-R/testthat-3.1.1 dev-R/tibble >=dev-R/units-0.7.2 diff --git a/dev-R/plogr/plogr-0.2.0.ebuild b/dev-R/plogr/plogr-0.2.0.ebuild index c643e38700a4..93357ed3d4ee 100644 --- a/dev-R/plogr/plogr-0.2.0.ebuild +++ b/dev-R/plogr/plogr-0.2.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=7 inherit R-packages @@ -20,5 +20,5 @@ DEPEND="${RDEPEND}" src_prepare() { #do not bundle plog rm -rf inst/include || die - default + R-packages_src_prepare } diff --git a/dev-R/png/Manifest b/dev-R/png/Manifest new file mode 100644 index 000000000000..5d037636994a --- /dev/null +++ b/dev-R/png/Manifest @@ -0,0 +1 @@ +DIST png_0.1-7.tar.gz 24990 BLAKE2B 97fdc6de3dc6646d09ce57cf4b294e73566ee4d2d29bd89870a84bdd2b76b1eea8925e01a272383f5cd8440eb50990fb202c96cd433992d51408661b80b02b32 SHA512 033a2a45e0fc55a9975257397162ceac0416afb47bbf266025e1ed00790ea1261d1254255aa09cd8828e034b0cd8006cc5e26c9f732ec996dcbec3c937e00f5f diff --git a/dev-R/png/metadata.xml b/dev-R/png/metadata.xml new file mode 100644 index 000000000000..23741117b1df --- /dev/null +++ b/dev-R/png/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + <description>co-maintainers welcome</description> + </maintainer> + <longdescription> + Read and write PNG images // This package provides an easy and + simple way to read, write and display bitmap images stored in + the PNG format. It can read and write both files and in-memory + raw vectors. + </longdescription> + + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-R/png/png-0.1.7.ebuild b/dev-R/png/png-0.1.7.ebuild new file mode 100644 index 000000000000..bfd4a0eff880 --- /dev/null +++ b/dev-R/png/png-0.1.7.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +MYPV="$(ver_rs 2 -)" + +DESCRIPTION='Read and write PNG images' +HOMEPAGE=" + https://cran.r-project.org/package=png + http://www.rforge.net/png/ +" +SRC_URI="mirror://cran/src/contrib/${PN}_${MYPV}.tar.gz" + +KEYWORDS="~amd64" +LICENSE='|| ( GPL-2 GPL-3 )' + +RDEPEND=" + ${DEPEND} + media-libs/libpng +" diff --git a/dev-R/rappdirs/Manifest b/dev-R/rappdirs/Manifest new file mode 100644 index 000000000000..4704a4f46963 --- /dev/null +++ b/dev-R/rappdirs/Manifest @@ -0,0 +1 @@ +DIST rappdirs_0.3.3.tar.gz 12288 BLAKE2B 2dd360804783d56269f4f9c96cfe057ba431ee9d71e69227f2338feec06cbff555d1707e01a2830647a7d7421d7dbc56452b88b985971cf1feb5d21bc1452cea SHA512 e44bbcf2d113d92751660c73fc2023270097dc7da7ef15ab7ae70ed8f9709f14646b5b6ea90af465f728db55936736015959bab19692b3e4ca45a5c5ca62fb7b diff --git a/dev-R/rappdirs/metadata.xml b/dev-R/rappdirs/metadata.xml new file mode 100644 index 000000000000..b7aabf73abaa --- /dev/null +++ b/dev-R/rappdirs/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + <description>co-maintainers welcome</description> + </maintainer> + <longdescription> + Application Directories: Determine Where to Save Data, Caches, + and Logs // An easy way to determine which directories on the + users computer you should use to save data, caches and logs. A + port of Python's 'Appdirs' + (https://github.com/ActiveState/appdirs) to R. + </longdescription> + + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-R/rappdirs/rappdirs-0.3.3.ebuild b/dev-R/rappdirs/rappdirs-0.3.3.ebuild new file mode 100644 index 000000000000..44ef1055f330 --- /dev/null +++ b/dev-R/rappdirs/rappdirs-0.3.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='Application Directories: Determine Where to Save Data, Caches, and Logs' +HOMEPAGE=" + https://cran.r-project.org/package=rappdirs + https://rappdirs.r-lib.org + https://github.com/r-lib/rappdirs +" +KEYWORDS="~amd64" +LICENSE='MIT' + +DEPEND=">=dev-lang/R-3.2" +RDEPEND="${DEPEND}" + +SUGGESTED_PACKAGES=" + dev-R/covr + dev-R/roxygen2 + >=dev-R/testthat-3.0.0 + dev-R/withr +" diff --git a/dev-R/reticulate/Manifest b/dev-R/reticulate/Manifest new file mode 100644 index 000000000000..a813b112f229 --- /dev/null +++ b/dev-R/reticulate/Manifest @@ -0,0 +1 @@ +DIST reticulate_1.24.tar.gz 1537517 BLAKE2B 8e2da502c5f9bd87a5c42261e2d456bc08a826c5afe690332a15d8d4c5d76a1488040ce3a436a1ce8e9eb6b5df0138ce11f32d4f46995f4fe806e5cf0f618125 SHA512 f6bcbb97162874b776adf0baa1cbd5723f232d6e15fe678b256af38b6287aa40d7266903ac3201d4e6f72b2eb0df85ef9854c4aa3dd07f02d7de2bf8b619397c diff --git a/dev-R/reticulate/metadata.xml b/dev-R/reticulate/metadata.xml new file mode 100644 index 000000000000..7a8e28a6fa84 --- /dev/null +++ b/dev-R/reticulate/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + <description>co-maintainers welcome</description> + </maintainer> + <longdescription> + Interface to 'Python' // Interface to 'Python' modules, classes, + and functions. When calling into 'Python', R data types are + automatically converted to their equivalent 'Python' types. + When values are returned from 'Python' to R they are converted + back to R types. Compatible with all versions of 'Python' = + 2.7. + </longdescription> + + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-R/reticulate/reticulate-1.24.ebuild b/dev-R/reticulate/reticulate-1.24.ebuild new file mode 100644 index 000000000000..01c495f3259f --- /dev/null +++ b/dev-R/reticulate/reticulate-1.24.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 ) + +inherit python-single-r1 R-packages + +DESCRIPTION='Interface to Python' +HOMEPAGE=" + https://rstudio.github.io/reticulate/ + https://github.com/rstudio/reticulate + https://cran.r-project.org/package=reticulate +" + +KEYWORDS="~amd64" +LICENSE='Apache-2.0' + +DEPEND=" + dev-R/jsonlite + dev-R/rappdirs + >=dev-R/Rcpp-0.12.7 + >=dev-lang/R-3.0 + dev-R/RcppTOML + virtual/Matrix + dev-R/here + dev-R/png + dev-R/withr +" +RDEPEND=" + ${DEPEND} + ${PYTHON_DEPS} +" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +src_install() { + R-packages_src_install + + python_optimize "${ED}/usr/$(get_libdir)/R/site-library/reticulate/python/rpytools" + + # enforce python implementation + echo "RETICULATE_PYTHON=\"${PYTHON}\"" > "${T}/99reticulate" || die + doenvd "${T}/99reticulate" +} + +SUGGESTED_PACKAGES=" + dev-R/callr + dev-R/knitr + dev-R/rlang + dev-R/rmarkdown + dev-R/testthat +" diff --git a/dev-R/txtplot/Manifest b/dev-R/txtplot/Manifest new file mode 100644 index 000000000000..e085b87e4f64 --- /dev/null +++ b/dev-R/txtplot/Manifest @@ -0,0 +1 @@ +DIST txtplot_1.0-4.tar.gz 11632 BLAKE2B 9d9332d0349461cd120b007b290a646a17014f347d4a15831edd2112a1c7749def7ee882d3a616f1bdbf4ff300a1e11ed8652e046f55431995b1344ca7798a17 SHA512 ebaaf7d685ce1ca6dd2fe09459834b452e5a82ddea0637eaceca057c34d4594e29a754e8c5ccebe7557e3a743abdd7a22f4be217d1be3fd0e56bfa05e6814b44 diff --git a/dev-R/txtplot/metadata.xml b/dev-R/txtplot/metadata.xml new file mode 100644 index 000000000000..ee716aaff8ef --- /dev/null +++ b/dev-R/txtplot/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + <description>co-maintainers welcome</description> + </maintainer> + <longdescription> + Text Based Plots // Provides functions to produce rudimentary + ascii graphics directly in the terminal window. Provides a + basic plotting function (and equivalents of curve, density, acf + and barplot) as well as boxplot and image functions. + </longdescription> + + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-R/txtplot/txtplot-1.0.4.ebuild b/dev-R/txtplot/txtplot-1.0.4.ebuild new file mode 100644 index 000000000000..559a6f9ea4e1 --- /dev/null +++ b/dev-R/txtplot/txtplot-1.0.4.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +MYPV=$(ver_rs 2 -) + +DESCRIPTION='Text Based Plots' +SRC_URI="mirror://cran/src/contrib/${PN}_${MYPV}.tar.gz" + +KEYWORDS="~amd64" +LICENSE='LGPL-3+' diff --git a/dev-R/withr/withr-2.5.0.ebuild b/dev-R/withr/withr-2.5.0.ebuild index 7f1b045123f2..b782c4b5dc59 100644 --- a/dev-R/withr/withr-2.5.0.ebuild +++ b/dev-R/withr/withr-2.5.0.ebuild @@ -17,7 +17,7 @@ SUGGESTED_PACKAGES=" dev-R/covr dev-R/DBI dev-R/knitr - dev-R/lattice + virtual/lattice dev-R/rlang >=dev-R/rmarkdown-2,12 dev-R/RSQLite diff --git a/dev-R/xfun/xfun-0.30.ebuild b/dev-R/xfun/xfun-0.30.ebuild index ed3dfec17a2d..1d5422393b66 100644 --- a/dev-R/xfun/xfun-0.30.ebuild +++ b/dev-R/xfun/xfun-0.30.ebuild @@ -12,7 +12,7 @@ LICENSE='MIT' SUGGESTED_PACKAGES=" dev-R/testit dev-R/parallel - dev-R/codetools + virtual/codetools dev-R/rstudioapi >=dev-R/tinytex-0.30 dev-R/mime |
