dbailleul / RClone

5 stars 0 forks source link

Which R version supports RClone? #5

Open Haoran-Xue opened 2 years ago

Haoran-Xue commented 2 years ago

Hello,

Thank you for developing this package. Do you mind telling me which R version supports RClone? I cannot find the information anywhere. I tried R 4.2.0, 4.0.2, 3.3.3, and 3.2.3, but none of them support RClone.

Best regards, Haoran

dbailleul commented 2 years ago

Good day Haoran and thank you for trying to use RClone. Every version of R are supposed to support RClone, which is build from core packages.

I've got a RClone working with R version 3.6.3. I just try and install R version 4.2.0 and RClone from Github, as:

install.packages("devtools")
devtools::install_github("dbailleul/RClone")
library(RClone)

And it's working.

Are you trying to install RClone from Github as well ? Are you working with Linux or Windows ?

Best, Diane

Haoran-Xue commented 2 years ago

Good day Diane,

I was using install.packages("RClone").

I just used devtools and it worked. Thank you so much!

Best regards, Haoran