You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# starting around line 219 of the log...Installingpackageinto'c:/RLibrary'
(as'lib'isunspecified)
Warning:unabletoaccessindexforrepositoryhttps://cloud.r-project.org/bin/windows/contrib/4.0:cannotopenURL'https://cloud.r-project.org/bin/windows/contrib/4.0/PACKAGES'# ... then later, starting on line 342 the error happens:Packagesrequiredbutnotavailable:'haven', 'curl', 'data.table', 'readxl', 'openxlsx', 'tibble'Packagessuggestedbutnotavailable:'bit64', 'testthat', 'knitr', 'magrittr', 'clipr', 'csvy', 'feather',
'fst', 'hexView', 'jsonlite', 'pzfx', 'readODS', 'readr', 'rmatio',
'xml2', 'yaml'Thesuggestedpackagesarerequiredforacompletecheck.Checkingcanbeattemptedwithoutthembysettingtheenvironmentvariable_R_CHECK_FORCE_SUGGESTS_toafalsevalue.Seesection'The DESCRIPTION file'inthe'Writing R Extensions'manual.*DONEStatus:1ERRORSee'C:/projects/rio/rio.Rcheck/00check.log'fordetails.Commandexitedwithcode1
I'm trying that right now, and though it took forever, both the x64 and i386 devel versions built successfully. I'll try committing a trivial change on my fork to see if these packages have been cached and maybe it will run faster this time...
The text was updated successfully, but these errors were encountered:
Darn. It re-compiles everything. I guess until CRAN creates the 4.0 subdirectory on their repos, it's a choice between: not committing anything, committing but not testing devel versions on Windows, or having very slow devel builds.
If you want to go with slow builds, I have a PR ready to submit.
It is no longer necessary to use PKGTYPE: source in appveyor.yml for now. But this problem may repeat with the next version bump ( krlmlr/r-appveyor#167 )
Please specify whether your issue is about:
If you are reporting (1) a bug or (2) a question about code, please supply:
To reproduce: push any change to the repo
Put your code here (error messages):
In krlmlr/r-appveyor#167, @krlmlr advises to set
PKGTYPE: source
I'm trying that right now, and though it took forever, both the x64 and i386
devel
versions built successfully. I'll try committing a trivial change on my fork to see if these packages have been cached and maybe it will run faster this time...The text was updated successfully, but these errors were encountered: