dmurdoch

Results 121 comments of dmurdoch

That's not the issue. I'm only using one machine. Just to be sure, I just re-validated it and got the same result.

Just did some tracing. The message `Email address not validated` is in raw characters in `response$content` received from the call to `GET()` in `query()` called from `list_my_checks()`: ``` Browse[3]> rawToChar(response$content)...

I don't remember seeing a problem. I will try again now: ``` > library(rhub) > validate_email() ── Choose email address to (re)validate (or 0 to exit) 1: ✓ [email protected] 2:...

Not sure what I've done wrong, but I'm again getting the message ``` > list_my_checks() Error in query("LIST BUILDS EMAIL", params = list(email = email, token = email_get_token(email))) : Email...

Yes, same token in both cases. I just removed my older email address (that I rarely use; it's not the one given by `whoami::email_address()`) so it only lists one, and...

Found the error. I went back through old emails, and found a token that worked, the one that was validated on Jan 29 (i.e. 10 months ago). More recently validated...

This addresses the same issue as PR #350.

This should be done with something like par3dInterpControl, but that function isn't well suited to do it. It needs: - Use separate rotation, translation, scale parameters - Don't bother going...

That's not an R version number, it looks like an RStudio version number. I'm using a slightly earlier one (1.4.1103). I'm using the same macOS version as you're using, but...

I've updated everything now, and I'm not seeing the crash. It does look like issues #27 and #43. I'd suggest two things: - use `remotes::install_github("dmurdoch/rgl")` to install the latest development...