-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
50 lines (50 loc) · 1.71 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
43
44
45
46
47
48
49
50
Type: Package
Package: QBMS
Title: Query the Breeding Management System(s)
Version: 1.5.0
Date: 2024-09-19
Authors@R: c(
person("Khaled", "Al-Shamaa", , "[email protected]", role = c("aut", "cre")),
person("Mariano Omar", "Crimi", , "[email protected]", role = "ctb"),
person("Zakaria", "Kehel", , "[email protected]", role = "ctb"),
person("Johan", "Aparicio", , "[email protected]", role = "ctb"),
person("ICARDA", role = "cph")
)
Author: Khaled Al-Shamaa [aut, cre], Mariano Omar Crimi [ctb], Zakaria
Kehel [ctb], Johan Aparicio [ctb], ICARDA [cph]
Maintainer: Khaled Al-Shamaa <[email protected]>
Description: This R package assists breeders in linking data systems with their analytic pipelines,
a crucial step in digitizing breeding processes. It supports querying and retrieving
phenotypic and genotypic data from systems like 'EBS' <https://ebs.excellenceinbreeding.org/>,
'BMS' <https://bmspro.io>, 'BreedBase' <https://breedbase.org>, and
'GIGWA' <https://github.com/SouthGreenPlatform/Gigwa2> (using 'BrAPI' <https://brapi.org> calls).
Extra helper functions support environmental data sources, including
'TerraClimate' <https://www.climatologylab.org/terraclimate.html> and 'FAO'
'HWSDv2' <https://gaez.fao.org/pages/hwsd> soil database.
License: GPL (>= 3)
URL: https://icarda-git.github.io/QBMS/
BugReports: https://github.com/icarda-git/QBMS/issues
Depends:
R (>= 3.1.0)
Imports:
httr2,
jsonlite,
tcltk,
utils,
RNetCDF,
stats,
terra,
RSQLite,
DBI,
future,
future.apply
Suggests:
knitr,
rmarkdown,
remotes
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: FALSE
NeedsCompilation: no
RoxygenNote: 7.3.1