search for: default_check_reporter

Displaying 5 results from an estimated 5 matches for "default_check_reporter".

2023 Jan 10
1
rhub vs. CRAN fedora-*-devel, using armadillo & slapack
...I had similar problems with testthat and timeouts when mass-checking > packages on patched R versions. My notes say > >> ## testthat's 'LocationReporter' does cat() after each expectation >> ## so we can see results even if timeout is reached >> options(testthat.default_check_reporter = c("Location", "Check")) > > The help("LocationReporter") says: "This reporter simply prints the > location of every expectation and error. This is useful if you're trying > to figure out the source of a segfault, or you want to figure out which...
2023 Jan 11
2
rhub vs. CRAN fedora-*-devel, using armadillo & slapack
...ad similar problems with testthat and timeouts when mass-checking > packages on patched R versions. My notes say > >> ## testthat's 'LocationReporter' does cat() after each expectation ## >> so we can see results even if timeout is reached >> options(testthat.default_check_reporter = c("Location", "Check")) > > The help("LocationReporter") says: "This reporter simply prints the > location of every expectation and error. This is useful if you're > trying to figure out the source of a segfault, or you want to figure > ou...
2023 Jan 10
1
rhub vs. CRAN fedora-*-devel, using armadillo & slapack
...he > timeout. I had similar problems with testthat and timeouts when mass-checking packages on patched R versions. My notes say > ## testthat's 'LocationReporter' does cat() after each expectation > ## so we can see results even if timeout is reached > options(testthat.default_check_reporter = c("Location", "Check")) The help("LocationReporter") says: "This reporter simply prints the location of every expectation and error. This is useful if you're trying to figure out the source of a segfault, or you want to figure out which code triggers a C...
2023 Jan 11
2
rhub vs. CRAN fedora-*-devel, using armadillo & slapack
...ems with testthat and timeouts when mass-checking >> packages on patched R versions. My notes say >> >>> ## testthat's 'LocationReporter' does cat() after each expectation ## >>> so we can see results even if timeout is reached >>> options(testthat.default_check_reporter = c("Location", "Check")) >> >> The help("LocationReporter") says: "This reporter simply prints the >> location of every expectation and error. This is useful if you're >> trying to figure out the source of a segfault, or you want to fi...
2023 Jan 10
1
rhub vs. CRAN fedora-*-devel, using armadillo & slapack
On 10/01/2023 2:05 p.m., Ivan Krylov wrote: > On Tue, 10 Jan 2023 16:27:53 +0000 > RICHET Yann <yann.richet at irsn.fr> wrote: > >> In facts, 10 threads are asked by armadillo for some LinAlg, which >> backs to two threads as warned. > > I think you're right about your tests de-facto using two threads, but > it might be a good idea to _default_ to up to