Package: repana
Type: Package
Title: Repeatable Analysis in R
Version: 1.23.2
Authors@R: person(
            given = "John J.",
            family = "Aponte",
            role = c("aut", "cre"),
            email = "john.j.aponte@gmail.com",
            comment = c(ORCID = "0000-0002-3014-3673"))
Date: 2021-09-20
URL: https://github.com/johnaponte/repana
Description: Set of utilities to facilitate the reproduction of analysis in R.
 It allow to make_structure(), clean_structure(), and run and log programs in a
 predefined order to allow secondary files, analysis and reports be constructed in
 an ordered form.
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.1.1
Depends: DBI (>= 1.0)
Suggests: spelling, testthat, knitr, RSQLite, RPostgres, pacman
Imports: config, dplyr, magrittr, lubridate, rmarkdown, processx,
        readr, rstudioapi, pool, openxlsx
Language: en-US
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-09-20 13:50:46 UTC; master
Author: John J. Aponte [aut, cre] (<https://orcid.org/0000-0002-3014-3673>)
Maintainer: John J. Aponte <john.j.aponte@gmail.com>
Repository: CRAN
Date/Publication: 2021-09-20 14:20:12 UTC
