Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pkg_building.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ Many packages include code from other software. Whether entire files or single f

The package needs to have a [CRAN](https://svn.r-project.org/R/trunk/share/licenses/license.db) or [OSI](https://opensource.org/licenses) accepted license.
For more explanations around licensing, refer to the [R packages book](https://r-pkgs.org/license.html).
Note that [this section of that book](https://r-pkgs.org/license.html#sec-how-to-include) explains that original authors of any code bundled within a package should be acknowledged in the DESCRIPTION file with `role = "cph"`.

## Testing {#testing}

Expand Down
Loading