search for: assertcondition

Displaying 12 results from an estimated 12 matches for "assertcondition".

2017 Nov 01
2
R-3.4.2: make check stops at line 698 of tests/reg-tests-1d.R
...t; > >> ## available.packages() (not) caching in case of errors > >> tools::assertWarning(ap1 <- available.packages(repos = "http://foo.bar")) > >> tools::assertWarning(ap2 <- available.packages(repos = "http://foo.bar")) > > error in assertCondition(expr, "warning", > > .exprString = d.expr) : Got simpleError evaluating of ap2 <- > > available.packages(repo ...: wanted warning > > > > The error message is a result of: ap2 <- available.packages(repos = > > "http://foo.bar")...
2017 Nov 01
0
R-3.4.2: make check stops at line 698 of tests/reg-tests-1d.R
...gt;> ## available.packages() (not) caching in case of errors >>>> tools::assertWarning(ap1 <- available.packages(repos = "http://foo.bar")) >>>> tools::assertWarning(ap2 <- available.packages(repos = "http://foo.bar")) >>> error in assertCondition(expr, "warning", >>> .exprString = d.expr) : Got simpleError evaluating of ap2 <- >>> available.packages(repo ...: wanted warning >>> >>> The error message is a result of: ap2 <- available.packages(repos = >>> "http:...
2017 Nov 01
2
R-3.4.2: make check stops at line 698 of tests/reg-tests-1d.R
...following line of tests/reg-tests-1d.R: > ## available.packages() (not) caching in case of errors > tools::assertWarning(ap1 <- available.packages(repos = "http://foo.bar")) > tools::assertWarning(ap2 <- available.packages(repos = "http://foo.bar")) error in assertCondition(expr, "warning", .exprString = d.expr) : Got simpleError evaluating of ap2 <- available.packages(repo ...: wanted warning The error message is a result of: ap2 <- available.packages(repos = "http://foo.bar"), not of the following condition in the test script:...
2017 Nov 01
0
R-3.4.2: make check stops at line 698 of tests/reg-tests-1d.R
...s/reg-tests-1d.R: > >> ## available.packages() (not) caching in case of errors >> tools::assertWarning(ap1 <- available.packages(repos = "http://foo.bar")) >> tools::assertWarning(ap2 <- available.packages(repos = "http://foo.bar")) > error in assertCondition(expr, "warning", > .exprString = d.expr) : Got simpleError evaluating of ap2 <- > available.packages(repo ...: wanted warning > > The error message is a result of: ap2 <- available.packages(repos = > "http://foo.bar"), > not of the followi...
2017 Nov 01
2
R-3.4.2: make check stops at line 698 of tests/reg-tests-1d.R
...lable.packages() (not) caching in case of errors > >>>> tools::assertWarning(ap1 <- available.packages(repos = "http://foo.bar")) > >>>> tools::assertWarning(ap2 <- available.packages(repos = "http://foo.bar")) > >>> error in assertCondition(expr, "warning", > >>> .exprString = d.expr) : Got simpleError evaluating of ap2 <- > >>> available.packages(repo ...: wanted warning > >>> > >>> The error message is a result of: ap2 <- available.packages(repos = >...
2017 Nov 01
0
R-3.4.2: make check stops at line 698 of tests/reg-tests-1d.R
...ages() (not) caching in case of errors >>>>>> tools::assertWarning(ap1 <- available.packages(repos = "http://foo.bar")) >>>>>> tools::assertWarning(ap2 <- available.packages(repos = "http://foo.bar")) >>>>> error in assertCondition(expr, "warning", >>>>> .exprString = d.expr) : Got simpleError evaluating of ap2 <- >>>>> available.packages(repo ...: wanted warning >>>>> >>>>> The error message is a result of: ap2 <- available.package...
2020 Feb 29
3
R 3.6.3 is released
....)) needing to extend buffer size have failed (with HTTP/2 servers), reported by G'abor Cs'ardi. * predict(loess(..), se=TRUE) now errors out (instead of seg.faulting etc) for large sample sizes, thanks to a report and patch by Benjamin Tyner in PR#17121. * tools:assertCondition(., "error") and hence assertError() no longer return errors twice (invisibly). * update(form, new) in the case of a long new formula sometimes wrongly eliminated the intercept from form, or (more rarely) added a garbage term (or seg.faulted !); the fix happened by...
2020 Feb 29
3
R 3.6.3 is released
....)) needing to extend buffer size have failed (with HTTP/2 servers), reported by G'abor Cs'ardi. * predict(loess(..), se=TRUE) now errors out (instead of seg.faulting etc) for large sample sizes, thanks to a report and patch by Benjamin Tyner in PR#17121. * tools:assertCondition(., "error") and hence assertError() no longer return errors twice (invisibly). * update(form, new) in the case of a long new formula sometimes wrongly eliminated the intercept from form, or (more rarely) added a garbage term (or seg.faulted !); the fix happened by...
2020 Feb 29
3
R 3.6.3 is released
....)) needing to extend buffer size have failed (with HTTP/2 servers), reported by G'abor Cs'ardi. * predict(loess(..), se=TRUE) now errors out (instead of seg.faulting etc) for large sample sizes, thanks to a report and patch by Benjamin Tyner in PR#17121. * tools:assertCondition(., "error") and hence assertError() no longer return errors twice (invisibly). * update(form, new) in the case of a long new formula sometimes wrongly eliminated the intercept from form, or (more rarely) added a garbage term (or seg.faulted !); the fix happened by...
2018 Apr 23
4
R 3.5.0 fails its regression test suite on Linux/x86_64
...ge 'stats' | comparing 'stats-Ex.Rout' to 'stats-Ex.Rout.save' ... NOTE | 6599c6599 | < Grand Mean: 291.5937 | --- | > Grand Mean: 291.5938 | 15124c15124 | < Grand Mean: 291.5937 | --- | > Grand Mean: 291.5938 | 17444c17444 | < assertCondition: caught "error" | --- | > assertCondition: caught 'error' | Testing examples for package 'datasets' | comparing 'datasets-Ex.Rout' to 'datasets-Ex.Rout.save' ... OK | Testing examples for package 'methods' | Testing examples for packa...
2018 Apr 23
0
R 3.5.0 fails its regression test suite on Linux/x86_64
...'stats-Ex.Rout.save' ... NOTE > | 6599c6599 > | < Grand Mean: 291.5937 > | --- > | > Grand Mean: 291.5938 > | 15124c15124 > | < Grand Mean: 291.5937 > | --- > | > Grand Mean: 291.5938 > | 17444c17444 > | < assertCondition: caught "error" > | --- > | > assertCondition: caught 'error' > | Testing examples for package 'datasets' > | comparing 'datasets-Ex.Rout' to 'datasets-Ex.Rout.save' ... OK > | Testing examples for package 'methods'...
2017 Nov 01
1
R-3.4.2: make check stops at line 698 of tests/reg-tests-1d.R
...ching in case of errors > >>>>>> tools::assertWarning(ap1 <- available.packages(repos = "http://foo.bar")) > >>>>>> tools::assertWarning(ap2 <- available.packages(repos = "http://foo.bar")) > >>>>> error in assertCondition(expr, "warning", > >>>>> .exprString = d.expr) : Got simpleError evaluating of ap2 <- > >>>>> available.packages(repo ...: wanted warning > >>>>> > >>>>> The error message is a result of: ap2 &lt...