Skip to content
Back to formatted view

Raw Message

Message-ID: <6f9dcea7-c899-04f3-51cf-536be01714f6@sapo.pt>
Date: 2022-08-23T09:00:11Z
From: Rui Barradas
Subject: Unable to install package "checkpoint" on R3.6.3
In-Reply-To: <CAM1wLyZoxLKjiueR8gAo35M1M7WRRwF_YV9mrF38mu5VaY0Www@mail.gmail.com>

Hello,

Instead of downloading the zip file, download the tar.gz file from [1]

checkpoint_0.4.10.tar.gz

and at a command line run

R CMD INSTALL checkpoint_0.4.10.tar.gz


[1] https://cran.r-project.org/src/contrib/Archive/checkpoint/

Hope this helps,

Rui Barradas


?s 16:16 de 22/08/2022, Mrinmay Kalita escreveu:
> Hello,
> 
> I needed help to install checkpoint package. I tried stackoverflow to no
> help. I did conda update -all and conda clean -all as well.
> 
> As per the screenshot attachments, some packages did not get installed
> while doing "install.packages("checkpoint")" on R console. I retried using
> different mirrors for download to no good.
> 
> So, I am not able to install Shiny to run my web app as
> install.packages("shiny") also says eventually that package checkpoint is
> missing.
> 
> I have downloaded the package as a zip also from
> https://cran.r-project.org/web/packages/checkpoint/index.html. I unzipped
> the folder but which file from inside should i run to install checkpoint to
> my RStudio in my Windows PC.
> 
> i am a novice to R programming; so please help.
> 
> Regards
> ______________________________________________
> R-help at 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.