From: Dirk Eddelbuettel <edd@debian.org>
Date: Aug, 08 2026 16:58:26 -0500
Subject: [PATCH] Skip Rd2HTML section

--- r-base-4.6.1.orig/src/library/tools/man/Rd2HTML.Rd
+++ r-base-4.6.1/src/library/tools/man/Rd2HTML.Rd
@@ -168,15 +168,15 @@ Rd2ex(Rd, out = "", defines = .Platform$
   built into a binary package), and \emph{render} time (when the man
   page is converted to a readable format).
 
-  For example, this man page was:
-  \enumerate{
-    \item built on
-    \Sexpr[stage=build]{format(Sys.time(), "\%Y-\%m-\%d at \%H:\%M:\%S")},
-    \item installed on
-    \Sexpr[stage=install]{format(Sys.time(), "\%Y-\%m-\%d at \%H:\%M:\%S")}, and
-    \item rendered on
-    \Sexpr[stage=render]{format(Sys.time(), "\%Y-\%m-\%d at \%H:\%M:\%S")}.
-  }
+  %% For example, this man page was:
+  %% \enumerate{
+  %%   \item built on
+  %%   \Sexpr[stage=build]{format(Sys.time(), "\%Y-\%m-\%d at \%H:\%M:\%S")},
+  %%   \item installed on
+  %%   \Sexpr[stage=install]{format(Sys.time(), "\%Y-\%m-\%d at \%H:\%M:\%S")}, and
+  %%   \item rendered on
+  %%   \Sexpr[stage=render]{format(Sys.time(), "\%Y-\%m-\%d at \%H:\%M:\%S")}.
+  %% }
 }
 
 \value{
