-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
70 lines (70 loc) · 1.52 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Package: rtraining
Title: R Training
Version: 1.2.9
Authors@R:
person("John", "Benninghoff", , "jbenninghoff@mac.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6230-4742"))
Description: My notes and experiences learning R and RStudio, bundled as
an R package (work-in-progress), and published to GitHub Pages using
Quarto.
License: MIT + file LICENSE
URL: https://jabenninghoff.github.io/rtraining/,
https://github.com/jabenninghoff/rtraining
BugReports: https://github.com/jabenninghoff/rtraining/issues
Suggests:
babynames,
bench,
caTools,
cranlogs,
desc,
devtools,
dplyr,
FaultTree,
FaultTree.widget,
fs,
ggplot2,
ggraph,
ggthemes,
jbplot,
knitr,
lobstr,
lubridate,
maps,
MASS,
modelr,
palmerpenguins,
pkgload,
purrr,
quarto,
R6,
rdev,
rlang,
rmarkdown,
scales,
sf,
showtext,
sloop,
spelling,
testthat (>= 3.0.0),
tibble,
tidygraph,
tidyverse,
USAboundaries,
USAboundariesData,
usethis,
viridis,
wesanderson,
withr
Remotes:
jabenninghoff/FaultTree.widget,
jabenninghoff/jbplot,
jabenninghoff/rdev,
ropensci/USAboundaries,
ropensci/USAboundariesData
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
X-rtraining-comment: use "Suggests" for development packages, per
https://rstudio.github.io/renv/articles/faq.html#how-should-i-handle-development-dependencies-