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
pages/gallery/data/index.qmd reads a Google Sheet through googlesheets4 and caches it to pages/gallery/data/data_data/tbl-01-openwashdata-datasets.csv. washr 1.1.0 removed the only writer of that sheet (washr #69), so the catalogue is frozen at the last hand edit; #136 lists the visible symptoms (five released packages missing, a stale status, two bad names). owdata #11 specifies the replacement: the page reads two CSVs the weekly harvest publishes. This issue is the website side of that work, so it is visible here.
Problem
pages/gallery/data/index.qmdreads a Google Sheet through googlesheets4 and caches it topages/gallery/data/data_data/tbl-01-openwashdata-datasets.csv. washr 1.1.0 removed the only writer of that sheet (washr #69), so the catalogue is frozen at the last hand edit; #136 lists the visible symptoms (five released packages missing, a stale status, two bad names). owdata #11 specifies the replacement: the page reads two CSVs the weekly harvest publishes. This issue is the website side of that work, so it is visible here.Proposal
owd_packages.csv,owd_variables.csv) as owdata Get started smaller adjustments for cross referencing #11 specifies, keep the DT table, and add the variables table below it.Acceptance
Related: #136, #142, #117, owdata #9, owdata #11, washr #69.