gitextract_6no1pgat/ ├── .Rbuildignore ├── .github/ │ ├── .gitignore │ └── workflows/ │ ├── R-CMD-check.yaml │ ├── pkgdown.yaml │ └── recheck.yaml ├── .gitignore ├── .lintr ├── DESCRIPTION ├── NAMESPACE ├── NEWS.md ├── R/ │ ├── cartogram_cont.R │ ├── cartogram_dorling.R │ ├── cartogram_ncont.R │ └── utils.R ├── README.Rmd ├── README.md ├── _pkgdown.yml ├── cartogram.Rproj ├── man/ │ ├── cartogram.Rd │ ├── cartogram_assert_package.Rd │ ├── cartogram_cont.Rd │ ├── cartogram_dorling.Rd │ ├── cartogram_ncont.Rd │ └── nc_cartogram.Rd └── tests/ ├── testthat/ │ ├── test-cartogram_cont.R │ ├── test-cartogram_ncont.R │ ├── test-markdown.R │ └── test.Rmd └── testthat.R