I have a very difficult time to get my R markdown document compiled and execute. I have one-way, two-way ANOVA and ANCOVA analyses in the analysis along with many plots.
Here is the first R code chunk yet to be successfully executed.
{r, echo=FALSE}
install.packages("rmarkdown")
library(rmarkdown)
install.packages("knitr")
library(knitr)
install.packages("ggplot2")
install.packages("car")
library(car)
install.packages("pastecs")
library(pastecs)
install.packages("compute.es")
library(compute.es)
install.packes("multcomp")
library(multcopm)
install.packes("WRS2")
library(WRS2)
install.packages("gmodels")
library(gmodels)
install.packes("MASS")
library(MASS)
Quitting from lines 30-60 (PPC.Rmd) Error in contrib.url(repos, "source") : trying to use CRAN without setting a mirror Calls: ... withVisible -> eval -> eval -> install.packages -> contrib.url
Execution halted