forked from mverouden/brapir-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 870 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
32
33
34
35
Package: brapir
Type: Package
Title: Client to Access BrAPI Compliant Plant Breeding Databases
Version: 1.3.0
Authors@R: c(
person("Maikel", "Verouden", email = "[email protected]", role = c("aut", "ctb")),
person("Reinhard", "Simon", email = "[email protected]", role = c("aut", "cre", "ctb"))
)
Maintainer: Maikel Verouden <[email protected]>
Description: Implements the Breeding API version 1.3 (www.brapi.org) within R.
Depends:
R (>= 3.5.0)
BugReports: https://github.com/mverouden/brapir-v1/issues
URL: https://github.com/mverouden/brapir-v1
License: file LICENSE
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Imports:
httr,
jsonlite,
stringr,
curl,
magrittr,
dplyr,
utils,
readr,
tidyr,
knitr,
geojsonR,
lubridate,
anytime
Suggets:
VignetteBuilder: knitr