-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.06 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
Package: simulatr
Type: Package
Title: Generator for Reproducible Fake Data
Version: 0.1.0.9001
Date: 2023-02-10
Authors@R: c(
person("Friedrich", "Pahlke", , "[email protected]", role = c("aut", "cre")),
person("Daniel", "Sabanes Bove", , "[email protected]", role = "aut"),
person("Kevin", "Kunzmann", , "[email protected]", role = "aut")
)
Description: An example package for learning about software development
best-practices for R packages.
License: CC BY 4.0
Encoding: UTF-8
LazyData: true
URL: https://kkmann.github.io/workshop-r-swe, https://github.com/kkmann/workshop-r-swe
BugReports: https://github.com/fpahlke/simulatr/issues
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 3.5.0)
Imports:
methods,
stats,
utils,
graphics,
tools,
rlang,
checkmate (>= 2.0.0)
Suggests:
knitr,
rmarkdown,
glue (>= 1.6.0),
ggplot2 (>= 3.0.0),
httr (>= 1.4.0),
dplyr (>= 1.0.0),
testthat (>= 3.0.0),
covr
Config/testthat/edition: 3
VignetteBuilder: knitr