<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Build 'Tidyverse'-Style Meta-Packages from Local Package Files</dc:title>
  <dc:title>R package bigbang version 0.4.0</dc:title>
  <dc:description>Turns a curated set of package archives (.tar.gz, .zip) into one
    meta-package in the style of the 'tidyverse', so that a group of
    interdependent packages can be distributed and installed as a single
    unit. The generated meta-package records the exact archive versions it
    was built from and installs its components in dependency order, so that
    whoever receives it does not have to work out which package to install
    first.
    The component archives are copied into the generated meta-package, so it
    is the only artifact that has to be distributed and no directory has to be
    agreed on between machines. Resolves dependencies by building a graph with
    topological ordering and cycle detection, classifies them as local or
    external, and detects implicit dependencies by scanning source code.
    Installation needs no repository access unless a component depends on a
    package that only exists in one, which suits teams working behind
    institutional firewalls. Generates the complete meta-package scaffold,
    including installation helpers, vignettes and documentation.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 3.6.0)</dc:relation>
  <dc:relation>Imports: brio, glue, tools, utils, whisker</dc:relation>
  <dc:relation>Suggests: devtools, knitr, pkgbuild, rmarkdown, testthat (&gt;= 3.0.0),
withr</dc:relation>
  <dc:creator>Sebastián Lucas &lt;sebalucas@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Sebastián Lucas [aut, cre] (ORCID:
    &lt;https://orcid.org/0009-0009-9068-0276&gt;),
  Richard Detomasi [ctb] (ORCID: &lt;https://orcid.org/0000-0002-6725-0261&gt;,
    Suggested the initial idea of a metapackage builder)</dc:contributor>
  <dc:rights>GPL (&gt;= 3)</dc:rights>
  <dc:date>2026-08-19</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=bigbang</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.bigbang</dc:identifier>
  <dc:language>en</dc:language>
</oai_dc:dc>
