-
Notifications
You must be signed in to change notification settings - Fork 153
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
update_packages throws error #232
Comments
I don't think the error is coming from translations but from a different package. e.g. I think you will find Try running the following and past the full output so we can narrow down what is happening. # enable more debugging information
trace(remotes:::is.remote, quote(str(x)))
# This will likely error
remotes::update_packages()
#After the error run traceback
traceback() Also if you are able to determine the package that is causing the error the output of |
I'm afraid that I can't figure out which package is causing the error.
Here's what I tried to do to figure out what the package was that caused the fault:
|
Both with the CRAN version and with the github version, remotes::update_packages() throws an error every time I call it:
translations is the translations package in the base R distribution (it's in C:\Program Files\R\R-3.5.1\library\translations). Googling tells me that things sometimes have a hard time dealing with translations because the package does not have a namespace.
Also, the DESCRIPTION file for translations does not include a source URL.
The text was updated successfully, but these errors were encountered: