ropensci-review-tools / pkgstats

Historical statistics of every R package ever
https://docs.ropensci.org/pkgstats/
17 stars 1 forks source link

Fix failing installs on ubuntu sytems #23

Closed mpadge closed 2 years ago

mpadge commented 2 years ago

The rOpenSci doc server is based on this ubuntu image, and doesn't have either ctags or gtags, which means builds fail. They also can't be installed by querying remotes::system_requirements(), because they are not in the current RStudio rules. Have to manually construct a make system, like used for cmdstanr, which ultimately just calls this makefile for cmdstan to install the tarballs downloaded in cmdstanr/R/install.R.