RMI / RMI/resources

Building R packages

Open
#30 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

book devtools r-package usethis
Dominant language
No language data
Stars
17
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Free books

Prepare your system:

install.packages(c("devtools", "roxygen2", "testthat", "knitr"))

Simplify your workflow:

usethis::use_devtools()
● Include this code in '.Rprofile' to make devtools available in all interactive sessions.
  if (interactive()) {
    suppressMessages(require(devtools))
  }
  [Copied to clipboard]
● Modify 'C:/Users/Mauro/Documents/.Rprofile'
● Restart R for changes to take effect

image

Videos

All R videos


Thanks @vintented for motivating this post.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue body is a standalone collection of R package-building books, videos, and setup commands, but it names no repository file, documentation location, or specific change. Review the repository structure and existing resource entries first; the work is done only when the intended resource content and placement are defined and documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
r
Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.