Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
genesysr
Commits
8de2b49d
Commit
8de2b49d
authored
Aug 13, 2019
by
Matija Obreza
Browse files
Version 0.9.2
parent
a485481d
Changes
6
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
8de2b49d
...
...
@@ -4,5 +4,4 @@
.Ruserdata
man
README.Rmd
cran-comments.md
inst/doc
DESCRIPTION
View file @
8de2b49d
Package: genesysr
Version: 0.9.
1
Version: 0.9.
2
Title: Genesys PGR Client
Description: Access data on plant genetic resources from genebanks around the world published on Genesys (<https://www.genesys-pgr.org>).
Your use of data is subject to terms and conditions available at <https://www.genesys-pgr.org/content/legal/terms>.
...
...
@@ -12,7 +12,7 @@ Imports:
httr,
jsonlite
License: Apache License 2.0
RoxygenNote: 6.
0
.1
RoxygenNote: 6.
1
.1
URL: https://gitlab.croptrust.org/genesys-pgr/genesysr
BugReports: https://gitlab.croptrust.org/genesys-pgr/genesysr/issues
Suggests: knitr,
...
...
NEWS.md
View file @
8de2b49d
# August 2019
Updated for API at api.genesys-pgr.org
# June 2018
...
...
R/api-client.R
View file @
8de2b49d
...
...
@@ -14,7 +14,10 @@
.genesysEnv
<-
new.env
(
parent
=
emptyenv
())
#' Configure package defaults
#' Configure package defaults on load
#'
#' @param libname Library name
#' @param pkgname Package name
.onLoad
<-
function
(
libname
,
pkgname
)
{
setup_production
()
}
...
...
R/filters.R
View file @
8de2b49d
...
...
@@ -17,7 +17,7 @@ MCPD <- list(
SAMPSTAT
=
list
(
"Wild"
=
list
(
100
,
"Natural"
=
110
,
"Semi-natural/wild"
=
120
,
"Semi-natural/sown"
=
130
),
"Weedy"
=
200
,
"Traditional cultivar/landrace"
=
300
,
"Breeding/research material"
=
list
(
400
,
"Breeder
’
s line"
=
410
,
"Synthetic population"
=
411
,
"Hybrid"
=
412
,
"Founder stock/base population"
=
413
,
"Inbred line (parent of hybrid cultivar)"
=
414
,
"Segregating population"
=
415
,
"Clonal selection"
=
416
,
"Genetic stock"
=
420
,
"Mutant (e.g. induced/insertion mutant, tilling population)"
=
421
,
"Cytogenetic stock (e.g. chromosome addition/substitution, aneuploids, amphiploids)"
=
422
,
"Other genetic stocks (e.g. mapping populations)"
=
423
),
"Breeding/research material"
=
list
(
400
,
"Breeder
'
s line"
=
410
,
"Synthetic population"
=
411
,
"Hybrid"
=
412
,
"Founder stock/base population"
=
413
,
"Inbred line (parent of hybrid cultivar)"
=
414
,
"Segregating population"
=
415
,
"Clonal selection"
=
416
,
"Genetic stock"
=
420
,
"Mutant (e.g. induced/insertion mutant, tilling population)"
=
421
,
"Cytogenetic stock (e.g. chromosome addition/substitution, aneuploids, amphiploids)"
=
422
,
"Other genetic stocks (e.g. mapping populations)"
=
423
),
"Advanced or improved cultivar (conventional breeding methods)"
=
500
,
"GMO (by genetic engineering)"
=
600
,
"Other (elaborate in REMARKS field)"
=
999
),
...
...
cran-comments.md
0 → 100644
View file @
8de2b49d
## Test environments
*
local OS X install, R 3.4.4
*
devtools::check_win_devel();
*
devtools::check_rhub()
## R CMD check results
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
## Other
This is a minor update due to changed hostname for Genesys API to api.genesys-pgr.org.
## Reverse dependencies
There are no known reverse dependencies.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment