tpilz / lumpR

Landscape Unit Mapping Program for R
GNU General Public License v3.0
11 stars 12 forks source link

problem with installation in recent R #56

Closed allayur closed 4 years ago

allayur commented 4 years ago

Sorry for very basic problem, but installing lump on a new windows machine I got a following error masage

Installing package into ‘C:/Users/allay/OneDrive/Документы/R/win-library/3.6’ (as ‘lib’ is unspecified)

TillF commented 4 years ago

This message comes a result from a recent change in install_github(), which converts all warnings into errors. Warnings can be caused by 'newer package version available' or 'package was built under a newer version of R'. These warnings do not pose a problem, still the building process terminates. To prevent this, please add Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS=TRUE) before executing install_github() I added this hint to the installation steps in the readme.