3
I want to install the package mgarch
. I downloaded it for here.
Looks like I need to install the devtools as explained here.
I do all this and I can’t.
How can I solve this problem?
I do the following procedure:
install.packages("devtools")
library(devtools)
dev_mode(on=T)
install_github("mgarch")
The mgarch folder is created in: C: Users Meunome Documents R win-library 3.1
soon after I make the command:
library("mgarch")
and says there is no such package.
What would be "can’t do it"? What mistakes are delivered to you?
– user2692