Update data source, rename variables, deprecate annotator (v0.2.0)#99
Conversation
Breaking changes: - New data source URL (osf.io/2tbvd) with updated variable naming - Variable names now use _o/_r suffixes (e.g., es_original → es_o) - run_annotator() deprecated - now opens web version at forrt.org Other changes: - Add MIT LICENSE file - Update explorer app for new column names - Remove local annotator app (inst/fred_annotator/) - Update vignettes and documentation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Claude finished @LukasWallrich's task —— View job PR Review Progress
|
Skip documentation commit/push on PRs (detached HEAD causes git errors). Skip entire document job on PRs in R-CMD-check since docs are rebuilt during the check anyway. Use explicit branch refs for push operations. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Include pval_value_o and pval_value_r in numeric_variables to ensure consistent type handling with other numeric fields. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Claude finished @LukasWallrich's task —— View job Claude finished @LukasWallrich's task —— View job PR Review Progress
|


Summary
_o/_rsuffixes (e.g.,es_original→es_o,n_replication→n_r)run_annotator()now opens web version at forrt.orgBreaking Changes
Users with existing code referencing old variable names will need to update to the new
_o/_rnaming convention.Test plan
run_explorer()app functionalityrun_annotator()redirects to web version🤖 Generated with Claude Code