search for: assertwarn

Displaying 10 results from an estimated 10 matches for "assertwarn".

Did you mean: assertian
2017 Nov 01
2
R-3.4.2: make check stops at line 698 of tests/reg-tests-1d.R
...ing R-3.4.2 on opensuse leap 42.3, make check failed. Until > > R-3.4.1 I never had a problem with these tests. No, the programm stops > > at the 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 evaluat...
2017 Nov 01
2
R-3.4.2: make check stops at line 698 of tests/reg-tests-1d.R
Hi all, after compiling R-3.4.2 on opensuse leap 42.3, make check failed. Until R-3.4.1 I never had a problem with these tests. No, the programm stops at the 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....
2017 Nov 01
0
R-3.4.2: make check stops at line 698 of tests/reg-tests-1d.R
...opensuse leap 42.3, make check failed. Until >>> R-3.4.1 I never had a problem with these tests. No, the programm stops >>> at the 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 simpleEr...
2017 Nov 01
0
R-3.4.2: make check stops at line 698 of tests/reg-tests-1d.R
..., > > after compiling R-3.4.2 on opensuse leap 42.3, make check failed. Until > R-3.4.1 I never had a problem with these tests. No, the programm stops > at the 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 <...
2017 Nov 01
2
R-3.4.2: make check stops at line 698 of tests/reg-tests-1d.R
...check failed. Until > >>> R-3.4.1 I never had a problem with these tests. No, the programm stops > >>> at the 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)...
2017 Nov 01
0
R-3.4.2: make check stops at line 698 of tests/reg-tests-1d.R
...Until >>>>> R-3.4.1 I never had a problem with these tests. No, the programm stops >>>>> at the 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...
2017 Nov 01
1
R-3.4.2: make check stops at line 698 of tests/reg-tests-1d.R
...t;> R-3.4.1 I never had a problem with these tests. No, the programm stops > >>>>> at the 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", > >>>>>...
2020 Apr 24
0
R 4.0.0 is released
...nless first or last in the class definition). \R, \B and \X are no longer allowed in character classes (PCRE1 treated these as literals). * Option PCRE_study is no longer used with PCRE2, and is reported as FALSE when that is in use. NEW FEATURES: * assertError() and assertWarning() (in package tools) can now check for _specific_ error or warning classes _via_ the new optional second argument classes (which is not back compatible with previous use of an unnamed second argument). * DF2formula(), the utility for the data frame method of formula(),...
2020 Apr 24
0
R 4.0.0 is released
...nless first or last in the class definition). \R, \B and \X are no longer allowed in character classes (PCRE1 treated these as literals). * Option PCRE_study is no longer used with PCRE2, and is reported as FALSE when that is in use. NEW FEATURES: * assertError() and assertWarning() (in package tools) can now check for _specific_ error or warning classes _via_ the new optional second argument classes (which is not back compatible with previous use of an unnamed second argument). * DF2formula(), the utility for the data frame method of formula(),...
2020 Apr 24
0
R 4.0.0 is released
...nless first or last in the class definition). \R, \B and \X are no longer allowed in character classes (PCRE1 treated these as literals). * Option PCRE_study is no longer used with PCRE2, and is reported as FALSE when that is in use. NEW FEATURES: * assertError() and assertWarning() (in package tools) can now check for _specific_ error or warning classes _via_ the new optional second argument classes (which is not back compatible with previous use of an unnamed second argument). * DF2formula(), the utility for the data frame method of formula(),...