ropensci / CoordinateCleaner

Automated flagging of common spatial and temporal errors in biological and palaeontological collection data, for the use in conservation, ecology and palaeontology.
https://docs.ropensci.org/CoordinateCleaner/
79 stars 21 forks source link

install problem #98

Open tomyput opened 7 months ago

tomyput commented 7 months ago

I am sorry to come across the installization problem with R 4.1.2. It seems as if it is not easy to deal with.

install.packages("C:/Users/ASUS/Downloads/CoordinateCleaner_2.0-4.tar.gz", repos = NULL, type = "source")

  • installing source package 'CoordinateCleaner' ... using staged installation R ** data * moving datasets to lazyload DB inst ** byte-compile and prepare package for lazy loading ERROR: lazy loading failed for package 'CoordinateCleaner'
  • removing 'C:/Users/ASUS/Documents/R/win-library/4.1/CoordinateCleaner' Warning in install.packages : installation of package ‘C:/Users/ASUS/Downloads/CoordinateCleaner_2.0-4.tar.gz’ had non-zero exit status

And I try with CoordinateCleaner_3.0.1 and meet the same problem. debug with:lazyLoad("C:/Users/ASUS/Documents/R/win-library/4.1/CoordinateCleaner/R/CoordinateCleaner") It seems all right but when I try to open the function on the right, the R failed.

I think that it is all due to my ignorance but I must deal with it for it is a great tool for analysis.

tomyput commented 7 months ago

I try in another machine using R 4.3.0 and CoordinateCleaner 3.0.1. This time it installed without problem, but when I ibrary, R aborted again.