blob: 54f3a068e170974728117b5b72de186f9908279a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Package: csobczak.r
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,
ggraph,
igraph,
reshape2
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
|