1This error pops up for install.packages while running my workflow on an older version (tested on 3fa8b20) of data.table: (for reference, this is the run where I first encountered it)
> install.packages("atime", dependencies = TRUE)
Installing package into ‘/__w/_temp/Library’
(as ‘lib’ is unspecified)
Error in contrib.url(repos, type) :
trying to use CRAN without setting a mirror
Calls: install.packages -> startsWith -> contrib.url
Execution halted
Error: Process completed with exit code 1.
Had to specify a default CRAN mirror, or for all packages in general: (as that pops up again when just specifying for data.table)
1This error pops up for
install.packages
while running my workflow on an older version (tested on3fa8b20
) of data.table: (for reference, this is the run where I first encountered it)Had to specify a default CRAN mirror, or for all packages in general: (as that pops up again when just specifying for
data.table
)That1 doesn't happen for the latest version of
data.table
. (where the first three commands in the above line are redundant)