pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-pak (devel/R-pak) import R-pak-0.1.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b81cd7c22ad7
branches:  trunk
changeset: 443952:b81cd7c22ad7
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Jan 01 11:44:59 2021 +0000

description:
(devel/R-pak) import R-pak-0.1.2.1

The goal of 'pak' is to make package installation faster and more
reliable. In particular, it performs all HTTP operations in parallel,
so metadata resolution and package downloads are fast. Metadata and
package files are cached on the local disk as well. 'pak' has a
dependency solver, so it finds version conflicts before performing the
installation. This version of 'pak' supports CRAN, 'Bioconductor' and
'GitHub' packages as well.

diffstat:

 devel/R-pak/DESCR    |   7 +++++++
 devel/R-pak/Makefile |  34 ++++++++++++++++++++++++++++++++++
 devel/R-pak/distinfo |   6 ++++++
 3 files changed, 47 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r 0eee2292830b -r b81cd7c22ad7 devel/R-pak/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-pak/DESCR Fri Jan 01 11:44:59 2021 +0000
@@ -0,0 +1,7 @@
+The goal of 'pak' is to make package installation faster and more
+reliable. In particular, it performs all HTTP operations in parallel,
+so metadata resolution and package downloads are fast. Metadata and
+package files are cached on the local disk as well. 'pak' has a
+dependency solver, so it finds version conflicts before performing the
+installation. This version of 'pak' supports CRAN, 'Bioconductor' and
+'GitHub' packages as well.
diff -r 0eee2292830b -r b81cd7c22ad7 devel/R-pak/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-pak/Makefile      Fri Jan 01 11:44:59 2021 +0000
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1 2021/01/01 11:44:59 mef Exp $
+
+R_PKGNAME=     pak
+R_PKGVER=      0.1.2.1
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Another Approach to Package Installation
+LICENSE=       gnu-gpl-v3
+
+DEPENDS+=      R-base64enc>=0.1.3:../../converters/R-base64enc
+DEPENDS+=      R-assertthat>=0.2.1:../../devel/R-assertthat
+DEPENDS+=      R-callr>=3.0.0.9002:../../devel/R-callr
+DEPENDS+=      R-cli>=1.0.0:../../devel/R-cli
+DEPENDS+=      R-cliapp>=0.0.0.9002:../../devel/R-cliapp
+DEPENDS+=      R-crayon>=1.3.4:../../devel/R-crayon
+DEPENDS+=      R-desc>=1.2.0:../../devel/R-desc
+DEPENDS+=      R-glue>=1.3.0:../../devel/R-glue
+DEPENDS+=      R-lpSolve-[0-9]*:../../devel/R-lpSolve
+DEPENDS+=      R-pkgbuild>=1.0.2:../../devel/R-pkgbuild
+DEPENDS+=      R-rematch2>=2.1.2:../../devel/R-rematch2
+DEPENDS+=      R-rprojroot>=1.3.2:../../devel/R-rprojroot
+DEPENDS+=      R-pkgcache-[0-9]*:../../devel/R-pkgcache
+DEPENDS+=      R-prettyunits>=1.0.2:../../math/R-prettyunits
+DEPENDS+=      R-tibble>=2.1.3:../../math/R-tibble
+DEPENDS+=      R-processx>=3.2.1:../../sysutils/R-processx
+DEPENDS+=      R-ps>=1.3.0:../../sysutils/R-ps
+DEPENDS+=      R-jsonlite>=1.7.1:../../textproc/R-jsonlite
+DEPENDS+=      R-curl>=3.2:../../www/R-curl
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 0eee2292830b -r b81cd7c22ad7 devel/R-pak/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-pak/distinfo      Fri Jan 01 11:44:59 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/01/01 11:44:59 mef Exp $
+
+SHA1 (R/pak_0.1.2.1.tar.gz) = 47102671864f57d1ee0a240cd602feb8551ec362
+RMD160 (R/pak_0.1.2.1.tar.gz) = a71e73eff1332f4ba1c432d9caab552fe0a57067
+SHA512 (R/pak_0.1.2.1.tar.gz) = 690bb5219974796b91c0c8e8b2198faecc412b28e091590c0ccd191c0087eba8443871498d16912e8fd05282314b3379e490287f0c89ca3c92242bf779ccde72
+Size (R/pak_0.1.2.1.tar.gz) = 159956 bytes



Home | Main Index | Thread Index | Old Index