Back to Build/check report for BioC 3.17
ABCDEFGHIJKLMN[O]PQRSTUVWXYZ

This page was generated on 2023-01-29 16:34:03 -0000 (Sun, 29 Jan 2023).

HostnameOSArch (*)R versionInstalled pkgs
kunpeng1Linux (Ubuntu 22.04.1 LTS)aarch64R Under development (unstable) (2023-01-14 r83615) -- "Unsuffered Consequences" 4021
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

CHECK results for OncoSimulR on kunpeng1


To the developers/maintainers of the OncoSimulR package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/OncoSimulR.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 1385/2162HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
OncoSimulR 4.1.1  (landing page)
Ramon Diaz-Uriarte
Snapshot Date: 2023-01-27 13:09:27 -0000 (Fri, 27 Jan 2023)
git_url: https://git.bioconductor.org/packages/OncoSimulR
git_branch: master
git_last_commit: a61b2fd
git_last_commit_date: 2022-11-24 13:24:15 -0000 (Thu, 24 Nov 2022)
kunpeng1Linux (Ubuntu 22.04.1 LTS) / aarch64  OK    OK    ERROR  

Summary

Package: OncoSimulR
Version: 4.1.1
Command: /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:OncoSimulR.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/library --timings OncoSimulR_4.1.1.tar.gz
StartedAt: 2023-01-29 05:26:05 -0000 (Sun, 29 Jan 2023)
EndedAt: 2023-01-29 05:37:40 -0000 (Sun, 29 Jan 2023)
EllapsedTime: 695.4 seconds
RetCode: 1
Status:   ERROR  
CheckDir: OncoSimulR.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:OncoSimulR.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/library --timings OncoSimulR_4.1.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.17-bioc/meat/OncoSimulR.Rcheck’
* using R Under development (unstable) (2023-01-14 r83615)
* using platform: aarch64-unknown-linux-gnu (64-bit)
* R was compiled by
    gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
    GNU Fortran (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
* running under: Ubuntu 22.04.1 LTS
* using session charset: UTF-8
* checking for file ‘OncoSimulR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘OncoSimulR’ version ‘4.1.1’
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘OncoSimulR’ can be installed ... OK
* used C compiler: ‘gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0’
* used C++ compiler: ‘g++ (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0’
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... WARNING
Invalid citation information in ‘inst/CITATION’:
  Warning message:
  In utils::packageDescription(basename(dir), dirname(dir)) :
    no package 'OncoSimulR' was found
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... WARNING
Error in library(OncoSimulR, lib.loc = "/home/biocbuild/bbs-3.17-bioc/R/library") : 
  there is no package called ‘OncoSimulR’
Execution halted

It looks like this package has a loading problem when not on .libPaths:
see the messages for details.
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking include directives in Makefiles ... OK
* checking compiled code ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... SKIPPED
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
  [ FAIL 1 | WARN 13 | SKIP 5 | PASS 8411 ]
  
  ══ Skipped tests ═══════════════════════════════════════════════════════════════
  • empty test (5)
  
  ══ Failed tests ════════════════════════════════════════════════════════════════
  ── Failure ('test.Z-oncoSimulIndiv.R:138'): exercise no positions left for mutation, updating in null mut, new format ──
  any(grepl("updating in null mutation", st)) is not TRUE
  
  `actual`:   FALSE
  `expected`: TRUE 
  
  [ FAIL 1 | WARN 13 | SKIP 5 | PASS 8411 ]
  Error: Test failures
  Execution halted
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ...
  ‘OncoSimulR.Rmd’ using ‘UTF-8’... OK
 NONE
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR, 2 WARNINGs
See
  ‘/home/biocbuild/bbs-3.17-bioc/meat/OncoSimulR.Rcheck/00check.log’
for details.


Installation output

OncoSimulR.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD INSTALL OncoSimulR
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.17-bioc/R/site-library’
* installing *source* package ‘OncoSimulR’ ...
** using staged installation
** libs
using C compiler: ‘gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0’
using C++ compiler: ‘g++ (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0’
using C++14
gcc -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -c FitnessLandscape/gamma.c -o FitnessLandscape/gamma.o
gcc -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -c FitnessLandscape/landscape.c -o FitnessLandscape/landscape.o
gcc -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -c FitnessLandscape/random.c -o FitnessLandscape/random.o
gcc -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -c FitnessLandscape/sort.c -o FitnessLandscape/sort.o
gcc -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -c FitnessLandscape/chain.c -o FitnessLandscape/chain.o
gcc -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -c FitnessLandscape/input.c -o FitnessLandscape/input.o
gcc -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -c FitnessLandscape/genotypes.c -o FitnessLandscape/genotypes.o
gcc -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -c FitnessLandscape/ordered_pairs.c -o FitnessLandscape/ordered_pairs.o
gcc -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -c FitnessLandscape/calculus.c -o FitnessLandscape/calculus.o
gcc -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -c FitnessLandscape/vector.c -o FitnessLandscape/vector.o
gcc -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -c FitnessLandscape/generalized_chain.c -o FitnessLandscape/generalized_chain.o
gcc -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -c FitnessLandscape/LinearAlgebra.c -o FitnessLandscape/LinearAlgebra.o
gcc -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -c FitnessLandscape/summary_statistics.c -o FitnessLandscape/summary_statistics.o
gcc -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -c FitnessLandscape/epistasis_type.c -o FitnessLandscape/epistasis_type.o
gcc -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -c FitnessLandscape/decomposition.c -o FitnessLandscape/decomposition.o
gcc -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -c FitnessLandscape/models.c -o FitnessLandscape/models.o
gcc -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -c FitnessLandscape/verbose.c -o FitnessLandscape/verbose.o
ar -r liblandscape.a FitnessLandscape/gamma.o FitnessLandscape/landscape.o FitnessLandscape/random.o FitnessLandscape/sort.o FitnessLandscape/chain.o FitnessLandscape/input.o FitnessLandscape/genotypes.o FitnessLandscape/ordered_pairs.o FitnessLandscape/calculus.o FitnessLandscape/vector.o FitnessLandscape/generalized_chain.o FitnessLandscape/LinearAlgebra.o FitnessLandscape/summary_statistics.o FitnessLandscape/epistasis_type.o FitnessLandscape/decomposition.o FitnessLandscape/models.o FitnessLandscape/verbose.o ;
ar: creating liblandscape.a
ranlib liblandscape.a;
gcc -O -Wall -o fl_statistics -I/FitnessLandscape/. -L. FitnessLandscape/main_fl_statistics.c -llandscape -lm;
gcc -O -Wall -o fl_generate -I/FitnessLandscape/. -L. FitnessLandscape/main_fl_generate.c -llandscape -lm;
gcc -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -c OncoSimulR_init.c -o OncoSimulR_init.o
g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.17-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fPIC  -g -O2  -Wall -c unity_osimul.cpp -o unity_osimul.o
g++ -std=gnu++14 -shared -L/home/biocbuild/bbs-3.17-bioc/R/lib -L/usr/local/lib -o OncoSimulR.so OncoSimulR_init.o RcppExports.o unity_osimul.o -L/home/biocbuild/bbs-3.17-bioc/R/lib -lR
installing via 'install.libs.R' to /home/biocbuild/bbs-3.17-bioc/R/site-library/00LOCK-OncoSimulR/00new/OncoSimulR
[1] ""
Installing fl_statistics fl_generate to /home/biocbuild/bbs-3.17-bioc/R/site-library/00LOCK-OncoSimulR/00new/OncoSimulR/exec
Installing library OncoSimulR.so to /home/biocbuild/bbs-3.17-bioc/R/site-library/00LOCK-OncoSimulR/00new/OncoSimulR/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (OncoSimulR)

Tests output

OncoSimulR.Rcheck/tests/testthat.Rout.fail


R Under development (unstable) (2023-01-14 r83615) -- "Unsuffered Consequences"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: aarch64-unknown-linux-gnu (64-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(OncoSimulR)
> 
> test_check("OncoSimulR")

 Starting FDF-letter-fitness-order Sun Jan 29 05:27:19 2023 

exprtk parser error: 

Error[00] Position: 00 Type: [  Syntax Error] Msg: ERR201 - Undefined symbol: 'n_2_3' Expression: n_2_3

exprtk parser error: 

Error[00] Position: 00 Type: [  Syntax Error] Msg: ERR201 - Undefined symbol: 'f_2_3' Expression: f_2_3

 Ending FDF-small-fitness-specs Sun Jan 29 05:27:20 2023 
  Took  0.55 


 Starting LOD_POM at Sun Jan 29 05:27:20 2023 

 Ending LOD_POM at Sun Jan 29 05:27:45 2023 
  Took  24.78 


 Starting test.Z-all-fitness at Sun Jan 29 05:27:45 2023 

 Ending test.Z-all-fitness at Sun Jan 29 05:27:45 2023 
  Took  0.14 


 Starting test.Z-driver-counts at Sun Jan 29 05:27:45 2023 

 Ending test.Z-driver-counts at Sun Jan 29 05:27:45 2023 
  Took  0.3 


 Starting test.Z-fixation at Sun Jan 29 05:27:45 2023 

 Ending test.Z-fixation at Sun Jan 29 05:27:46 2023 
  Took  1.07 


 Starting test.Z-magellan at Sun Jan 29 05:27:46 2023 

 Ended test.Z-magellan at Sun Jan 29 05:27:48 2023 

 Starting test.Z-mutator at Sun Jan 29 05:27:48 2023 

 Ending test.Z-mutator at Sun Jan 29 05:27:48 2023 
  Took  0.5 


 Starting test.Z-mutatorFDF at Sun Jan 29 05:27:48 2023 

 Ending test.Z-mutatorFDF at Sun Jan 29 05:27:48 2023 
  Took  0.15 


 Starting test.Z-oncoSimulIndiv at Sun Jan 29 05:27:48 2023 

 Ending test.Z-oncoSimulIndiv at Sun Jan 29 05:27:51 2023 
  Took  2.92 


 Starting test.Z-oncoSimulIndivConstant at Sun Jan 29 05:27:51 2023 

 Ending test.Z-oncoSimulIndivConstant at Sun Jan 29 05:27:55 2023 
  Took  3.13 


 Starting test.Z-oncoSimulIndivDeath at Sun Jan 29 05:27:55 2023 


 Ending test.Z-oncoSimulIndivDeath at Sun Jan 29 05:27:56 2023 
  Took  1.32 


 Starting test.Z-oncoSimulIndivFDF at Sun Jan 29 05:27:56 2023 

 Hitted wall time. Exiting.
 Hitting wall time is regarded as an error. 

 Ending test.Z-oncoSimulIndivFDF at Sun Jan 29 05:27:57 2023 
  Took  0.65 


 Starting test.Z-rfitness-landscape at Sun Jan 29 05:27:57 2023 

 Ending test.Z-rfitness-landscape at Sun Jan 29 05:27:57 2023 
  Took  0.18 


 Starting Z-sample-only-last tests Sun Jan 29 05:27:57 2023 

 Ending Z-sample-only-last tests Sun Jan 29 05:27:57 2023 
  Took  0 


 Starting Z-total-present-drivers tests Sun Jan 29 05:27:57 2023 

 Ending Z-total-present-drivers tests Sun Jan 29 05:27:59 2023 
  Took  1.82 


 Dummy empty test  Sun Jan 29 05:27:59 2023 

 Starting accessible_genotypes at Sun Jan 29 05:27:59 2023 

 Ending accessible_genotypes at Sun Jan 29 05:28:08 2023 
  Took  9.06 


 Starting all fitness at Sun Jan 29 05:28:08 2023
 Ending all-fitness at Sun Jan 29 05:28:14 2023 
  Took  6.57 


 Starting test.allFitnessEffectsFDF at Sun Jan 29 05:28:14 2023 

 Ending test.allFitnessEffectsFDF at Sun Jan 29 05:28:14 2023 
  Took  0.15 


 Starting test.allFitnessEffectsDeath at Sun Jan 29 05:28:14 2023 

 Ending test.allFitnessEffectsDeath at Sun Jan 29 05:28:15 2023 
  Took  0.46 


 Starting test.allFitnessEffectsFDF at Sun Jan 29 05:28:15 2023 

 Ending test.allFitnessEffectsFDF at Sun Jan 29 05:28:15 2023 
  Took  0.47 


 Starting driverCounts at Sun Jan 29 05:28:15 2023
 Ending driverCounts at Sun Jan 29 05:28:27 2023 
  Took  11.71 


 Starting epist-order-modules at Sun Jan 29 05:28:27 2023
 Ending epist-order-modules at Sun Jan 29 05:28:27 2023 
  Took  0.04 


 Starting test.evaluatingGenotypesDeath at Sun Jan 29 05:28:27 2023 

 Ending test.evaluatingGenotypesDeath at Sun Jan 29 05:28:27 2023 
  Took  0.25 


 Starting test.evaluatingGenotypesFDF at Sun Jan 29 05:28:27 2023 

 Ending test.evaluatingGenotypesFDF at Sun Jan 29 05:28:28 2023 
  Took  0.23 


 Starting exercise-plotting-code at Sun Jan 29 05:28:28 2023
 Ending exercise-plotting-code at Sun Jan 29 05:28:38 2023 
  Took  10.68 


 Starting exercise-rfitness at Sun Jan 29 05:28:38 2023 

 Ending exercise-rfitness at Sun Jan 29 05:28:50 2023 
  Took  11.59 


 Starting to_Magella at Sun Jan 29 05:28:50 2023 

 Ending to_Magella at Sun Jan 29 05:28:50 2023 
  Took  0.03 


 Starting fitness preds at Sun Jan 29 05:28:50 2023 

 Observed vs expected, case III

 done tries 1 

 Ending fitness preds long at Sun Jan 29 05:29:05 2023 
  Took  14.97 


 Starting fixation  at Sun Jan 29 05:29:05 2023 

 Ending fixation  at Sun Jan 29 05:29:54 2023 
  Took  49 


 Starting test.flfast-additional.R test at Sun Jan 29 05:29:54 2023
 Ending test.flfast-additional.R test at Sun Jan 29 05:29:56 2023 
  Took  1.73 


 Starting test.flfast-mutator.R test at Sun Jan 29 05:29:56 2023
 Finished test.flfast-mutator.R test at Sun Jan 29 05:29:58 2023 
  Took  1.92 


 Starting genotFitness at Sun Jan 29 05:29:58 2023 

 Ending genotFitness at Sun Jan 29 05:29:58 2023 
  Took  0.19 


 Starting genot_fitness_to_epistasis at Sun Jan 29 05:29:58 2023 

 Ending genot_fitness_to_epistasis at Sun Jan 29 05:29:58 2023 
  Took  0.04 


 Starting init-mutant tests Sun Jan 29 05:29:58 2023 

exprtk parser error: 

Error[00] Position: 18 Type: [  Syntax Error] Msg: ERR201 - Undefined symbol: 'f_2' Expression: 1.1 + 0.7*((f_1 + f_2) > 0.3)

 Ending init-mutant tests Sun Jan 29 05:30:12 2023 
  Took  14.47 


 Starting interventions tests Sun Jan 29 05:30:12 2023 
[1] "Checking intervention: intOverA"
[1] "Checking intervention: intOverA"
[1] "Checking intervention: intOverA"
[1] "Checking intervention: intOverA"
[1] "Checking intervention: intOverMultiplicatesA"
In intervention:intOverMultiplicatesA with WhatHappens: n_1 = n_1 * 2. You cannot intervene to generate more population.[1] "Checking intervention: intOverA"
[1] "Checking intervention: intOverA"
[1] "Checking intervention: intOverTotPop"
[1] 0.73 0.73 0.73
[1] "Checking intervention: intOverTotPop"
[1] "Checking intervention: intOverA"
[1] "Checking intervention: intOverB"
[1] "Checking intervention: intOverC"
[1] "Checking intervention: intOverD"
Init Mutant with birth == 1.0
Init Mutant with birth == 1.0
[1] "Checking intervention: intOverA"
[1] "Checking intervention: intOverB"
[1] "Checking intervention: intOverC"
[1] "Checking intervention: intOverD"
Init Mutant with birth == 1.0
Init Mutant with birth == 1.0
[1] "Checking user variable: user_var_1"
[1] "Checking rule: rule_1"
[1] "Checking rule: rule_2"
[1] "Checking rule: rule_3"
[1] "Checking intervention: intOverTotPop"
[1] "Checking intervention: intOverTotPop2"
[1] "Checking intervention: intOverTotPop3"
[1] "Checking user variable: user_var_1"
[1] "Checking rule: rule_1"
[1] "Checking rule: rule_2"
[1] "Checking rule: rule_3"
[1] "Checking intervention: intOverTotPop"

 Ending interventions tests Sun Jan 29 05:30:18 2023 
  Took  5.32 


 Starting test.magellan at Sun Jan 29 05:30:18 2023 

 Ending test.magellan at Sun Jan 29 05:30:18 2023 
  Took  0.14 


 Starting test.modules-root-no-root at Sun Jan 29 05:30:18 2023 

 Ending test.modules-root-no-root at Sun Jan 29 05:30:18 2023 
  Took  0.07 


 Starting at mutPropGrowth  Sun Jan 29 05:30:18 2023 

 Ended test.mutPropGrowth:  Sun Jan 29 05:30:38 2023 
  Took  19.78 


 Starting test.mutator-oncoSimulSample.R test at Sun Jan 29 05:30:38 2023 

 Finished test.mutator-oncoSimulSample.R test at Sun Jan 29 05:30:54 2023 
  Took  15.95 seconds 


 Starting test.mutator.R test at Sun Jan 29 05:30:54 2023[1] 2.918233e-09
[1] 1.259569e-14

 Finished test.mutator.R test at Sun Jan 29 05:31:20 2023 
  Took  26.68 


 Starting test.mutatorFDF.R test at Sun Jan 29 05:31:20 2023
 Starting test.no-v1 at Sun Jan 29 05:31:21 2023 

 Ending test.no-v1 at Sun Jan 29 05:31:21 2023 
  Took  0.01 


 Starting oncoSimulIndiv-miscell tests Sun Jan 29 05:31:21 2023 

 Ending oncoSimulIndiv-miscell tests Sun Jan 29 05:32:04 2023 
  Took  42.65 


 Starting oncoSimulSample-failures tests Sun Jan 29 05:32:04 2023 

 Ending oncoSimulSample-failures tests Sun Jan 29 05:32:08 2023 
  Took  3.91 


 Starting oncoSimulSample-limits tests Sun Jan 29 05:32:08 2023 

 Ending oncoSimulSample-limits tests Sun Jan 29 05:32:08 2023 
  Took  0.09 


 Starting per-gene-mutation rates at Sun Jan 29 05:32:08 2023 

 Ending per-gene-mutation rates at Sun Jan 29 05:32:55 2023 
  Took  46.99 


 Starting plotFitnessLandscape at Sun Jan 29 05:32:55 2023
 Ending plotFitnessLandscape at Sun Jan 29 05:32:58 2023 
  Took  3.39 


 Starting poset-transformations tests Sun Jan 29 05:32:58 2023 

 Ending poset-transformations tests Sun Jan 29 05:33:08 2023 
  Took  10 


 Starting sample-prob Sun Jan 29 05:33:08 2023 
[1] 6.612642e-18
[1] 1.053786e-16
[1] 1.097648e-10
[1] 1.364361e-11
[1] 7.95274e-11
[1] 1.070933e-13
[1] 6.28092e-08
[1] 1.430428e-13
[1] 1.39723e-08
[1] 2.60839e-10
[1] 2.592259e-09
[1] 1.365316e-07

 Ending sample-prob tests Sun Jan 29 05:33:21 2023 
 Took  12.9 



 Starting samplePop tests Sun Jan 29 05:33:21 2023 

 Ending samplePop tests Sun Jan 29 05:33:39 2023 
  Took  18.05 


 Starting simuls-runs-examples tests Sun Jan 29 05:33:39 2023 

 Ending simuls-runs-examples tests Sun Jan 29 05:34:15 2023 
  Took  35.6 


 Starting user variable tests Sun Jan 29 05:34:15 2023 
[1] "Checking user variable: user_var_1"
[1] "Checking rule: rule_1"

 Ending user variable tests Sun Jan 29 05:34:15 2023 
  Took  0.09 


 Starting warning-mutPropGrowth tests Sun Jan 29 05:34:15 2023 

 Ending warning-mutPropGrowth tests Sun Jan 29 05:34:19 2023 
  Took  3.94 


 Starting wide2long tests Sun Jan 29 05:34:19 2023 

 Ending wide2long tests Sun Jan 29 05:34:20 2023 
  Took  1.18 

[ FAIL 1 | WARN 13 | SKIP 5 | PASS 8411 ]

══ Skipped tests ═══════════════════════════════════════════════════════════════
• empty test (5)

══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test.Z-oncoSimulIndiv.R:138'): exercise no positions left for mutation, updating in null mut, new format ──
any(grepl("updating in null mutation", st)) is not TRUE

`actual`:   FALSE
`expected`: TRUE 

[ FAIL 1 | WARN 13 | SKIP 5 | PASS 8411 ]
Error: Test failures
Execution halted

Example timings