summaryrefslogtreecommitdiff
path: root/DESCRIPTION
blob: 8bc728612ec78dd1b88607eea1b55dd178ce1d40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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,
    reshape2
Suggests: 
    testthat (>= 3.0.0)
Config/testthat/edition: 3