Skip to content

Simplify ofeanalysis to a barebones R package scaffold - #2

Draft
PeterMisiun with Copilot wants to merge 2 commits into
mainfrom
copilot/simplify-repository-structure
Draft

Simplify ofeanalysis to a barebones R package scaffold#2
PeterMisiun with Copilot wants to merge 2 commits into
mainfrom
copilot/simplify-repository-structure

Conversation

Copilot AI commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Reduced the repository to a minimal, coherent R package baseline so future modules can be added intentionally without carrying placeholder scaffolding.
  • Package surface
    • Kept only validate_ofe_data() as the exported API.
    • Removed placeholder/unused module files (cleaning, models-basic, plots, reporting, summary-means, utils).
    • Removed related tests for deleted functionality.
  • Package metadata/docs
    • Trimmed DESCRIPTION dependencies to only what is needed now (testthat in Suggests).
    • Updated NAMESPACE to export only validate_ofe_data.
    • Updated README.md and NEWS.md to reflect the simplified current scope.
library(ofeanalysis)
validate_ofe_data(data.frame(plot = 1:3, response = c(2.1, 2.5, 2.3)))

Testing

  • Existing validation tests for validate_ofe_data() remain in place.
  • Local R test/build execution was not possible in this environment (R/Rscript unavailable).
  • PR-level parallel validation completed with no review comments and no CodeQL issues.

Copilot AI changed the title [WIP] Simplify repository to minimal starting point Simplify ofeanalysis to a barebones R package scaffold Jun 24, 2026
Copilot AI requested a review from PeterMisiun June 24, 2026 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants