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
In saveToLocalRepo, createLocalRepo and likely others: many new warnings appearing, which appear to have come with RSQLite 2.0 which is now on CRAN.
a <- 1
repo <- tempdir()
archivist::createLocalRepo(repo)
archivist::saveToLocalRepo(a, repoDir = repo)
Warning messages:
1: In rsqlite_fetch(res@ptr, n = n) :
Don't need to call dbFetch() for statements, only for queries
The text was updated successfully, but these errors were encountered:
In
saveToLocalRepo
,createLocalRepo
and likely others: many new warnings appearing, which appear to have come withRSQLite 2.0
which is now on CRAN.The text was updated successfully, but these errors were encountered: