Skip to content

Commit

Permalink
RStudio Version of Writing R Extensions
Browse files Browse the repository at this point in the history
Link to the RStudio version, just because it's easier to read.
  • Loading branch information
jonthegeek authored Nov 6, 2023
1 parent 5a2ef85 commit 827748d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ install.packages(c("devtools", "usethis"))

## What if we need more detail? {-}

- The official manual is [Writing R Extensions](https://cran.r-project.org/doc/manuals/R-exts.html).
- The official manual is [Writing R Extensions](https://rstudio.github.io/r-manuals/r-exts/).
- This document is exhaustive.

## What we won't learn {-}
Expand Down

0 comments on commit 827748d

Please sign in to comment.