Closed Vili closed 9 years ago
Thanks for reporting !
We need to update the CRAN version soon. Meanwhile you can use the devel version. I have now added this also in the sorvi tutorial page (tnx for pointing this out !) and the following works for me out-of-the-box now:
library(devtools) install_github("ropengov/sorvi") library(sorvi) Sys.setlocale(locale="UTF-8") municipality.info.mml <- get_municipality_info_mml()
sorvi was recently splitted in multiple smaller compact packages, due to these major changes we are still in the process of finalizing it all. This activity certainly helps. Let us know if you bump into any other issues.
Ok, seems to work with the latest CRAN version.