-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing windows build of PEcAn.ED2
: bug in fqdn()
?
#3044
Comments
Does Windows have a |
That might be the case. I see the following in the Windows build logs:
|
Would this work? https://rdrr.io/cran/R.utils/man/getHostname.System.html |
I can't get the as.character(Sys.info()["nodename"]) |
That is close to what is done in getHostname, see https://github.com/HenrikBengtsson/R.utils/blob/develop/R/System.R#L51 |
Bug Description
The windows build of
PEcAn.ED2
on r-universe is currently failing because of a failing test in test.met2model.R. The only thing that makes sense to me that would cause this is iffqdn()
returns NULL or a length 0 vector on Windows. I don't have a Windows machine to do local testing on. Tests forfqdn()
would help debug this.The text was updated successfully, but these errors were encountered: