My drat repository for hosting non-CRAN/BioConductor packages that my own packages rely on. The GitHub repo for this R package repository is here.
Use the helper script in tools/, which builds the source
and macOS binary packages, inserts them, archives superseded sources,
regenerates every PACKAGES index, and rewrites the package
list above:
tools/drat-add ~/R_packages/chromConverterExtraTests
It stops before touching git, so review git status and
commit yourself. Other entry points:
tools/drat-add --reindex # rebuild indexes + README/index.html, no new package
tools/drat-add --check # report any index that disagrees with the files on disk
tools/drat-add --help
The package list above is generated from
docs/src/contrib/PACKAGES joined to
manifest.dcf, which records the source commit each
published version was built from. Edit anything outside the
drat:packages markers freely; that text is never
rewritten.
Install packages as follows from your R console:
install.packages("chromConverterExtraTests", repos = "https://ethanbass.github.io/drat")