forked from UBC-MDS/sptidy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 837 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
Package: sptidy
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R:
c(person(given = "Jacob",
family = "McFarlane",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Asma",
family = "Al-Odaini",
role = c("aut")),
person(given = "Peter",
family = "Yang",
role = c("aut")),
person(given = "Heidi",
family = "Ye",
role = c("aut"))
)
Description: What the package does (one paragraph).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/JacobMcFarlane/sptidy
BugReports: https://github.com/JacobMcFarlane/sptidy/issues