Package: dlr
Title: Download and Cache Files Safely
Version: 1.0.1
Authors@R: c(
    person(given = "Jonathan",
           family = "Bratt",
           role = c("aut"),
           email = "jonathan.bratt@macmillan.com",
           comment = c(ORCID = "0000-0003-2859-0076")),
    person(given = "Jon",
           family = "Harmon",
           role = c("aut", "cre"),
           email = "jonthegeek@gmail.com",
           comment = c(ORCID = "0000-0003-4781-4346")),
    person(given = "Bedford Freeman & Worth Pub Grp LLC DBA Macmillan Learning",
           role = c("cph", "fnd"))
    )
Description: The goal of dlr is to provide a friendly wrapper around the common 
    pattern of downloading a file if that file does not already exist locally. 
License: Apache License (>= 2)
Encoding: UTF-8
RoxygenNote: 7.1.2
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports: digest, fs, rappdirs, rlang, utils
URL: https://github.com/macmillancontentscience/dlr
BugReports: https://github.com/macmillancontentscience/dlr/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-09-17 19:33:14 UTC; jonth
Author: Jonathan Bratt [aut] (<https://orcid.org/0000-0003-2859-0076>),
  Jon Harmon [aut, cre] (<https://orcid.org/0000-0003-4781-4346>),
  Bedford Freeman & Worth Pub Grp LLC DBA Macmillan Learning [cph, fnd]
Maintainer: Jon Harmon <jonthegeek@gmail.com>
Repository: CRAN
Date/Publication: 2021-09-18 13:00:02 UTC
Built: R 4.4.3; ; 2025-10-21 11:55:40 UTC; windows
