-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 779 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 779 Bytes
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
Type: Package
Package: desplot
Title: Plotting Field Plans for Agricultural Experiments
Version: 1.11
Authors@R:
person("Kevin", "Wright", , "kw.stat@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-0617-8673"))
Description: A function for plotting maps of agricultural field
experiments that are laid out in grids. See Ryder (1981)
<doi:10.1017/S0014479700011601>.
License: MIT + file LICENSE
URL: https://kwstat.github.io/desplot/, http://kwstat.github.io/desplot/
BugReports: https://github.com/kwstat/desplot/issues
Imports:
ggplot2,
grid,
lattice,
reshape2,
rlang
Suggests:
agridat,
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.3