Package: refreshr
Type: Package
Title: Work with Refreshable Datasets that Update their Data
        Automatically
Description: Connects dataframes/tables with a remote data source. Raw data downloaded
  from the data source can be further processed and transformed using data preparation 
  code that is also baked into the dataframe/table. Refreshable dataframes can 
  be shared easily (e.g. as R data files). Their users do not need to care about
  the inner workings of the data update mechanisms.
Version: 0.1.0
Authors@R: person("Joachim", "Zuckarelli", role = c("aut", "cre"), email = "joachim@zuckarelli.de", comment = c(ORCID="0000-0002-9280-3016"))
Maintainer: Joachim Zuckarelli <joachim@zuckarelli.de>
Depends: R (>= 4.1.0)
License: GPL-3
Imports: stringr, crayon, lubridate, dplyr
Repository: CRAN
BugReports: https://github.com/jsugarelli/refreshr/issues
URL: https://github.com/jsugarelli/refreshr/
Encoding: UTF-8
ByteCompile: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2022-02-25 16:51:45 UTC; zucka
Author: Joachim Zuckarelli [aut, cre] (<https://orcid.org/0000-0002-9280-3016>)
Date/Publication: 2022-03-01 08:30:02 UTC
Built: R 4.6.0; ; 2025-08-18 11:41:19 UTC; unix
