Both with the CRAN version and with the github version, remotes::update_packages() throws an error every time I call it:
> update_packages()
Skipping 1 packages not available: translations
Error in FUN(X[[i]], ...) : is.remote(remote) is not TRUE
> sessionInfo()
R version 3.5.1 (2018-07-02)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 17134)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MONETARY=English_United States.1252 LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] remotes_2.0.2
loaded via a namespace (and not attached):
[1] compiler_3.5.1 tools_3.5.1 curl_3.2 packrat_0.4.9-3
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.
Package: translations
Version: 3.5.1
Title: The R Translations Package
Author: R Core Team and contributors worldwide
Maintainer: R Core Team <R-core@r-project.org>
Description: Compiled translations of messages.
License: Part of R 3.5.1
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.