Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • dirmult

  • BiocManager

  • MASS

  • devtools

  • rstan (see the instructions below for installing rstan)

To install these, run:

Code Block
language{r eval=false}
list.of.packages <- c("dirmult", 
                      "BiocManager", 
                      "MASS",
                      "devtools")
new.packages <-
  list.of.packages[!(list.of.packages %in% installed.packages()[, "Package"])]
if (length(new.packages))
  install.packages(new.packages)

...