Skip to content

Commit e08957a

Browse files
committed
Fix broken link to Writing R Extensions in checklist (#157)
1 parent 993c96e commit e08957a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/package-review-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Refer to the [DESCRIPTION](https://contributions.bioconductor.org/description.ht
126126
## C and Fortran code
127127

128128
- [ ] Internal functions from R's C library used (e.g. `R_alloc`).
129-
- [ ] C function registration used (See [Registering native routines](http://cran.fhcrc.org/doc/manuals/R-exts.html#Registering-native-routines).
129+
- [ ] C function registration used (See [Registering native routines](https://cran.r-project.org/doc/manuals/R-exts.html#Registering-native-routines)).
130130
- [ ] Checks for user interruption.
131131
- [ ] `Makevars` and `Makefile` within a package.
132132

0 commit comments

Comments
 (0)