pkgsrc-WIP-changes archive

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

R-rgbif: Import R package rgbif-3.6.0 as wip/R-rgbif



Module Name:	pkgsrc-wip
Committed By:	Brook Milligan <brook%nmsu.edu@localhost>
Pushed By:	brook
Date:		Wed Sep 8 14:22:29 2021 -0600
Changeset:	4b01b0c0116d9e2230684d6ea6c613f1dfdc8093

Modified Files:
	Makefile
Added Files:
	R-rgbif/DESCR
	R-rgbif/Makefile
	R-rgbif/distinfo

Log Message:
R-rgbif: Import R package rgbif-3.6.0 as wip/R-rgbif

A programmatic interface to the Web Service methods provided by the
Global Biodiversity Information Facility ('GBIF';
<https://www.gbif.org/developer/summary>). 'GBIF' is a database of
species occurrence records from sources all over the globe. 'rgbif'
includes functions for searching for taxonomic names, retrieving
information on data providers, getting species occurrence records,
getting counts of occurrence records, and using the 'GBIF' tile map
service to make 'rasters' summarizing huge amounts of data.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4b01b0c0116d9e2230684d6ea6c613f1dfdc8093

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

diffstat:
 Makefile         |  1 +
 R-rgbif/DESCR    |  8 ++++++++
 R-rgbif/Makefile | 23 +++++++++++++++++++++++
 R-rgbif/distinfo |  6 ++++++
 4 files changed, 38 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 523de4e6dc..e957dc08b0 100644
--- a/Makefile
+++ b/Makefile
@@ -67,6 +67,7 @@ SUBDIR+=	R-npsurv
 SUBDIR+=	R-oai
 SUBDIR+=	R-optparse
 SUBDIR+=	R-png
+SUBDIR+=	R-rgbif
 SUBDIR+=	R-rgdal
 SUBDIR+=	R-signal
 SUBDIR+=	R-triebeard
diff --git a/R-rgbif/DESCR b/R-rgbif/DESCR
new file mode 100644
index 0000000000..9636b9723f
--- /dev/null
+++ b/R-rgbif/DESCR
@@ -0,0 +1,8 @@
+A programmatic interface to the Web Service methods provided by the
+Global Biodiversity Information Facility ('GBIF';
+<https://www.gbif.org/developer/summary>). 'GBIF' is a database of
+species occurrence records from sources all over the globe. 'rgbif'
+includes functions for searching for taxonomic names, retrieving
+information on data providers, getting species occurrence records,
+getting counts of occurrence records, and using the 'GBIF' tile map
+service to make 'rasters' summarizing huge amounts of data.
diff --git a/R-rgbif/Makefile b/R-rgbif/Makefile
new file mode 100644
index 0000000000..e0060bbeba
--- /dev/null
+++ b/R-rgbif/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+R_PKGNAME=	rgbif
+R_PKGVER=	3.6.0
+CATEGORIES=	biology
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+COMMENT=	Interface to the Global Biodiversity Information Facility API
+LICENSE=	mit
+
+DEPENDS+=	R-lazyeval>=0.2.2:../../devel/R-lazyeval
+DEPENDS+=	R-magrittr>=2.0.1:../../devel/R-magrittr
+DEPENDS+=	R-whisker>=0.4:../../devel/R-whisker
+DEPENDS+=	R-ggplot2>=3.3.3:../../graphics/R-ggplot2
+DEPENDS+=	R-tibble>=3.1.2:../../math/R-tibble
+DEPENDS+=	R-data.table>=1.14.0:../../textproc/R-data.table
+DEPENDS+=	R-jsonlite>=1.6:../../textproc/R-jsonlite
+DEPENDS+=	R-xml2>=1.3.2:../../textproc/R-xml2
+
+USE_LANGUAGES=	# none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-rgbif/distinfo b/R-rgbif/distinfo
new file mode 100644
index 0000000000..61aa69e140
--- /dev/null
+++ b/R-rgbif/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (R/rgbif_3.6.0.tar.gz) = f0bd0556777d280897ea8b32178ab15cadacfe85
+RMD160 (R/rgbif_3.6.0.tar.gz) = a4358dc538bd24952a65f8993ba75f89977ab6c0
+SHA512 (R/rgbif_3.6.0.tar.gz) = 618d61ce293ccc9800431b468ba71e48f7780f3272f10274392f92cfd8c04a51e82d2d4225e74a4e42efa1bb96f85ef2005c5520d89e306ae68f102d53c09298
+Size (R/rgbif_3.6.0.tar.gz) = 3612058 bytes


Home | Main Index | Thread Index | Old Index