PSweight downloading

hello,
can someone guide me through how to download the package (PSweight). my R is unable to detecte the package.

thanks.

Can you be more specific?, What have you tried so far that is not working? What is the error message you get when you run this command?

install.packages("PSweight")

I always have this message :

install.packages("PSweight")
Warning in install.packages :
package ‘PSweight’ is not available (for R version 3.5.2)

so what I need is some valide link from github or something that can make the installation work.

R version 3.5.2 is fairly old. I believe the most recent version is R 4.2.1. You may need to upgrade R

1 Like

CRAN says that the minimum R version for that package is 3.5.0 so in theory it should work. Is that the complete console output you get?

Anyways, if you want to install from github, the repository is olso listed on the CRAN page

1 Like

it worked out with install_github. thank you so much.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.