-
Notifications
You must be signed in to change notification settings - Fork 54
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
Error in query("LIST BUILDS EMAIL", params = list(email = email, token = email_get_token(email))) : Email address not validated #577
Comments
Try to give your (validated) email address to |
While
|
What could possibly happen was that you validated the same address from another computer, so the token on this computer is not valid any more. I restored your previous token now, so please try again. |
Thanks. I don't remember validating in the past (but probably did). But for sure validated on this machine twice today. It looks like some of it is fixed, but I still cannot make
|
Is your package available somewhere? |
The tested version can be installed from CRAN:
To install and load the developmental version run:
I'm currently trying to test 0.2.0 on GitHub before I replace 0.0.6 on CRAN. |
Sorry for the dummy proof language. I just copy pasted from the README. Also, I'm testing it locally, but the same version should be available on GitHub. |
I think the problem is that you |
Ah, good to know. What is the limit? I will remove the results folder, as it is created during the build anyway. But the two audio files are needed to build the vignette. |
Also, it would be great if the error was a bit more explicit about the reason. |
The limit is 100MB. FWIW CRAN's limit is much smaller, see the repository policy:
|
Thanks again. I will try to find a solution to host the data on GitHub and download it during vignette build. |
I moved all data files for the vignette to GitHub only and the |
Today I'm working form the office on another machine. I validated my email on this machine, but again get the same error:
|
This issue is about the previous R-hub system, it does not apply to the new system, so I am closing it now. Please see https://r-hub.github.io/rhub/ for the new system, R-hub v2. |
If I run
> rhub::list_my_checks()
I get the following error:I validated my email twice and also see it listed when running
rhub::list_validated_emails()
.Similar error occur for
rhub::check()
andrhub::check_for_cran()
.Session info:
The text was updated successfully, but these errors were encountered: