pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-here



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Nov 24 09:33:00 UTC 2024

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

Log Message:
(devel/R-here) import R-here-1.0.1

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/R-here/DESCR pkgsrc/devel/R-here/Makefile \
    pkgsrc/devel/R-here/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-here/DESCR
diff -u /dev/null pkgsrc/devel/R-here/DESCR:1.1
--- /dev/null   Sun Nov 24 09:33:00 2024
+++ pkgsrc/devel/R-here/DESCR   Sun Nov 24 09:33:00 2024
@@ -0,0 +1,4 @@
+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.
Index: pkgsrc/devel/R-here/Makefile
diff -u /dev/null pkgsrc/devel/R-here/Makefile:1.1
--- /dev/null   Sun Nov 24 09:33:00 2024
+++ pkgsrc/devel/R-here/Makefile        Sun Nov 24 09:33:00 2024
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2024/11/24 09:33:00 mef Exp $
+
+R_PKGNAME=     here
+R_PKGVER=      1.0.1
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Simpler Way to Find Your Files
+LICENSE=       mit     # + file LICENSE
+
+DEPENDS+=      R-rprojroot>=2.0.2:../../devel/R-rprojroot
+
+# Packages suggested but not available: 'covr', 'palmerpenguins'
+TEST_DEPENDS+= R-conflicted-[0-9]*:../../math/R-conflicted
+TEST_DEPENDS+= R-plyr-[0-9]*:../../math/R-plyr
+TEST_DEPENDS+= R-readr-[0-9]*:../../textproc/R-readr
+TEST_DEPENDS+= R-rlang-[0-9]*:../../devel/R-rlang
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-uuid-[0-9]*:../../devel/R-uuid
+TEST_DEPENDS+= R-withr-[0-9]*:../../devel/R-withr
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/R-here/distinfo
diff -u /dev/null pkgsrc/devel/R-here/distinfo:1.1
--- /dev/null   Sun Nov 24 09:33:00 2024
+++ pkgsrc/devel/R-here/distinfo        Sun Nov 24 09:33:00 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/11/24 09:33:00 mef Exp $
+
+BLAKE2s (R/here_1.0.1.tar.gz) = d4ca2ff00b3c31869caf884dcdf753048fe139cb662a4fdb19d417c73b672762
+SHA512 (R/here_1.0.1.tar.gz) = 7710f4c85e6c24cb4f7b24c5f904535432475a4d28e29ebe957e511bc13e8806d52f2c04583335a2a0419dcf524b4e9631d62b2e8d6bcfb2d0f018ae55cd3ba2
+Size (R/here_1.0.1.tar.gz) = 32954 bytes



Home | Main Index | Thread Index | Old Index