Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.

Commit 010361a

Browse files
Improve explanation for HTTP exception in R code
Co-authored-by: timosachsenberg <5803621+timosachsenberg@users.noreply.github.com>
1 parent aff5c77 commit 010361a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

DOCUMENTATION_REVIEW.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ Repository: OpenMS/OpenMS-docs
1515
- **Found:** 23 HTTP links that could use HTTPS
1616
- **Impact:** Security warnings in browsers, potential MITM vulnerabilities
1717
- **Action:** Updated 22 links to HTTPS
18-
- **Exception:** 1 link kept as HTTP - `http://rforge.net/` in R package installation command (R package repository URL must match exactly as specified)
18+
- **Exception:** 1 link kept as HTTP - `http://rforge.net/` in R package installation command
19+
- This appears in R code: `install.packages('Rserve',,"http://rforge.net/",type="source")`
20+
- Must remain HTTP as it's an exact repository URL used by R's package installer
21+
- Changing to HTTPS could break the installation command for users
1922
- **Domains updated:**
2023
- nvie.com → https://nvie.com
2124
- cmake.org → https://cmake.org

0 commit comments

Comments
 (0)