On Wed, 17 Apr 2019 at 02:41, Roy Mendelssohn - NOAA Federal via
R-package-devel wrote:
> -- Forwarded message --
> From: Roy Mendelssohn - NOAA Federal
> To: "Maëlle SALMON via R-package-devel"
> Cc:
> Bcc:
> Date: Tue, 16 Apr 2019 17:41:21 -0700
> Subject: Vignette timing out o
5.4 In the spirit of simple & stupid you can also use the built in
mechanism for doing this: organize some of your tests in subdirectories
like inst/testWithInternet, inst/veryLongTests,
inst/testsNeedingLicence, inst/testsNeedingSpecialCluster, etc. CRAN
will only run the tests in the tests/
--- Begin Message ---
Thanks muchly. That looks like I what I was after. otherwise I was going to
have to put tictoc on each chunk.
-Roy
> On Apr 17, 2019, at 2:21 AM, Iñaki Ucar wrote:
>
> On Wed, 17 Apr 2019 at 02:41, Roy Mendelssohn - NOAA Federal via
> R-package-devel wrote:
>>
Dear Sirs,
Since the start of April, I have gotten some errors on the Debian
machines on the check on CRAN for my package dynamichazard. The places
where I get the errors seems to come down to LAPACK's dtrtri routine.
I have tried to reproduce the error on Debian 18.04.2 with clang 8.0.0
but I can
On 17 April 2019 at 11:06, Benjamin Christoffersen wrote:
| Since the start of April, I have gotten some errors on the Debian
| machines on the check on CRAN for my package dynamichazard. The places
| where I get the errors seems to come down to LAPACK's dtrtri routine.
| I have tried to reproduc
Thanks for the quick reply. First a correction. I meant Ubuntu 18.04.2
of course, sorry.
> In short, you need to look more closely.
Is there a way to tell which BLAS and LAPACK is used on the Debian
machines on CRAN? I checked the "CRAN Package Check Flavors" page but
there is no information there