Package: dlr Title: Download and Cache Files Safely Version: 1.0.1.9001 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.1 Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 Imports: cli, digest, fs, glue, rappdirs, rlang, utils URL: https://github.com/macmillancontentscience/dlr BugReports: https://github.com/macmillancontentscience/dlr/issues VignetteBuilder: knitr Config/pak/sysreqs: cmake make libuv1-dev Repository: https://macmillancontentscience.r-universe.dev Date/Publication: 2022-09-22 15:33:33 UTC RemoteUrl: https://github.com/macmillancontentscience/dlr RemoteRef: HEAD RemoteSha: 3c0473e61f2fe8e05b8ad4622fc25bcb843fcb54 NeedsCompilation: no Packaged: 2026-06-14 08:09:43 UTC; root Author: Jonathan Bratt [aut] (ORCID: ), Jon Harmon [aut, cre] (ORCID: ), Bedford Freeman & Worth Pub Grp LLC DBA Macmillan Learning [cph, fnd] Maintainer: Jon Harmon