Skip to content

Commit 1f2bdae

Browse files
author
maechler
committed
update 4 checkRd
git-svn-id: https://svn.r-project.org/R/trunk@88966 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 1f99a56 commit 1f2bdae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Examples/tools-Ex.Rout.save

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
R Under development (unstable) (2025-08-27 r88724) -- "Unsuffered Consequences"
2+
R Under development (unstable) (2025-10-22 r88964) -- "Unsuffered Consequences"
33
Copyright (C) 2025 The R Foundation for Statistical Computing
44
Platform: x86_64-pc-linux-gnu
55

@@ -96,7 +96,7 @@ $status
9696

9797
$stdout
9898
[1] ""
99-
[2] "R Under development (unstable) (2025-08-27 r88724) -- \"Unsuffered Consequences\""
99+
[2] "R Under development (unstable) (2025-10-22 r88964) -- \"Unsuffered Consequences\""
100100
[3] "Copyright (C) 2025 The R Foundation for Statistical Computing"
101101
[4] "Platform: x86_64-pc-linux-gnu"
102102
[5] ""
@@ -516,7 +516,7 @@ doi:10.1111/j.2517-6161.1964.tb00553.x
516516
> bad <- r"(\name{bad}\title{bad}\description{\tabular{p}{1 \tab 2}})"
517517
> (res <- checkRd(parse_Rd(textConnection(bad))))
518518
checkRd: (7) <connection>:1: Unrecognized \tabular format: p
519-
checkRd: (7) <connection>:1: Only 1 column allowed in this table
519+
checkRd: (7) <connection>:1: Only 1 column allowed in this table (row 1 has 2)
520520
> stopifnot(length(res) > 0)
521521
>
522522
>

0 commit comments

Comments
 (0)