How to install SMRD package

Kindly help me in installing SMRD package.

This is the github link.

First, you need to have installed the remotes package, if you haven't already, you can install it with this code

install.packages("remotes")

Then you can install SMRD.data package with this command

remotes::install_github("Auburngrads/SMRD.data")


I am getting this error.

It looks like a permissions issue, open RStudio as administrator and try again on a clean R session.

Same issue, when running with admin in a fresh session.

You could try manually deleting the conflicting packages from your library folder and install again.

This is and odd behavior, if possible try to make a fresh R install (with the latest version).

Thanks for your help..!!

I found another way to install this library.

just follow the instruction and download the file.
Then just copy and paste in R library folder.

Thanks

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