-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.02 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
Package: expDB
Type: Package
Title: Database for Experiment Dataset
Version: 0.1.0
Maintainer: Bangyou Zheng <bangyou.zheng@csiro.au>
Authors@R: person("Bangyou", "Zheng",
email = "bangyou.zheng@csiro.au",
role = c("aut", "cre"))
Description: A 'SQLite' database is designed to store all information
of experiment-based data including metadata, experiment design,
managements, phenotypic values and climate records. The dataset can be
imported from an 'Excel' file.
License: MIT + file LICENSE
URL: https://expdb.bangyou.me/,
https://github.com/byzheng/expdb
BugReports: https://github.com/byzheng/expdb/issues
Encoding: UTF-8
LazyData: true
Imports: DBI,
RSQLite,
utils,
readxl,
png,
grid,
tibble,
lubridate,
dplyr,
methods,
weaana (>= 0.1.1),
tidyr,
tidyverse,
magrittr,
stats,
reshape2,
stringr,
rlang
RoxygenNote: 7.1.2
Suggests:
testthat