I am looking at this package. I managed to install it like this:
library(devtools)
install_github("profyliu/gepR")
This package also requires a dll, which I downloaded. I think I can put this dll into my working directory but could it also be placed into the folder of the package and the R file would pick it up automatically (the R file linked to in github is also in my local package folder)?
Thanks and sorry about my ignorance.
question from:https://stackoverflow.com/questions/65869506/install-r-package-requiring-dll