pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/R-tidyverse (devel/R-tidyverse) import R-tidyver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b3302317083
branches:  trunk
changeset: 377560:5b3302317083
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Apr 22 22:59:02 2022 +0000

description:
(devel/R-tidyverse) import R-tidyverse-1.3.1

The 'tidyverse' is a set of packages that work in harmony because they
share common data representations and 'API' design. This package is
designed to make it easy to install and load multiple 'tidyverse'
packages in a single step. Learn more about the 'tidyverse' at
<https://www.tidyverse.org>.

diffstat:

 devel/R-tidyverse/DESCR    |   5 +++++
 devel/R-tidyverse/Makefile |  39 +++++++++++++++++++++++++++++++++++++++
 devel/R-tidyverse/distinfo |   5 +++++
 3 files changed, 49 insertions(+), 0 deletions(-)

diffs (61 lines):

diff -r e158d1acbd17 -r 5b3302317083 devel/R-tidyverse/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-tidyverse/DESCR   Fri Apr 22 22:59:02 2022 +0000
@@ -0,0 +1,5 @@
+The 'tidyverse' is a set of packages that work in harmony because they
+share common data representations and 'API' design. This package is
+designed to make it easy to install and load multiple 'tidyverse'
+packages in a single step. Learn more about the 'tidyverse' at
+<https://www.tidyverse.org>.
diff -r e158d1acbd17 -r 5b3302317083 devel/R-tidyverse/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-tidyverse/Makefile        Fri Apr 22 22:59:02 2022 +0000
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1 2022/04/22 22:59:02 mef Exp $
+
+R_PKGNAME=     tidyverse
+R_PKGVER=      1.3.1
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Easily Install and Load the 'Tidyverse'
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-dbplyr>=2.1.1:../../databases/R-dbplyr
+DEPENDS+=      R-cli>=2.4.0:../../devel/R-cli
+DEPENDS+=      R-crayon>=1.4.1:../../devel/R-crayon
+DEPENDS+=      R-magrittr>=2.0.1:../../devel/R-magrittr
+DEPENDS+=      R-purrr>=0.3.4:../../devel/R-purrr
+DEPENDS+=      R-rlang>=0.4.10:../../devel/R-rlang
+DEPENDS+=      R-ggplot2>=3.3.3:../../graphics/R-ggplot2
+DEPENDS+=      R-broom>=0.7.6:../../math/R-broom
+DEPENDS+=      R-dplyr>=1.0.5:../../math/R-dplyr
+DEPENDS+=      R-forcats>=0.5.1:../../math/R-forcats
+DEPENDS+=      R-rstudioapi>=0.13:../../math/R-rstudioapi
+DEPENDS+=      R-tibble>=3.1.0:../../math/R-tibble
+DEPENDS+=      R-tidyr>=1.1.3:../../math/R-tidyr
+DEPENDS+=      R-pillar>=1.6.0:../../misc/R-pillar
+DEPENDS+=      R-haven>=2.3.1:../../textproc/R-haven
+DEPENDS+=      R-jsonlite>=1.7.2:../../textproc/R-jsonlite
+DEPENDS+=      R-readr>=1.4.0:../../textproc/R-readr
+DEPENDS+=      R-readxl>=1.3.1:../../textproc/R-readxl
+DEPENDS+=      R-stringr>=1.4.0:../../textproc/R-stringr
+DEPENDS+=      R-xml2>=1.3.2nb1:../../textproc/R-xml2
+DEPENDS+=      R-hms>=1.0.0:../../time/R-hms
+DEPENDS+=      R-lubridate>=1.7.10:../../time/R-lubridate
+DEPENDS+=      R-httr>=1.4.2:../../www/R-httr
+DEPENDS+=      R-rvest>=1.0.0:../../www/R-rvest
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r e158d1acbd17 -r 5b3302317083 devel/R-tidyverse/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-tidyverse/distinfo        Fri Apr 22 22:59:02 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/04/22 22:59:02 mef Exp $
+
+BLAKE2s (R/tidyverse_1.3.1.tar.gz) = 36dfc33f72d657b7426c89b03089087c4a1bb8ac01d787937e6c16bb5b8e9229
+SHA512 (R/tidyverse_1.3.1.tar.gz) = a4fa9cd6a67ba5f387696c3edcc7f0c821321192843fa6687f5a1f7a91e3c68a878d7f61519a1fe2e3de99bf622d4e3d18a7105e4d33d5b8e12eadad1b71a292
+Size (R/tidyverse_1.3.1.tar.gz) = 702779 bytes



Home | Main Index | Thread Index | Old Index