Back to Multiple platform build/check report for BioC 3.14
ABCDEFGHIJKLMNOPQ[R]STUVWXYZ

This page was generated on 2022-04-13 12:08:40 -0400 (Wed, 13 Apr 2022).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 20.04.4 LTS)x86_644.1.3 (2022-03-10) -- "One Push-Up" 4324
tokay2Windows Server 2012 R2 Standardx644.1.3 (2022-03-10) -- "One Push-Up" 4077
machv2macOS 10.14.6 Mojavex86_644.1.3 (2022-03-10) -- "One Push-Up" 4137
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 RJMCMCNucleosomes on machv2


To the developers/maintainers of the RJMCMCNucleosomes package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/RJMCMCNucleosomes.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 1616/2083HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
RJMCMCNucleosomes 1.18.0  (landing page)
Astrid Deschênes
Snapshot Date: 2022-04-12 01:55:07 -0400 (Tue, 12 Apr 2022)
git_url: https://git.bioconductor.org/packages/RJMCMCNucleosomes
git_branch: RELEASE_3_14
git_last_commit: 0d6b941
git_last_commit_date: 2021-10-26 12:32:18 -0400 (Tue, 26 Oct 2021)
nebbiolo2Linux (Ubuntu 20.04.4 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
tokay2Windows Server 2012 R2 Standard / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
machv2macOS 10.14.6 Mojave / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published

Summary

Package: RJMCMCNucleosomes
Version: 1.18.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:RJMCMCNucleosomes.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings RJMCMCNucleosomes_1.18.0.tar.gz
StartedAt: 2022-04-12 17:40:58 -0400 (Tue, 12 Apr 2022)
EndedAt: 2022-04-12 17:46:29 -0400 (Tue, 12 Apr 2022)
EllapsedTime: 330.8 seconds
RetCode: 0
Status:   OK  
CheckDir: RJMCMCNucleosomes.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:RJMCMCNucleosomes.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings RJMCMCNucleosomes_1.18.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.14-bioc/meat/RJMCMCNucleosomes.Rcheck’
* using R version 4.1.3 (2022-03-10)
* using platform: x86_64-apple-darwin17.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘RJMCMCNucleosomes/DESCRIPTION’ ... OK
* this is package ‘RJMCMCNucleosomes’ version ‘1.18.0’
* package encoding: UTF-8
* 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 ‘RJMCMCNucleosomes’ can be installed ... OK
* checking installed package size ... OK
* 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 ... OK
* 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 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 compiled code ... NOTE
Note: information on .o files is not available
File ‘/Library/Frameworks/R.framework/Versions/4.1/Resources/library/RJMCMCNucleosomes/libs/RJMCMCNucleosomes.so’:
  Found ‘___stderrp’, possibly from ‘stderr’ (C)
  Found ‘___stdoutp’, possibly from ‘stdout’ (C)
  Found ‘_abort’, possibly from ‘abort’ (C)
  Found ‘_printf’, possibly from ‘printf’ (C)

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs. The detected symbols are linked into the code but
might come from libraries and not actually be called.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘runTests.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 1 NOTE
See
  ‘/Users/biocbuild/bbs-3.14-bioc/meat/RJMCMCNucleosomes.Rcheck/00check.log’
for details.



Installation output

RJMCMCNucleosomes.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL RJMCMCNucleosomes
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.1/Resources/library’
* installing *source* package ‘RJMCMCNucleosomes’ ...
** using staged installation
** libs
clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `gsl-config --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c NucleoDirichlet.cpp -o NucleoDirichlet.o
clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `gsl-config --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c NucleoDirichletPA.cpp -o NucleoDirichletPA.o
clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `gsl-config --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c Nucleosome.cpp -o Nucleosome.o
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `gsl-config --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c RJMCMCNucleosomes_init.c -o RJMCMCNucleosomes_init.o
clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `gsl-config --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c RcppExports.cpp -o RcppExports.o
clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `gsl-config --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c SegmentSeq.cpp -o SegmentSeq.o
clang++ -mmacosx-version-min=10.13 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG `gsl-config --cflags` -I'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/Rcpp/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c rjmcmcNucleo.cpp -o rjmcmcNucleo.o
clang++ -mmacosx-version-min=10.13 -std=gnu++14 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o RJMCMCNucleosomes.so NucleoDirichlet.o NucleoDirichletPA.o Nucleosome.o RJMCMCNucleosomes_init.o RcppExports.o SegmentSeq.o rjmcmcNucleo.o -L/usr/local/lib -lgsl -lgslcblas -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/4.1/Resources/library/00LOCK-RJMCMCNucleosomes/00new/RJMCMCNucleosomes/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 (RJMCMCNucleosomes)

Tests output

RJMCMCNucleosomes.Rcheck/tests/runTests.Rout


R version 4.1.3 (2022-03-10) -- "One Push-Up"
Copyright (C) 2022 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin17.0 (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.

> ## Run all tests presnt in the package
> BiocGenerics:::testPackage("RJMCMCNucleosomes")

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
    tapply, union, unique, unsplit, which.max, which.min


Attaching package: 'S4Vectors'

The following objects are masked from 'package:base':

    I, expand.grid, unname

RJMCMCNucleosomes - Predicted nucleosomes

Call:
rjmcmc(reads = reads_demo_02, seqName = "chr_SYNTHETIC", nbrIterations = 1e+05, 
    kMax = 30, lambda = 2, minInterval = 146, maxInterval = 490, 
    minReads = 3, vSeed = 32)

Number of nucleosomes:
[1] 6

Nucleosomes positions:
GRanges object with 6 ranges and 0 metadata columns:
           seqnames    ranges strand
              <Rle> <IRanges>  <Rle>
  [1] chr_SYNTHETIC     10072      *
  [2] chr_SYNTHETIC     10241      *
  [3] chr_SYNTHETIC     10574      *
  [4] chr_SYNTHETIC     10656      *
  [5] chr_SYNTHETIC     10669      *
  [6] chr_SYNTHETIC     10744      *
  -------
  seqinfo: 1 sequence from an unspecified genome; no seqlengths
[1] "Doing: out/results/rjmcmc_seg_1.rds"
[1] "Done: out/results/rjmcmc_seg_1.rds"
[1] "Doing: out/results/rjmcmc_seg_2.rds"
[1] "Done: out/results/rjmcmc_seg_2.rds"
[1] "Doing: out/results/rjmcmc_seg_3.rds"
[1] "Done: out/results/rjmcmc_seg_3.rds"
[1] "Doing: out/results/rjmcmc_seg_4.rds"
[1] "Done: out/results/rjmcmc_seg_4.rds"
[1] "Doing: out/results/rjmcmc_seg_5.rds"
[1] "Done: out/results/rjmcmc_seg_5.rds"
[1] "Doing: out/results/rjmcmc_seg_6.rds"
[1] "Done: out/results/rjmcmc_seg_6.rds"
[1] "Doing: out/results/rjmcmc_seg_7.rds"
[1] "Done: out/results/rjmcmc_seg_7.rds"
[1] "Doing: out/results/rjmcmc_seg_8.rds"
[1] "Done: out/results/rjmcmc_seg_8.rds"
[1] "Doing: out/results/rjmcmc_seg_9.rds"
[1] "Done: out/results/rjmcmc_seg_9.rds"
[1] "Doing: out/results/rjmcmc_seg_10.rds"
[1] "Done: out/results/rjmcmc_seg_10.rds"
[1] "Doing: out/results/rjmcmc_seg_11.rds"
[1] "Done: out/results/rjmcmc_seg_11.rds"
[1] "Doing: out/results/rjmcmc_seg_12.rds"
[1] "Done: out/results/rjmcmc_seg_12.rds"
[1] "Doing: out/results/rjmcmc_seg_13.rds"
[1] "Done: out/results/rjmcmc_seg_13.rds"
[1] "Doing: out/results/rjmcmc_seg_14.rds"
[1] "Done: out/results/rjmcmc_seg_14.rds"
[1] "Doing: out/results/rjmcmc_seg_15.rds"
[1] "Done: out/results/rjmcmc_seg_15.rds"
[1] "Doing: out/results/rjmcmc_seg_16.rds"
[1] "Done: out/results/rjmcmc_seg_16.rds"
[1] "Doing: out/results/rjmcmc_seg_17.rds"
[1] "Done: out/results/rjmcmc_seg_17.rds"
[1] "Doing: out/results/rjmcmc_seg_18.rds"
[1] "Done: out/results/rjmcmc_seg_18.rds"
[1] "Doing: out/results/rjmcmc_seg_19.rds"
[1] "Done: out/results/rjmcmc_seg_19.rds"
[1] "Doing: out/results/rjmcmc_seg_20.rds"
[1] "Done: out/results/rjmcmc_seg_20.rds"
[1] "Doing: out/results/rjmcmc_seg_21.rds"
[1] "Done: out/results/rjmcmc_seg_21.rds"
[1] "Doing: out/results/rjmcmc_seg_22.rds"
[1] "Done: out/results/rjmcmc_seg_22.rds"
[1] "Doing: out/results/rjmcmc_seg_23.rds"
[1] "Done: out/results/rjmcmc_seg_23.rds"
[1] "Doing: out/results/rjmcmc_seg_24.rds"
[1] "Done: out/results/rjmcmc_seg_24.rds"
[1] "Doing: out/results/rjmcmc_seg_25.rds"
[1] "Done: out/results/rjmcmc_seg_25.rds"
[1] "Doing: out/results/rjmcmc_seg_26.rds"
[1] "Done: out/results/rjmcmc_seg_26.rds"
[1] "Doing: out/results/rjmcmc_seg_27.rds"
[1] "Done: out/results/rjmcmc_seg_27.rds"
[1] "Doing: out/results/rjmcmc_seg_28.rds"
[1] "Done: out/results/rjmcmc_seg_28.rds"
[1] "Doing: out/results/rjmcmc_seg_29.rds"
[1] "Done: out/results/rjmcmc_seg_29.rds"
[1] "Doing: out/results/rjmcmc_seg_30.rds"
[1] "Done: out/results/rjmcmc_seg_30.rds"
[1] "Doing: out/results/rjmcmc_seg_31.rds"
[1] "Done: out/results/rjmcmc_seg_31.rds"
[1] "Doing: out/results/rjmcmc_seg_32.rds"
[1] "Done: out/results/rjmcmc_seg_32.rds"
[1] "Doing: out/results/rjmcmc_seg_33.rds"
[1] "Done: out/results/rjmcmc_seg_33.rds"
[1] "Doing: out/results/rjmcmc_seg_34.rds"
[1] "Done: out/results/rjmcmc_seg_34.rds"
[1] "Doing: out/results/rjmcmc_seg_35.rds"
[1] "Done: out/results/rjmcmc_seg_35.rds"
[1] "Doing: out/results/rjmcmc_seg_36.rds"
[1] "Done: out/results/rjmcmc_seg_36.rds"
[1] "Doing: out/results/rjmcmc_seg_37.rds"
[1] "Done: out/results/rjmcmc_seg_37.rds"
[1] "Doing: out/results/rjmcmc_seg_38.rds"
[1] "Done: out/results/rjmcmc_seg_38.rds"
[1] "Doing: out/results/rjmcmc_seg_39.rds"
[1] "Done: out/results/rjmcmc_seg_39.rds"
[1] "Doing: out/results/rjmcmc_seg_40.rds"
[1] "Done: out/results/rjmcmc_seg_40.rds"
[1] "Doing: out/results/rjmcmc_seg_41.rds"
[1] "Done: out/results/rjmcmc_seg_41.rds"
[1] "Doing: out/results/rjmcmc_seg_42.rds"
[1] "Done: out/results/rjmcmc_seg_42.rds"
[1] "Doing: out/results/rjmcmc_seg_43.rds"
[1] "Done: out/results/rjmcmc_seg_43.rds"
[1] "Doing: out/results/rjmcmc_seg_44.rds"
[1] "Done: out/results/rjmcmc_seg_44.rds"
[1] "Doing: out/results/rjmcmc_seg_45.rds"
[1] "Done: out/results/rjmcmc_seg_45.rds"
[1] "Doing: out/results/rjmcmc_seg_46.rds"
[1] "Done: out/results/rjmcmc_seg_46.rds"
[1] "Doing: out/results/rjmcmc_seg_47.rds"
[1] "Done: out/results/rjmcmc_seg_47.rds"
[1] "Doing: out/results/rjmcmc_seg_48.rds"
[1] "Done: out/results/rjmcmc_seg_48.rds"
[1] "Doing: out/results/rjmcmc_seg_49.rds"
[1] "Done: out/results/rjmcmc_seg_49.rds"
[1] "Doing: out/results/rjmcmc_seg_50.rds"
[1] "Done: out/results/rjmcmc_seg_50.rds"
[1] "Doing: out/results/rjmcmc_seg_51.rds"
[1] "Done: out/results/rjmcmc_seg_51.rds"
[1] "Doing: out/results/rjmcmc_seg_52.rds"
[1] "Done: out/results/rjmcmc_seg_52.rds"
[1] "Doing: out/results/rjmcmc_seg_53.rds"
[1] "Done: out/results/rjmcmc_seg_53.rds"
[1] "Doing: out/results/rjmcmc_seg_54.rds"
[1] "Done: out/results/rjmcmc_seg_54.rds"
[1] "Doing: out/results/rjmcmc_seg_55.rds"
[1] "Done: out/results/rjmcmc_seg_55.rds"
[1] "Doing: out/results/rjmcmc_seg_56.rds"
[1] "Done: out/results/rjmcmc_seg_56.rds"

RJMCMCNucleosomes - Predicted nucleosomes Before and After Post-Treatment
BEFORE POST-TREATMENT
Number of nucleosomes:
[1] 102

Nucleosomes positions:
GRanges object with 102 ranges and 0 metadata columns:
             seqnames    ranges strand
                <Rle> <IRanges>  <Rle>
    [1] chr_SYNTHETIC      1255      *
    [2] chr_SYNTHETIC      2259      *
    [3] chr_SYNTHETIC      3623      *
    [4] chr_SYNTHETIC      4259      *
    [5] chr_SYNTHETIC      5348      *
    ...           ...       ...    ...
   [98] chr_SYNTHETIC     53427      *
   [99] chr_SYNTHETIC     54220      *
  [100] chr_SYNTHETIC     54771      *
  [101] chr_SYNTHETIC     55358      *
  [102] chr_SYNTHETIC     55936      *
  -------
  seqinfo: 1 sequence from an unspecified genome; no seqlengths

AFTER POST-TREATMENT
Number of nucleosomes:
[1] 89

Nucleosomes positions:
GRanges object with 89 ranges and 0 metadata columns:
            seqnames    ranges strand
               <Rle> <IRanges>  <Rle>
   [1] chr_SYNTHETIC      1255      *
   [2] chr_SYNTHETIC      2259      *
   [3] chr_SYNTHETIC      3623      *
   [4] chr_SYNTHETIC      4259      *
   [5] chr_SYNTHETIC      5348      *
   ...           ...       ...    ...
  [85] chr_SYNTHETIC     53286      *
  [86] chr_SYNTHETIC     54220      *
  [87] chr_SYNTHETIC     54771      *
  [88] chr_SYNTHETIC     55358      *
  [89] chr_SYNTHETIC     55936      *
  -------
  seqinfo: 1 sequence from an unspecified genome; no seqlengths

RJMCMCNucleosomes - Predicted nucleosomes

Number of nucleosomes:
[1] 11

Nucleosomes positions:
GRanges object with 11 ranges and 0 metadata columns:
            seqnames    ranges strand
               <Rle> <IRanges>  <Rle>
   [1] chr_SYNTHETIC     10077      *
   [2] chr_SYNTHETIC     10236      *
   [3] chr_SYNTHETIC     10406      *
   [4] chr_SYNTHETIC     10571      *
   [5] chr_SYNTHETIC     10744      *
   [6] chr_SYNTHETIC     10842      *
   [7] chr_SYNTHETIC     10846      *
   [8] chr_SYNTHETIC     10896      *
   [9] chr_SYNTHETIC     10906      *
  [10] chr_SYNTHETIC     11410      *
  [11] chr_SYNTHETIC     11580      *
  -------
  seqinfo: 1 sequence from an unspecified genome; no seqlengths
[1] "Doing: test_rjmcmcCHR_good_01/results/rjmcmc_seg_1.rds"
[1] "Done: test_rjmcmcCHR_good_01/results/rjmcmc_seg_1.rds"

[1] "Doing: test_rjmcmcCHR_good_01/results/rjmcmc_seg_2.rds"
[1] "Done: test_rjmcmcCHR_good_01/results/rjmcmc_seg_2.rds"

[1] "Doing: test_rjmcmcCHR_good_02/results/rjmcmc_seg_1.rds"
[1] "Done: test_rjmcmcCHR_good_02/results/rjmcmc_seg_1.rds"



RUNIT TEST PROTOCOL -- Tue Apr 12 17:46:20 2022 
*********************************************** 
Number of test functions: 86 
Number of errors: 0 
Number of failures: 0 

 
1 Test Suite : 
RJMCMCNucleosomes RUnit Tests - 86 test functions, 0 errors, 0 failures
Number of test functions: 86 
Number of errors: 0 
Number of failures: 0 
> 
> proc.time()
   user  system elapsed 
 33.321   1.119  62.784 

Example timings

RJMCMCNucleosomes.Rcheck/RJMCMCNucleosomes-Ex.timings

nameusersystemelapsed
RJMCMC_result1.0430.0661.110
mergeAllRDSFiles0.2650.0250.291
mergeAllRDSFilesFromDirectory0.2580.0270.288
mergeRDSFiles0.2350.0250.262
plotNucleosomes0.5360.0200.558
postMerge0.7030.0560.759
postTreatment0.5910.0050.596
print.rjmcmcNucleosomes0.0170.0020.020
print.rjmcmcNucleosomesBeforeAndAfterPostTreatment0.1370.0030.141
print.rjmcmcNucleosomesMerge0.2440.0030.248
reads_demo_010.0850.0030.088
reads_demo_020.0890.0020.092
rjmcmc0.1600.0030.163
rjmcmcCHR0.1130.0030.117
rjmcmcNucleo0.1030.0020.106
runCHR0.1550.0040.159
segmentation0.2020.0040.207
validateDirectoryParameters0.0010.0000.002
validatePlotNucleosomesParameters0.0050.0040.008
validatePrepMergeParameters0.0040.0030.006
validateRDSFilesParameters0.0010.0010.002
validateRJMCMCParameters0.0270.0010.028
validateSegmentationParameters0.0360.0030.038