Package: downloader 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 Repository: https://wch.r-universe.dev Date/Publication: 2025-03-26 21:12:40 UTC RemoteUrl: https://github.com/wch/downloader RemoteRef: HEAD RemoteSha: d0a9c8c6ed322acccce2d0373c16025740cc155c NeedsCompilation: no Packaged: 2026-06-07 08:34:02 UTC; root Author: Winston Chang [aut, cre] Maintainer: Winston Chang