Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 936 Bytes

File metadata and controls

21 lines (11 loc) · 936 Bytes

Contributing

Without write access

Corrections, suggestions and general improvements are welcome as issue submissions.

You can also suggest changes by editing the .Rmd files that are at the root of this repository and submitting a pull request. Please target your pull requests to the main branch.

With write access

You can push directly to main for small fixes. Please use PRs to main for discussing larger updates - try to limit to one section or at least one chapter in each PR, so that changes are easier to review.

Code Hyperlinks

When referencing code in documentation, issues, or pull requests:

  • If you need to show a code block or highlight specific lines, use a GitHub mirror permalink (with line highlighting).

  • For general references where highlighting is not needed, you may use the original source link.

This helps reviewers and readers quickly see the relevant code in context.