From 4941fdef67f1a3af504cfe537cb0d1215e1b1bdc Mon Sep 17 00:00:00 2001 From: yush-1018 Date: Wed, 28 Jan 2026 10:24:12 +0530 Subject: [PATCH] Fix broken link to Writing R Extensions in checklist (#157) --- docs/package-review-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package-review-checklist.md b/docs/package-review-checklist.md index 0d589f4..3099127 100644 --- a/docs/package-review-checklist.md +++ b/docs/package-review-checklist.md @@ -126,7 +126,7 @@ Refer to the [DESCRIPTION](https://contributions.bioconductor.org/description.ht ## C and Fortran code - [ ] Internal functions from R's C library used (e.g. `R_alloc`). -- [ ] 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)). - [ ] Checks for user interruption. - [ ] `Makevars` and `Makefile` within a package.