Skip to content

Commit 2e847e7

Browse files
committed
Summary when returning "" for no match
1 parent fe52857 commit 2e847e7

File tree

1 file changed

+73
-12
lines changed

1 file changed

+73
-12
lines changed

revdep/summary.md

Lines changed: 73 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
|knitr |* |1.9 |2015-01-20 |CRAN (R 3.1.2) |
1919
|magrittr |* |1.5 |2014-11-22 |CRAN (R 3.1.2) |
2020
|stringi |* |0.4-1 |2014-12-14 |CRAN (R 3.1.2) |
21-
|stringr |* |0.6.2 |2012-12-06 |CRAN (R 3.1.2) |
21+
|stringr | |0.6.2 |2012-12-06 |CRAN (R 3.1.2) |
2222
|testthat | |0.9.1 |2014-10-01 |CRAN (R 3.1.2) |
2323

2424
# Check results
@@ -297,7 +297,32 @@ __OK__
297297
## docopt (0.4.2)
298298
Maintainer: Edwin de Jonge <[email protected]>
299299

300-
__OK__
300+
```
301+
checking examples ... ERROR
302+
Running examples in ‘docopt-Ex.R’ failed
303+
The error most likely occurred in:
304+
305+
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
306+
> ### Name: docopt
307+
> ### Title: Parse 'args' based on command-line interface described in 'doc'.
308+
> ### Aliases: docopt
309+
>
310+
> ### ** Examples
311+
>
312+
> "Usage: my_program.R [-hso FILE] [--quiet | --verbose] [INPUT ...]
313+
+
314+
+ -h --help show this
315+
+ -s --sorted sorted output
316+
+ -o FILE specify output file [default: ./test.txt]
317+
+ --quiet print less text
318+
+ --verbose print more text" -> doc
319+
> docopt(doc, "-s --quiet")
320+
perl is deprecated. Please use regexp instead
321+
perl is deprecated. Please use regexp instead
322+
Error in parse_long(tokens, optionlist) : is specified ambigously
323+
Calls: docopt -> parse_args -> parse_long -> <Anonymous>
324+
Execution halted
325+
```
301326

302327
## dplR (1.6.2)
303328
Maintainer: Andy Bunn <[email protected]>
@@ -313,7 +338,7 @@ Maintainer: John Waller <[email protected]>
313338
```
314339
checking whether package ‘EasyMARK’ can be installed ... ERROR
315340
Installation failed.
316-
See ‘/private/tmp/RtmppTodh4/check_cran11828875e07f/EasyMARK.Rcheck/00install.out’ for details.
341+
See ‘/private/tmp/RtmpPgHCED/check_cran46f22e9b2abb/EasyMARK.Rcheck/00install.out’ for details.
317342
```
318343

319344
## eeptools (0.3.1)
@@ -558,9 +583,9 @@ __OK__
558583
Maintainer: Jose Gerardo Tamez-Pena <[email protected]>
559584

560585
```
561-
checking whether package ‘FRESA.CAD’ can be installed ... [27s/28s] ERROR
586+
checking whether package ‘FRESA.CAD’ can be installed ... ERROR
562587
Installation failed.
563-
See ‘/private/tmp/RtmppTodh4/check_cran11828875e07f/FRESA.CAD.Rcheck/00install.out’ for details.
588+
See ‘/private/tmp/RtmpPgHCED/check_cran46f22e9b2abb/FRESA.CAD.Rcheck/00install.out’ for details.
564589
```
565590

566591
## fslr (1.3)
@@ -802,6 +827,24 @@ Bug reports: https://bitbucket.org/djhshih/io/issues
802827
checking package dependencies ... NOTE
803828
Package suggested but not available for checking: ‘rhdf5’
804829
```
830+
```
831+
checking tests ... ERROR
832+
Running the tests in ‘tests/testthat.R’ failed.
833+
Last 13 lines of output:
834+
7 string mismatches
835+
836+
2. Failure(@/private/tmp/RtmpPgHCED/check_cran46f22e9b2abb/io.Rcheck/tests/testthat/helper.R#71): write-and-read does not change data
837+
x not equal to y
838+
Names: 2 string mismatches
839+
840+
3. Failure(@/private/tmp/RtmpPgHCED/check_cran46f22e9b2abb/io.Rcheck/tests/testthat/helper.R#91): write to text connection does not change content
841+
inlines not equal to textlines
842+
Lengths (7, 8) differ (string compare on first 7)
843+
7 string mismatches
844+
845+
Error: Test failures
846+
Execution halted
847+
```
805848

806849
## ISOweek (0.6-2)
807850
Maintainer: Uwe Block <[email protected]>
@@ -1187,9 +1230,10 @@ The error most likely occurred in:
11871230
> res <- nmf(V, 3)
11881231
>
11891232
> basismap(res)
1190-
Error in process_tracks(x, tracks, annRow, annCol) :
1191-
Invalid special annotation track name ['basis']. Should partially match one of 'basis', ':basis', 'basis:'.
1192-
Calls: basismap -> basismap -> .local -> process_tracks
1233+
Error in ccPalette(x, ...) :
1234+
Invalid palette name '': should be an RColorBrewer palette or one of 'RdYlBu2', 'rainbow', 'heat', 'topo', 'terrain', 'cm', 'gray', 'grey'.
1235+
Available RColorBrewer palettes: 'BrBG', 'PiYG', 'PRGn', 'PuOr', 'RdBu', 'RdGy', 'RdYlBu', 'RdYlGn', 'Spectral', 'Accent', 'Dark2', 'Paired', 'Pastel1', 'Pastel2', 'Set1', 'Set2', 'Set3', 'Blues', 'BuGn', 'BuPu', 'GnBu', 'Greens', 'Greys', 'Oranges', 'OrRd', 'PuBu', 'PuBuGn', 'PuRd', 'Purples', 'RdPu', 'Reds', 'YlGn', 'YlGnBu', 'YlOrBr', 'YlOrRd'.
1236+
Calls: basismap ... basismap -> .local -> aheatmap -> ccRamp -> ccPalette
11931237
Execution halted
11941238
```
11951239

@@ -1521,7 +1565,7 @@ Bug reports: http://github.com/renozao/RcppOctave/issues
15211565
```
15221566
checking whether package ‘RcppOctave’ can be installed ... ERROR
15231567
Installation failed.
1524-
See ‘/private/tmp/RtmppTodh4/check_cran11828875e07f/RcppOctave.Rcheck/00install.out’ for details.
1568+
See ‘/private/tmp/RtmpPgHCED/check_cran46f22e9b2abb/RcppOctave.Rcheck/00install.out’ for details.
15251569
```
15261570

15271571
## rdryad (0.1.1)
@@ -1806,7 +1850,24 @@ manual.
18061850
Maintainer: Simon Potter <[email protected]>
18071851
Bug reports: https://github.com/sjp/selectr/issues
18081852

1809-
__OK__
1853+
```
1854+
checking tests ... ERROR
1855+
Running the tests in ‘tests/test-all.R’ failed.
1856+
Last 13 lines of output:
1857+
y[1]: "Element[]"
1858+
1859+
1860+
1861+
Z. Failure(@test-pseudo.R#36): parser parses canonical pseudo element expressions
1862+
parse_one("*") not equal to list("Element[*]", NULL)
1863+
Component 1: 1 string mismatch
1864+
1865+
Error: Test failures
1866+
In addition: Warning message:
1867+
In mapply(FUN = f, ..., SIMPLIFY = FALSE) :
1868+
longer argument not a multiple of length of shorter
1869+
Execution halted
1870+
```
18101871

18111872
## seqminer (3.4)
18121873
Maintainer: Xiaowei Zhan <[email protected]>
@@ -1825,7 +1886,7 @@ Maintainer: Roger Marshall <[email protected]>
18251886
```
18261887
checking whether package ‘spanr’ can be installed ... ERROR
18271888
Installation failed.
1828-
See ‘/private/tmp/RtmppTodh4/check_cran11828875e07f/spanr.Rcheck/00install.out’ for details.
1889+
See ‘/private/tmp/RtmpPgHCED/check_cran46f22e9b2abb/spanr.Rcheck/00install.out’ for details.
18291890
```
18301891

18311892
## spatsurv (0.9-8)
@@ -1864,7 +1925,7 @@ Maintainer: Roger Marshall <[email protected]>
18641925
```
18651926
checking whether package ‘srd’ can be installed ... ERROR
18661927
Installation failed.
1867-
See ‘/private/tmp/RtmppTodh4/check_cran11828875e07f/srd.Rcheck/00install.out’ for details.
1928+
See ‘/private/tmp/RtmpPgHCED/check_cran46f22e9b2abb/srd.Rcheck/00install.out’ for details.
18681929
```
18691930

18701931
## ssh.utils (1.0)

0 commit comments

Comments
 (0)