-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
20 lines (20 loc) · 883 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: aj.HelpRs
Title: Helpful Wrappers I Find... Well, Helpful!
Version: 0.0.0.9000
Authors@R:
person(given = "Atanas",
family = "Janackovski",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-3218-4700"))
Description: This package is a collection of functions and wrappers that I find useful whe working with R. It is intended as part training for me in writing functions and packages, as well as package development. YMMV regarding the utility of this package and functions to your workflow.
License: GPL (>= 2)
ByteCompile: Yes
Imports: dplyr, ggplot2, psych, reshape2, reticulate, rlang, stringr, tibble, tidyr, magrittr, stats
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3