We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 993c96e commit e08957aCopy full SHA for e08957a
docs/package-review-checklist.md
@@ -126,7 +126,7 @@ Refer to the [DESCRIPTION](https://contributions.bioconductor.org/description.ht
126
## C and Fortran code
127
128
- [ ] 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).
+- [ ] C function registration used (See [Registering native routines](https://cran.r-project.org/doc/manuals/R-exts.html#Registering-native-routines)).
130
- [ ] Checks for user interruption.
131
- [ ] `Makevars` and `Makefile` within a package.
132
0 commit comments