Skip to contents

drift 0.2.2

  • Startup quote pool expanded to 113. Adds 52 domain-expert quotes from 11 voices across floodplain/river process (David Montgomery, Ellen Wohl), Indigenous stewardship (Robin Wall Kimmerer, Kyle Whyte, Nancy Turner, Jeannette Armstrong), ecosystem valuation (Kai Chan), Canadian public voices (David Suzuki, Wade Davis), and legacy conservation (Aldo Leopold, Wendell Berry).
  • Tim Beechie was on the target list but yielded zero — no public interview / podcast / documentary footprint. Process-paper voice only.
  • Same rigor as v0.2.1: parallel research agents, independent fact-check pass (3 dropped for misattribution or text drift, 2 fixed from fact-check flags).

drift 0.2.1

  • Startup quote ritual: library(drift) prints a random fact-checked quote from 15 hip-hop artists on attach. Italic quote, grey attribution, clickable blue source hyperlink to the primary-source interview. Suppress via options(drift.quote_show_source = FALSE).
  • Curated via the soul /quotes-enable skill using multi-agent research + independent primary-source fact-check. 61 entries. See data-raw/quotes_build.R for full provenance.
  • cli added to Imports for OSC 8 hyperlinks and styling in R/zzz.R.

drift 0.2.0

  • dft_rast_transition() — add patch_area_min parameter to filter small connected patches of changed pixels; return $removed raster for visual QA of filtered patches; add from_class/to_class filters
  • dft_transition_vectors() — vectorize transition raster into sf polygons with per-patch area, transition labels, and optional zone attribution
  • dft_rast_consensus() — per-pixel mode across classified rasters for temporal noise filtering; optional confidence layer
  • dft_map_interactive() — new transition parameter overlays transition layers as checkboxes; Google Satellite and Esri Satellite basemaps; custom tile URL support
  • dft_check_crs() — internal helper that errors on geographic CRS input; wired into dft_rast_transition() and dft_rast_summarize()
  • Vignette: transition detection, tree loss filtering, patch area filtering with comparison table, interactive map with transition overlays

drift 0.1.0

Initial public release.