forked from DOI-USGS/scipiper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.31 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
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: scipiper
Title: Support functions for ushering data through a scientific workflow
Version: 0.0.25
Date: 2020-10-11
Authors@R: c(person("Alison", "Appling", email = "[email protected]", role = c("aut", "cre")),
person("David", "Watkins", email = "[email protected]", role = "ctb"),
person("Jordan", "Read", email = "[email protected]", role = "ctb"))
Description: Functions to organize a data analysis repository and ensure that data flows smoothly.
Depends:
R (>= 3.3)
Imports:
digest,
dplyr,
methods,
purrr,
readr (>= 1.4.0),
remake,
storr,
tibble,
tidyr,
whisker,
progress,
yaml
Suggests:
aws.s3,
aws.signature,
doParallel,
foreach,
googledrive (> 1.0.0),
knitr,
parallel,
rmarkdown,
testthat,
ggplot2
License: file LICENSE
Copyright: This software is in the public domain because it contains materials
that originally came from the United States Geological Survey, an agency of
the United States Department of Interior. For more information, see the
official USGS copyright policy at
https://www.usgs.gov/visual-id/credit_usgs.html#copyright
URL: https://github.com/USGS-R/scipiper
BugReports: https://github.com/USGS-R/scipiper/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr