-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 845 Bytes
/
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
Package: jdtools
Title: Helpful Tools and Code for Programming in R
Version: 0.0.1
Authors@R:
person(given = "Jonathan",
family = "Trattner",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1097-7603"))
Description: Provides useful functions for a variety of programming challenges in R.
License: MIT + file LICENSE
URL: https://jdtools.jdtrat.com, https://github.com/jdtrat/jdtools
BugReports: https://github.com/jdtrat/jdtools/issues
Encoding: UTF-8
Language: es
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1.9000
Imports:
glue,
fs,
here,
cli,
crayon,
rstudioapi,
remotes,
purrr,
desc
Suggests:
testthat (>= 3.0.0),
usethis,
waldo,
shiny,
dplyr,
tibble
Config/testthat/edition: 3