Hello,
There are R versions 3.6.2 and 4.0.3 but no RStudio 4.0.3, the latest is
RStudio 1.3.1093. To see the versions of R and RStudio you are using run
R.version.string
#[1] "R version 4.0.3 (2020-10-10)"
RStudio.Version()$version
#[1] ‘1.3.1093’
The following works with me:
devtools::install_github('abnormally-distributed/cvreg')
Hope this helps,
Rui Barradas
Às 09:00 de 08/12/20, Ishaqbaba via R-help escreveu:
Hello Sir,
Hope this email finds you hale, healthy and safe.
I have been having problem in installing this:
install.packages("remotes")
remotes::install_github("abnormally-distributed/cvreg")I am cureently using R
3.6.2 and Rstudio 4.0.3
https://cran.r-project.org/web/packages/cvreg/index.html
when i use the above link to get even the older version from the archive i
always got the following message:
Object not found!
The requested URL was not found on this server. If you entered the URL manually
please check your spelling and try again
Hope you put more light for me on that.
Thank youIshaq
[[alternative HTML version deleted]]
______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.