-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
37 lines (37 loc) · 898 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
36
37
Package: brapirv2
Type: Package
Title: Client to Access BrAPI Compliant Plant Breeding Databases
Version: 2.0.0
Authors@R: c(
person("Maikel", "Verouden", email = "Maikel.Verouden@gmail.com", role = c("aut", "cre", "ctb")),
person("Reinhard", "Simon", email = "rsimon64@gmail.com", role = c("aut", "ctb"))
)
Maintainer: Maikel Verouden <maikel.verouden@gmail.com>
Description: Implements the Breeding API version 2.0 (www.brapi.org) within R.
Depends:
R (>= 3.5.0)
BugReports: https://github.com/mverouden/brapir-v2/issues
URL: https://github.com/mverouden/brapir-v2
License: file LICENSE
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
Imports:
httr,
jsonlite,
stringr,
curl,
magrittr,
mime,
plyr,
dplyr,
utils,
readr,
tidyr,
knitr,
geojsonR,
lubridate,
anytime
Suggets:
VignetteBuilder: knitr