Skip to content

[WIP] Create R package skeleton with rworkflows GitHub action - #1

Merged
stemangiola merged 1 commit into
mainfrom
copilot/create-r-package-skeleton
Jan 13, 2026
Merged

[WIP] Create R package skeleton with rworkflows GitHub action#1
stemangiola merged 1 commit into
mainfrom
copilot/create-r-package-skeleton

Conversation

Copilot AI commented Jan 13, 2026

Copy link
Copy Markdown

R Package Skeleton with rworkflows GitHub Action

Plan:

  • Install R package development tools (usethis, devtools, rworkflows)
  • Create R package skeleton structure
    • Create DESCRIPTION file with package metadata
    • Create NAMESPACE file
    • Create R/ directory for R source code
    • Create man/ directory for documentation
    • Create tests/ directory structure
    • Create vignettes/ directory
    • Create data-raw/ directory
  • Set up rworkflows GitHub Action
    • Add .github/workflows/ directory
    • Configure rworkflows workflow file
  • Add .Rbuildignore to exclude unnecessary files
  • Add .gitignore for R-specific files
  • Verify the package structure
Original prompt

create a R package scheleton with rworkflows github action


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@stemangiola
stemangiola marked this pull request as ready for review January 13, 2026 03:19
@stemangiola
stemangiola merged commit b3d0d23 into main Jan 13, 2026
1 check failed
Copilot AI requested a review from stemangiola January 13, 2026 03:19
Copilot stopped work on behalf of stemangiola due to an error January 13, 2026 03:19
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