Skip to content

Add CRAN installation instructions and badge to README#78

Merged
osorensen merged 2 commits intomainfrom
copilot/update-readme-rmd
Feb 5, 2026
Merged

Add CRAN installation instructions and badge to README#78
osorensen merged 2 commits intomainfrom
copilot/update-readme-rmd

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 5, 2026

Adds CRAN installation instructions and status badge to README.Rmd per issue requirements.

Changes

  • CRAN badge: Added standard CRAN status badge to badges section
  • Installation section: Added install.packages("BayesMallowsSMC2") as primary installation method, with GitHub installation as secondary option for development version
  • README.md: Updated generated markdown to match README.Rmd changes

The CRAN installation is now presented first as the recommended method:

# From CRAN (recommended)
install.packages("BayesMallowsSMC2")

# Or from GitHub (development version)
devtools::install_github("osorensen/BayesMallowsSMC2")
Original prompt

This section details on the original issue you should resolve

<issue_title>Update README.Rmd</issue_title>
<issue_description>Update README.Rmd so it contains:

  • Instructions on how to install from CRAN.
  • CRAN status badge.</issue_description>

Comments on the Issue (you are @copilot in this section)


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

Co-authored-by: osorensen <21175639+osorensen@users.noreply.github.com>
Copilot AI changed the title [WIP] Update README.Rmd with installation instructions and status badge Add CRAN installation instructions and badge to README Feb 5, 2026
Copilot AI requested a review from osorensen February 5, 2026 08:17
@osorensen osorensen marked this pull request as ready for review February 5, 2026 08:18
@osorensen osorensen merged commit 57d05ad into main Feb 5, 2026
5 checks passed
@osorensen osorensen deleted the copilot/update-readme-rmd branch February 5, 2026 08: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.

Update README.Rmd

2 participants