ohdsi-studies / LegendT2dm

9 stars 15 forks source link

Warning: failed to find binary for 'XXXXX' in package repositories #18

Closed lofung closed 2 years ago

lofung commented 2 years ago

When doing renv::restore(), 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'
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

lofung commented 2 years ago

problem vanished after totally reinstalling R. no idea why.