Hi,

R CMD check on the tokay2 machine fails due to an error in running tests from 
testthat in the devel branch of my package universalmotif with no indication as 
to why. Here is the output from R CMD check:

* checking tests ...
** running tests for arch 'i386' ...
  Running 'spelling.R'
  Running 'testthat.R'
 ERROR
Running the tests in 'tests/testthat.R' failed.
Complete output:
  > library(testthat)
  > library(universalmotif)
  > 
  > test_check("universalmotif")
  == testthat results  
===========================================================
  OK: 211 SKIPPED: 1 FAILED: 0
** running tests for arch 'x64' ...
  Running 'spelling.R'
  Running 'testthat.R'
 OK
And here is the testthat.Rout.fail file:

R Under development (unstable) (2019-03-09 r76216) -- "Unsuffered Consequences"
Copyright (C) 2019 The R Foundation for Statistical Computing
Platform: i386-w64-mingw32/i386 (32-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(testthat)
> library(universalmotif)
> 
> test_check("universalmotif")
== testthat results  ===========================================================
OK: 211 SKIPPED: 1 FAILED: 0
Is there any way for me to know what is going on?

Thanks,

Benjamin Tremblay
        [[alternative HTML version deleted]]

_______________________________________________
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Reply via email to