OnofriAndreaPG / aomisc

Utilities for stat courses
21 stars 7 forks source link

Not working in R 4.0.3 #3

Open plantgustaf opened 4 years ago

plantgustaf commented 4 years ago

I just came across this rather useful package, but it doesn't seem to work with 4.0.3 (2020-10-10). Best, Gustaf

mattmar commented 4 years ago

Hey, I had the same problem in 4.0.3 and solved installing: install.packages("drc") install.packages("cpp11")

and then: devtools::install_github("onofriAndreaPG/aomisc")