forked from CIP-RIU/brapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.08 KB
/
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
38
39
40
41
42
Package: brapi
Title: Client to Access Breeding Databases Using BrAPI
Version: 1.2.3
Authors@R: c(
person("Reinhard", "Simon", email = "[email protected]", role = c("aut", "cre")),
person("Maikel", "Verouden", role = c("aut", "ctb") , email = "[email protected]"),
person("Ivan", "Perez", email = "[email protected]", role = c("ctb")),
person("Omar", "Benites", email = "[email protected]", role = c("ctb")),
person("International Potato Center", role = c("cph"))
)
Maintainer: Omar Benites <[email protected]>
Description: Implements the Breeding API version 1.2 (www.brapi.org) with the
exception of the polling mechanism as for the allelematrix call.
Depends:
R (>= 3.2.4)
BugReports: https://github.com/CIP-RIU/brapi/issues
URL: https://CIP-RIU.github.io/brapi
License: GPL-3
LazyData: true
RoxygenNote: 6.1.1
Imports:
httr,
jsonlite,
stringr,
progress,
curl,
magrittr,
tibble,
dplyr,
utils,
readr,
tidyr,
assertthat
Suggests:
knitr,
rmarkdown,
xtable,
DT,
maps,
testthat,
covr
VignetteBuilder: knitr