pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-tidyverse



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Apr 22 22:59:02 UTC 2022

Added Files:
        pkgsrc/devel/R-tidyverse: DESCR Makefile distinfo

Log Message:
(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>.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-tidyverse/DESCR \
    pkgsrc/devel/R-tidyverse/Makefile pkgsrc/devel/R-tidyverse/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/R-tidyverse/DESCR
diff -u /dev/null pkgsrc/devel/R-tidyverse/DESCR:1.1
--- /dev/null   Fri Apr 22 22:59:02 2022
+++ pkgsrc/devel/R-tidyverse/DESCR      Fri Apr 22 22:59:02 2022
@@ -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>.
Index: pkgsrc/devel/R-tidyverse/Makefile
diff -u /dev/null pkgsrc/devel/R-tidyverse/Makefile:1.1
--- /dev/null   Fri Apr 22 22:59:02 2022
+++ pkgsrc/devel/R-tidyverse/Makefile   Fri Apr 22 22:59:02 2022
@@ -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"
Index: pkgsrc/devel/R-tidyverse/distinfo
diff -u /dev/null pkgsrc/devel/R-tidyverse/distinfo:1.1
--- /dev/null   Fri Apr 22 22:59:02 2022
+++ pkgsrc/devel/R-tidyverse/distinfo   Fri Apr 22 22:59:02 2022
@@ -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