Closed 414theodore closed 6 years ago
Thanks @crew102. Apologies, I'm relatively green to github and Im not sure how the commits work. At what point does a new build of the package get created that I can install the new version?
You can install the development version of the package (which contains the fix to your issue) by first installing devtools
then using install_github()
:
if (!"devtools" %in% rownames(installed.packages()))
install.packages("devtools")
devtools::install_github("vt-arc/wosr")
Calling the auth function as described in documentation to use IP-based authentication:
auth(username = NULL, password = NULL)
Causes the below error to appear:
Error in if (username == "" || password == "") { : missing value where TRUE/FALSE needed