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 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 Repository: https://netique.r-universe.dev Date/Publication: 2024-04-19 18:42:14 UTC RemoteUrl: https://github.com/netique/buildr RemoteRef: HEAD RemoteSha: 625a71f5a80aa50122ef54b69efd6aab99509c42 NeedsCompilation: no Packaged: 2026-06-17 07:53:29 UTC; root Author: Jan Netik [aut, cre] (ORCID: ) Maintainer: Jan Netik