Skip to content

Instantly share code, notes, and snippets.

@hrbrmstr
Created April 30, 2018 18:41
Show Gist options
  • Save hrbrmstr/b5ac4d64c19ea26cb18df743241ad96c to your computer and use it in GitHub Desktop.
Save hrbrmstr/b5ac4d64c19ea26cb18df743241ad96c to your computer and use it in GitHub Desktop.

CRAN top-level:

.
├── Google-Logo_40wht.png
├── R-release-1.0.0.html
├── R.css
├── Rlogo.svg
├── _search.html
├── banner.shtml
├── bin/
├── contrib/
├── doc/
├── faqs.html
├── help/
├── html/
├── index.html
├── logo.html
├── manuals.html
├── mirmon/
├── mirmon_report.html
├── mirmon_report_old_release.html
├── mirmon_report_release.html
├── mirror-howto.html
├── mirrors-foot.html
├── mirrors-head.html
├── mirrors.html
├── navbar.html
├── other-docs.html
├── other-software.html
├── report_cran.html
├── report_www.html
├── search.html
├── sources.html
├── src/
├── statistics.html
├── submit-frameless.html
├── submit.html
├── web/
└── welcome.html

src/contrib:

NOTE: There are 10,000+ .tar.gz package files in this dir I did not include ;-) I often have to expand on the fly and read from them tho and their layouts are just like what's in your local pacakge install dir.

.
├── 00Archive -> Archive/
├── 1.4.0/
├── 1.4.1/
├── 1.5.0/
├── 1.5.1/
├── 1.6.0/
├── 1.6.1/
├── 1.6.2/
├── 1.7.0/
├── 1.7.1/
├── 1.8.0/
├── 1.8.1/
├── 1.9.0/
├── 1.9.1/
├── 1.9.1-patched/
├── 2.0-patched/
├── 2.0.0/
├── 2.0.0-patched/
├── 2.0.1/
├── 2.0.1-patched -> 2.0-patched/
├── 2.1-patched/
├── 2.1.0/
├── 2.1.0-patched -> 2.1.1/
├── 2.1.1/
├── 2.1.1-patched -> 2.1-patched/
├── 2.10-patched/
├── 2.10.0/
├── 2.10.1/
├── 2.11-patched/
├── 2.11.0/
├── 2.11.1/
├── 2.12-patched/
├── 2.12.0/
├── 2.12.1/
├── 2.12.2/
├── 2.13-patched/
├── 2.13.0/
├── 2.13.1/
├── 2.13.2/
├── 2.14-patched/
├── 2.14.0/
├── 2.14.1/
├── 2.14.2/
├── 2.15-patched/
├── 2.15.0/
├── 2.15.1/
├── 2.15.2/
├── 2.15.3/
├── 2.2-patched/
├── 2.2.0/
├── 2.2.0-patched -> 2.2-patched/
├── 2.2.1/
├── 2.3-patched/
├── 2.3.0/
├── 2.3.1/
├── 2.4-patched/
├── 2.4.0/
├── 2.4.1/
├── 2.5-patched/
├── 2.5.0/
├── 2.5.1/
├── 2.6-patched/
├── 2.6.0/
├── 2.6.1/
├── 2.6.2/
├── 2.7-patched/
├── 2.7.0/
├── 2.7.1/
├── 2.7.2/
├── 2.8-patched/
├── 2.8.0/
├── 2.8.1/
├── 2.9-patched/
├── 2.9.0/
├── 2.9.1/
├── 2.9.2/
├── 3.0-patched/
├── 3.0.0/
├── 3.0.1/
├── 3.0.2/
├── 3.0.3/
├── 3.1-patched/
├── 3.1.0/
├── 3.1.1/
├── 3.1.2/
├── 3.1.3/
├── 3.2-patched/
├── 3.2.0/
├── 3.2.1/
├── 3.2.2/
├── 3.2.3/
├── 3.2.4/
├── 3.2.5/
├── 3.3-patched/
├── 3.3.0/
├── 3.3.1/
├── 3.3.2/
├── 3.3.3/
├── 3.4-patched/
├── 3.4.0/
├── 3.4.1/
├── 3.4.2/
├── 3.4.3/
├── 3.4.4/
├── 3.5-patched/
├── 3.5.0/
├── 3.6.0/
├── Archive/
├── Meta/
├── Old/
├── Orphaned/
├── PACKAGES
├── PACKAGES.gz
├── PACKAGES.in
├── PACKAGES.rds
├── PRE-FORMATTED-HELP.README
├── Views.rds
├── checkSummary.html
├── checkTimings.html
├── replisting
├── reposToolsCmds.R
└── reposToolsCmds.Rout

web/packages/...:

Slightly expanded data is here. A sample from dplyr:

dplyr
    ├── DESCRIPTION
    ├── LICENSE
    ├── NAMESPACE
    ├── README.html
    ├── aliases.rds
    ├── dplyr.pdf
    ├── index.html
    ├── news.html
    ├── rdxrefs.rds
    └── vignettes/
        ├── compatibility.html
        ├── dplyr.html
        ├── index.rds
        ├── programming.html
        ├── two-table.html
        └── window-functions.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment