Skip to content
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

Rhub error (utf-8. error in query) #591

Closed
NakarinP opened this issue Apr 10, 2024 · 2 comments
Closed

Rhub error (utf-8. error in query) #591

NakarinP opened this issue Apr 10, 2024 · 2 comments

Comments

@NakarinP
Copy link

Yesterday, I used devtools::check_rhub() and it worked just fine. Today, I did the same thing to check the same package without any edit, but I got this following error.

"no encoding supplied: defaulting to utf-8. error in query("get platforms", as = "text") : rhub error"

Can you help me fix this issue. I have checked the old issues, it happened before and it might be from the Rhub side?

Thanks,

Nakarin

@gaborcsardi
Copy link
Collaborator

Unfortunately this is an error that we won't fix, because we are transitioning to a new system, see the REAMDE in this repository.

For now you'll have to install the package from GitHub, e.g.

pak::pkg_install("r-hub/rhub")

or

remotes::install_github("r-hub/rhub")

and then see the manual, especially
https://r-hub.github.io/rhub/dev/articles/rhubv2.html

I am sorry for the abrupt change!

@gaborcsardi gaborcsardi pinned this issue Apr 10, 2024
@NakarinP
Copy link
Author

Unfortunately this is an error that we won't fix, because we are transitioning to a new system, see the REAMDE in this repository.

For now you'll have to install the package from GitHub, e.g.

pak::pkg_install("r-hub/rhub")

or

remotes::install_github("r-hub/rhub")

and then see the manual, especially https://r-hub.github.io/rhub/dev/articles/rhubv2.html

I am sorry for the abrupt change!

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants