-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
34 lines (34 loc) · 1.01 KB
/
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
Package: ptspotter
Title: Helper Functions for Use with "ProjectTemplate"
Version: 1.0.2
Authors@R:c(
person("Rich", "Leyshon", , "[email protected]", role = c("aut", "cph", "cre")),
person("Iris", "Simmons", , "[email protected]", role = "ctb")
)
Description: Utility functions produced specifically for (but not limited
to) working with 'ProjectTemplate' data pipelines. This package helps
to quickly create and manage sequentially numbered scripts, quickly
set up logging with 'log4r' and functions to help debug and monitor
procedures.
License: MIT + file LICENSE
URL: https://github.com/r-leyshon/ptspotter
BugReports: https://github.com/r-leyshon/ptspotter/issues
Depends:
beepr (>= 1.3),
log4r (>= 0.3.2),
this.path (>= 0.2.0)
Imports:
pryr (>= 0.1.4),
stringr (>= 1.4.0),
utils
Suggests:
covr,
knitr,
markdown,
ProjectTemplate (>= 0.9.3),
rmarkdown,
testthat
VignetteBuilder: knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2