forked from ropensci/rppo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 904 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: rfutres
Title: Access the FuTRES data portal
URL: https://github.com/futres/rfutres/
BugReports: https://github.com/futres/rfutres/issues
Version: 1.0.1
Authors@R: c(
person("Meghan","Balk", email = "meghan.balk@gmail.com", role = c("aut", "cre")),
person("Neeka","Sewnath", email = "neeka.sewnath@gmail.com", role = c("aut")),
person("John","Deck", email = "jdeck88@gmail.com", role = c("aut")),
person("Robert","Guralnick", email = "rguralnick@flmnh.ufl.edu", role = "aut")
)
Maintainer: John Deck <jdeck88@gmail.com>
Description: An R interface to the FuTRES Data Portal,
which is accessible online at <https://www.futres.org/>.
Depends: R (>= 3.4.0)
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
jsonlite,
readr,
plyr,
httr
Suggests:
testthat,
rmarkdown,
markdown,
knitr,
covr
VignetteBuilder: knitr