Package: rang Title: Reconstructing Reproducible R Computational Environments Version: 0.3.0 Authors@R: c(person("Chung-hong", "Chan", , "chainsawtiney@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6232-7530")), person("David", "Schoch", , "david@schochastics.net", role = "aut", comment = c(ORCID = "0000-0003-2952-4812")), person("Egor", "Kotov", , "kotov.egor@gmail.com", role = "ctb", comment = c(ORCID = "0000-0001-6690-5345"))) Description: Resolve the dependency graph of R packages at a specific time point based on the information from various 'R-hub' web services . The dependency graph can then be used to reconstruct the R computational environment with 'Rocker' . License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 URL: https://gesistsa.github.io/rang, https://github.com/gesistsa/rang BugReports: https://github.com/gesistsa/rang/issues Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 Imports: parsedate, fastmap, jsonlite, memoise, pkgsearch, remotes, utils, httr, vctrs, renv, here, lifecycle Depends: R (>= 3.5.0) VignetteBuilder: knitr LazyData: true Config/Needs/website: gesistsa/tsatemplate Config/pak/sysreqs: git libssl-dev Repository: https://e-kotov.r-universe.dev Date/Publication: 2025-09-15 14:23:36 UTC RemoteUrl: https://github.com/gesistsa/rang RemoteRef: HEAD RemoteSha: 0a4e273cafb9eea333f1c3bd0a6cbab96f1fa444 NeedsCompilation: no Packaged: 2026-06-12 08:45:41 UTC; root Author: Chung-hong Chan [aut, cre] (ORCID: ), David Schoch [aut] (ORCID: ), Egor Kotov [ctb] (ORCID: ) Maintainer: Chung-hong Chan