Package: downloader
Maintainer: Winston Chang <winston@stdout.org>
Authors@R: person(given = "Winston",
    family = "Chang",
    role = c("aut", "cre"),
    email = "winston@stdout.org")
Version: 0.4.1
License: GPL-2
Title: Download Files over HTTP and HTTPS
Description: Provides a wrapper for the download.file function,
    making it possible to download files over HTTPS on Windows, Mac OS X, and
    other Unix-like platforms. The 'RCurl' package provides this functionality
    (and much more) but can be difficult to install because it must be compiled
    with external dependencies. This package has no external dependencies, so
    it is much easier to install.
URL: https://github.com/wch/downloader
Imports: utils, digest
Suggests: testthat
BugReports: https://github.com/wch/downloader/issues
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-03-26 21:10:40 UTC; winston
Author: Winston Chang [aut, cre]
Repository: CRAN
Date/Publication: 2025-03-26 21:40:01 UTC
Built: R 4.5.2; ; 2025-11-08 02:01:55 UTC; windows
