Package: buildr
Title: Organize & Run Build Scripts Comfortably
Version: 0.1.1
Authors@R: 
    person(given = "Jan",
           family = "Netik",
           role = c("aut", "cre"),
           email = "netikja@gmail.com",
           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
RoxygenNote: 7.2.1
Suggests: knitr, rmarkdown, roxygen2, testthat (>= 3.0.0), spelling,
        pkgdown
VignetteBuilder: knitr
Config/testthat/edition: 3
Language: en-US
NeedsCompilation: no
Packaged: 2022-08-13 12:25:56 UTC; netik
Author: Jan Netik [aut, cre] (<https://orcid.org/0000-0002-3888-3203>)
Maintainer: Jan Netik <netikja@gmail.com>
Repository: CRAN
Date/Publication: 2022-08-13 12:40:02 UTC
Built: R 4.3.0; ; 2023-04-07 01:45:42 UTC; unix
