Last active
April 27, 2021 09:12
-
-
Save KevCaz/aaa83151e9d12cc07fbe379e2c32a385 to your computer and use it in GitHub Desktop.
My list of R packages that have no debian package
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" | |
) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add my package:
graphicsutils
in revision 9.