Closed allayur closed 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.
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)