File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
2- R Under development (unstable) (2025-08-27 r88724 ) -- "Unsuffered Consequences"
2+ R Under development (unstable) (2025-10-22 r88964 ) -- "Unsuffered Consequences"
33Copyright (C) 2025 The R Foundation for Statistical Computing
44Platform: 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))))
518518checkRd: (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>
You can’t perform that action at this time.
0 commit comments