We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
running the code:
uk1<-hmd.mx("GBR_NP", login, password, "UK")
gives the following error message:
Error in read.table(con, header = TRUE, skip = 2, na.strings = ".", as.is = TRUE) : more columns than column names
I have run hmd.mx function several times without encountering the issue before.
Thank you
The text was updated successfully, but these errors were encountered:
I do not get that error, using either the current CRAN version or the current github version. Try updating your packages.
Sorry, something went wrong.
I had the same issue: the issue is not from the packages but from the HMD website update.
It seems that if the login credentials are from before the HMD website update (around summer 2022), the function fails.
@petermcquire, register again at HMD with new login credentials and the function will work afterwards.
No branches or pull requests
running the code:
uk1<-hmd.mx("GBR_NP", login, password, "UK")
gives the following error message:
Error in read.table(con, header = TRUE, skip = 2, na.strings = ".", as.is = TRUE) :
more columns than column names
I have run hmd.mx function several times without encountering the issue before.
Thank you
The text was updated successfully, but these errors were encountered: