bcgov / rems

An R package to access data from British Columbia's Environmental Monitoring System
Apache License 2.0
19 stars 5 forks source link

New sqlite #55

Closed ateucher closed 3 years ago

ateucher commented 3 years ago

Fixes for sqlite and updates to data on bcdc.

ateucher commented 3 years ago

This is in place of #52, allowing daily update of historic data.

@joethorley @sebdalgarno @KarHarker @j-krogh @JessicaPenno sorry to ask you again, but if you can test this that would be great!

Please check out the NEWS - as with the duckdb branch, I have added the connect_historic_db() function, that needs to be called before attach_historic_data()

ateucher commented 3 years ago

Forgot to mention. Please install with remotes::install_github("bcgov/rems", ref = "new-sqlite")

joethorley commented 3 years ago

Works for me

ateucher commented 3 years ago

Excellent, thanks Joe

KarHarker commented 3 years ago

works for me, too!