-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
32 lines (32 loc) · 1.08 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
Package: gnumaker
Title: GNU Makefile Creation and Plotting for Data Analysis Projects
Version: 0.0.0.9009
Authors@R: person("Peter", "Baker", email = "drpetebaker@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1241-7263"))
Description: GNU Make is the defacto standard for efficiently
rerunning appropriate steps in the data analysis or
reporting process if a particular file is
changed. Following changes, only the necessary steps are
rerun. While GNU Make is usually thought of as a system for
creating executables from source, the gnumaker package makes
if easy to create and use GNU Makefiles to aid a reproducible
work flow for data analysis projects.
License: GPL-3
URL: https://github.com/petebaker/gnumaker
BugReports: https://github.com/petebaker/gnumaker/issues
Depends: R (>= 3.5.0)
biocViews:
Imports:
Rgraphviz (>= 2.14.0),
gRbase,
graph,
stringr,
tools,
utils,
usethis,
formatR
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
testthat