-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.25 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
Package: buildr
Title: Organize & Run Build Scripts Comfortably
Version: 0.1.1
Authors@R:
person(given = "Jan",
family = "Netik",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3888-3203"))
Description: Working with reproducible reports or any other
similar projects often require to run the script that builds the
output file in a specified way. 'buildr' can help you organize, modify
and comfortably run those scripts. The package provides a set of
functions that interactively guides you through the process and that
are available as 'RStudio' Addin, meaning you can set up the keyboard
shortcuts, enabling you to choose and run the desired build script
with one keystroke anywhere anytime.
License: GPL (>= 3)
URL: https://netique.github.io/buildr/
BugReports: https://github.com/netique/buildr/issues/
Imports:
rstudioapi,
usethis,
readr,
glue,
stringr,
magrittr,
tibble,
utils
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Suggests:
knitr,
rmarkdown,
roxygen2,
testthat (>= 3.0.0),
spelling,
pkgdown,
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Language: en-US