-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·41 lines (41 loc) · 1.27 KB
/
DESCRIPTION
File metadata and controls
executable file
·41 lines (41 loc) · 1.27 KB
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
Package: opensilexClientR
Title: opensilex Client R
Version: 1.0.1
Authors@R: c(
person("Arnaud", "Charleroy", email = "arnaud.charleroy@inrae.fr", role = "cre"),
person("Isabelle", "Sanchez", email = "isabelle.sanchez@inrae.fr", role = "aut"),
person("Jean-Eudes", "Hollebecq", email = "jean-eudes.hollebecq@inrae.fr", role = "aut"),
person("Pascal", "Neveu", email = "pascal.neveu@inra.fr", role = "aut"))
Maintainer: Arnaud Charleroy <arnaud.charleroy@inra.fr>
Description: a set of functions to connect R to the opensilex web service API in OpenSILEX PHIS. You can retrieve informations and data
from experiment. If the user has an account on an instance of an OPENSILEX system information.
Depends:
R (>= 3.2.0),
opensilexWSClientR (>= 3.0.0),
opensilexClientToolsR (>= 2.0.0),
data.table,
readr,
magrittr
License: GPL-3 | file LICENSE
LazyData: TRUE
Remotes: github::opensilex/opensilex-ws-client-r@3.0.0, github::opensilex/opensilexclienttoolsr@2.0.0
Imports:
tibble,
ggplot2,
tidyr,
dplyr,
lubridate,
stringr,
jsonlite,
httr,
urltools,
logging,
openssl
Suggests:
roxygen2,
knitr,
rmarkdown
Author: Arnaud Charleroy [aut, cre]
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Encoding: UTF-8