-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 loc) · 1.21 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: breedSimulatR
Title: R Breeding Simulator
Version: 0.3.2
Authors@R:
c(person(given = "Julien",
family = "Diot",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8738-2034")),
person(given = "Hiroyoshi",
family = "Iwata",
role = "ths",
email = "[email protected]"))
Description: R package providing classes and functions to simulate
breeding schemes.
License: MIT + file LICENSE
URL: https://github.com/ut-biomet/breedSimulatR,
https://ut-biomet.github.io/breedSimulatR/
BugReports: https://github.com/ut-biomet/breedSimulatR/issues
Depends:
R (>= 3.2.0)
Imports:
base,
data.table,
R6,
stats,
tools,
vcfR
Suggests:
covr,
devtools,
gaston,
knitr,
pkgdown,
plotly,
rmarkdown,
roxygen2,
spelling,
testthat
VignetteBuilder:
knitr
Copyright: The University of Tokyo, Laboratory of Biometry and
Bioinfomatics.
Encoding: UTF-8
Language: en-US
LazyData: true
Maintainers@R: person("Julien", "Diot", email =
"[email protected]", role = c("aut", "cre"))
RoxygenNote: 7.1.1