rethomics / scopr

Read Ethoscope data in R
http://rethomics.github.io
3 stars 6 forks source link

scopr not available for new R version #19

Open estebanbeck opened 1 year ago

estebanbeck commented 1 year ago

Hi,

I am trying to install scopr and the rest of the Rethomics packages in an ubuntu 22.04 computer with R4.3.1 and I am getting an error saying that there is no version of that package for that version of R. Is that correct? can that be fixed?

qgeissmann commented 1 year ago

Hi @estebanbeck , Thanks for letting me know, I just started my holidays, but I really should look into that when back, that seems critical, I will try to do it in August, Take care, Q

BrainFriedLab commented 7 months ago

Anyone ever find a solution to this?

BrainFriedLab commented 7 months ago

after messing around, I just used the following and it worked:

library(devtools) install_github("rethomics/scopr")