Closed verajosemanuel closed 3 years ago
I'm having the same issue.
@verajosemanuel If I use the installed R package from my mirror, it installs version 0.15, which was published in 2017 and doesn't work properly for me.
However, if I download and compile the source directly from github, it does work properly. To install from github I had to:
install.packages('devtools') # Install the devtools package
detach("package:revgeo", unload = TRUE) # Detach the package I had already installed; otherwise installing from github won't work
library(devtools)
install_github('mhudecheck/revgeo')
Updating the package as described by @emily-noble fixed my problem! Thank you.
This issue was fixed in code at the last update. I haven't gotten around to pushing it to CRAN yet.
I'm going to mark this as closed.
Just installed and tested with the most simple example from documentation: