I posted the same question on github, lets see if anyone would have the same problem (and didnt read the github issue session)
When doing renv::restore()
for LegendT2DM >= 1.1.1
, we realize there are quite a few warnings:
Warning: failed to find binary for 'Andromeda 0.5.0' in package repositories
Warning: failed to retrieve 'https://mran.microsoft.com/snapshot/2021-07-06/bin/windows/contrib/4.0/Andromeda_0.5.0.zip' [error code 22]
Warning: failed to find source for 'Andromeda 0.5.0' in package repositories
Warning: failed to find binary for 'RSQLite 2.2.7' in package repositories
Warning: failed to retrieve 'https://mran.microsoft.com/snapshot/2021-07-06/bin/windows/contrib/4.0/RSQLite_2.2.7.zip' [error code 22]
Error: failed to retrieve package 'Andromeda@0.5.0'
Warning: failed to find binary for 'blob 1.2.1' in package repositories
Warning: failed to retrieve 'https://mran.microsoft.com/snapshot/2021-07-06/bin/windows/contrib/4.0/blob_1.2.1.zip' [error code 22]
Warning: failed to find binary for 'DBI 1.1.1' in package repositories
Warning: failed to retrieve 'https://mran.microsoft.com/snapshot/2021-07-06/bin/windows/contrib/4.0/DBI_1.1.1.zip' [error code 22]
In addition: There were 30 warnings (use warnings() to see them)
Not sure if we should use a updated package in renv.lock
in order to mitigate the errors
i found this kind of errors pretty common.