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
running testthat::test("~/GitHub/reproducible", "cache) generates a bajillion warnings:
Don't need to call dbFetch() for statements, only for queries
This is likely new with the release of the latest RSQLite package, and cropping up in archivist, as I don't see any calls we make to dbFetch(). @eliotmcintire can you please confirm and file bug with archivist as needed?
I will temporarily add suppressWarnings to the tests.
The text was updated successfully, but these errors were encountered:
running
testthat::test("~/GitHub/reproducible", "cache)
generates a bajillion warnings:This is likely new with the release of the latest
RSQLite
package, and cropping up inarchivist
, as I don't see any calls we make todbFetch()
. @eliotmcintire can you please confirm and file bug witharchivist
as needed?I will temporarily add
suppressWarnings
to the tests.The text was updated successfully, but these errors were encountered: