Package: binman Title: A Binary Download Manager Version: 0.1.3 Authors@R: c( person("John", "Harrison", , "johndharrison0@gmail.com", role = "aut", comment = "original author"), person("Ju Yeong", "Kim", , "jkim2345@fredhutch.org", role = "aut", comment = "rOpenSci maintainer"), person("Jonathan", "Völkle", , "jonathan.voelkle@web.de", role = "cre") ) Description: Tools and functions for managing the download of binary files. Binary repositories are defined in 'YAML' format. Defining new pre-download, download and post-download templates allow additional repositories to be added. License: MIT + file LICENSE URL: https://docs.ropensci.org/binman/, https://github.com/ropensci/binman BugReports: https://github.com/ropensci/binman/issues Depends: R (>= 3.3) Imports: assertthat, httr, jsonlite, rappdirs, semver, stats, utils, xml2, yaml Suggests: covr, knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 RoxygenNote: 7.2.3 Config/pak/sysreqs: libxml2-dev libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2023-07-25 09:12:52 UTC RemoteUrl: https://github.com/ropensci/binman RemoteRef: master RemoteSha: 8149b1ea3b36f6e73ee81e6d0a7a14ec048a75bc NeedsCompilation: no Packaged: 2026-06-14 09:00:22 UTC; root Author: John Harrison [aut] (original author), Ju Yeong Kim [aut] (rOpenSci maintainer), Jonathan Völkle [cre] Maintainer: Jonathan Völkle