You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and trying to read a Har file, I got the following error in R:
Loading required package: HARr
Warning message:
In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘HARr’
Sounds like it is doesnt find HARr.
The text was updated successfully, but these errors were encountered:
Hi Maros,
After running the code:
install.packages('devtools')
devtools::install_git('https://github.com/USDA-ERS/MTED-HARr.git')
require(HARr)
and trying to read a Har file, I got the following error in R:
Loading required package: HARr
Warning message:
In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘HARr’
Sounds like it is doesnt find HARr.
The text was updated successfully, but these errors were encountered: