-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
35 lines (35 loc) · 1.13 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
Package: latticetools
Title: Panel functions and wrappers that extend the R lattice universe
Version: 0.1.0
Authors@R: c(
person(given = "Michael",
family = "Jahn",
role = c("aut", "cre"),
email = "michael.jahn@scilifelab.se",
comment = c(ORCID = "0000-0002-3913-153X")),
person(given = "Kamil",
family = "Slowikowski",
role = c("aut"),
email = "kslowikowski@gmail.com",
comment = c(ORCID = "0000-0002-2843-6370")))
Description: Panel functions and wrappers that extend the R lattice universe. Lattice is a general purpose plotting package from Deepayan Sarkar. Lattice's functionality is comparable to the popular ggplot2 package but has a slightly different look and feel.
License: GPL-3 + file LICENSE
LinkingTo:
Rcpp,
Imports:
colorspace,
grid,
lattice,
latticeExtra,
directlabels,
grDevices,
methods,
stats,
Rcpp
Suggests: knitr, rmarkdown
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://github.com/m-jahn/lattice-tools
BugReports: https://github.com/m-jahn/lattice-tools/issues