Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links in README and add ropensci CoC #217

Merged
merged 7 commits into from
Mar 5, 2025
Merged

Fix links in README and add ropensci CoC #217

merged 7 commits into from
Mar 5, 2025

Conversation

BatoolMM
Copy link
Collaborator

@BatoolMM BatoolMM commented Mar 4, 2025

Closes #215 #216

Proposed Changes

  • Fix all links to the GitHub repo to point to the repo under the ropensci organisation
  • Add ropensci CoC
  • Add installation instructions through r-universe

Checklist for the author of this PR:

  • [if package files were edited] I have run these checks locally:
    • devtools::document() to generates the .Rd files from any updated roxygen comments.
    • lintr::lint_package(path = ".") to check for style compliance and syntax issues.
    • codemetar::write_codemeta() to ensures the metadata file is up to date.
    • devtools::check() for a comprehensive package check. I have resolved any warnings or errors, or written them here in the PR, for discussion.
  • The code base and the documentation files match (they both reflect any recent changes).
  • The title of this PR is clear and self-explantory.
  • I have added any appropriate labels to this PR.
  • This PR is now ready for review (and I have removed the draft PR status).

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Mar 4, 2025
@BatoolMM BatoolMM requested a review from RayStick March 4, 2025 16:29
@BatoolMM BatoolMM changed the title Fix README for links and CoC Fix links in README and add ropensci CoC Mar 4, 2025
Copy link
Contributor

@RayStick RayStick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this Batool!

@RayStick RayStick merged commit 908138a into main Mar 5, 2025
10 checks passed
@RayStick RayStick deleted the links-in-README branch March 5, 2025 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix all links to the GitHub repo to point to the repo under the ropensci organization.
2 participants