I want to install the package mgarch
. I downloaded it by here .
It seems like I need to install devtools as explained here .
I do all this and I can not.
How can I solve this problem?
I do the following:
install.packages("devtools")
library(devtools)
dev_mode(on=T)
install_github("mgarch")
The mgarch folder is created in: C: \ Users \ Myname \ Documents \ R \ win-library \ 3.1
Soon I'll do the following:
library("mgarch")
and says there is no such package.