Skip to content

Instantly share code, notes, and snippets.

@KevCaz
Last active April 27, 2021 09:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KevCaz/aaa83151e9d12cc07fbe379e2c32a385 to your computer and use it in GitHub Desktop.
Save KevCaz/aaa83151e9d12cc07fbe379e2c32a385 to your computer and use it in GitHub Desktop.
My list of R packages that have no debian package
# Packages installed via apt-get packages
# apt-get install r-cran-v8
# apt-get install "r-cran-rcpp.*" r-cran-reticulate r-cran-rjava r-cran-devtools r-cran-doparallel r-cran-sf r-cran-lwgeom r-cran-lme4 r-cran-ade4 r-cran-ape r-cran-vegan r-cran-igraph r-cran-rgl r-cran-webshot r-cran-cli r-cran-pillar r-cran-taxize r-cran-repr r-cran-reprex r-cran-biocmanager
# r-cran-plotly r-cran-cairodevice
# CRAN packages - complement the list of packages installed via apt-get
install.packages(
c(
"bipartite",
"blogdown",
"bookdown",
"cairoDevice",
"callr",
"dataone",
"devtools",
"docopt",
"drat",
"emojifont",
"extrafont",
"finch",
"formatR",
"fulltext",
"GenSA",
"geojsonio",
"goodpractice",
"highcharter",
"imager",
"IRkernel",
"jpeg",
"kableExtra",
"languageserver",
"latex2exp",
"lintr",
"mapview",
"odeintr",
"osmdata",
"osmplotr",
"pander",
"pdftools",
"rcites",
"rmangal",
"rcrossref",
"RefManageR",
"rfishbase",
"rgdal",
"rgeos",
"rglobi",
"robis",
"rsvg",
"RSQLite",
"secret",
"showtext",
"tint",
"tmap",
"wesanderson",
"wordcloud2",
"xaringan"
),
repos = "https://cran.wu.ac.at/",
dependencies = TRUE
)
# GitHub packages
devtools::install_github(
c(
"inSileco/graphicsutils",
"inSileco/inSilecoMisc",
"inSileco/inSilecoRef",
"KevCaz/ecoocc"
)
)
@KevCaz
Copy link
Author

KevCaz commented Jul 8, 2017

leaflet package (https://cran.r-project.org/web/packages/leaflet/index.html) imports htmliwidgets and hmtlools packages therefore I dropped them from the list in revision 8.

@KevCaz
Copy link
Author

KevCaz commented Jul 16, 2017

Add my package: graphicsutils in revision 9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment