-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 895 Bytes
/
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
Package: LCpackage
Title: Demo for State of the R
Version: 0.0.0.9001
Authors@R:
c(person(given = "Antoine",
family = "Bichat",
role = c("aut", "cre"),
email = "a.bichat@yahoo.fr",
comment = c(ORCID = "0000-0001-6599-7081")),
person(given = "State of the R",
role = "cph"))
Description: To learn how to create a package with SOTR.
License: GPL-3
URL: https://github.com/StateOfTheR/LCpackage
BugReports: https://github.com/StateOfTheR/LCpackage/issues
Depends:
R (>= 2.10)
Imports:
dadjoke (>= 0.1.2),
glue,
magrittr,
Rcpp,
stringr
Suggests:
knitr,
microbenchmark,
rmarkdown,
spelling,
testthat
LinkingTo:
Rcpp
VignetteBuilder:
knitr
Remotes:
jhollist/dadjoke
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0