blob: 0152b8872aa116b8c945cb12a849a222eb30a90b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Package: rcsobczak
Title: Chris' R Namespace
Version: 0.0.0.9000
Authors@R:
person("Chris", "Sobczak", , "chris@sobczak.family", role = c("aut", "cre"), comment = c(ORCID = "0009-0003-3398-2792"))
Description: This is a collection of my personal functions.
License: GPL-3 + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 8.0.0.9000
Imports:
ggplot2,
ragg,
reshape2
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
|