Open ozgeugurlu opened 2 hours ago
I followed the procedure outlined below:
install.packages("devtools") library(devtools)
devtools::install_github("mvuorre/bmlm", args = "--preclean")
This is the error I got:
Arguments in ... must be used. ✖ Problematic argument: • args = "--preclean" ℹ Did you misspell an argument name?
...
How do we fix it?
I also downloaded install.packages("Rcpp", dependencies = TRUE) previously, and still cannot run the code.
I followed the procedure outlined below:
install.packages("devtools") library(devtools)
Install from GitHub using the devtools package
devtools::install_github("mvuorre/bmlm", args = "--preclean")
This is the error I got:
Arguments in
...
must be used. ✖ Problematic argument: • args = "--preclean" ℹ Did you misspell an argument name?How do we fix it?