Skip to content

ON the installation of: abnormally-distributed/cvreg

3 messages · Ishaqbaba, Bert Gunter, Rui Barradas

#
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
#
Do note in the posting guide linked below (Please read it!), it says:

"For questions about functions in standard packages distributed with R (see
the FAQ Add-on packages in R
<http://cran.r-project.org/doc/FAQ/R-FAQ.html#Add-on-packages-in-R>), ask
questions on R-help.
If the question relates to a *contributed package* , e.g., one downloaded
from CRAN, try contacting the package maintainer first. You can also use
find("functionname") and packageDescription("packagename") to find this
information. *Only* send such questions to R-help or R-devel if you get no
reply or need further assistance. This applies to both requests for help
and to bug reports."

So have you done this?
(though you *might* get a reply here if you get lucky).

Bert Gunter

"The trouble with having an open mind is that people keep coming along and
sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )


On Tue, Dec 8, 2020 at 10:48 AM Ishaqbaba via R-help <r-help at r-project.org>
wrote:

  
  
#
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: