Back to Multiple platform build/check report for BioC 3.10
ABCDEFG[H]IJKLMNOPQRSTUVWXYZ

CHECK report for hypeR on merida1

This page was generated on 2020-04-15 12:48:51 -0400 (Wed, 15 Apr 2020).

Package 807/1823HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
hypeR 1.2.0
Anthony Federico
Snapshot Date: 2020-04-14 16:46:13 -0400 (Tue, 14 Apr 2020)
URL: https://git.bioconductor.org/packages/hypeR
Branch: RELEASE_3_10
Last Commit: a7e809c
Last Changed Date: 2019-12-29 11:38:07 -0400 (Sun, 29 Dec 2019)
malbec1 Linux (Ubuntu 18.04.4 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
merida1 OS X 10.11.6 El Capitan / x86_64  OK  OK [ OK ] OK UNNEEDED, same version exists in internal repository

Summary

Package: hypeR
Version: 1.2.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:hypeR.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings hypeR_1.2.0.tar.gz
StartedAt: 2020-04-15 03:05:14 -0400 (Wed, 15 Apr 2020)
EndedAt: 2020-04-15 03:08:18 -0400 (Wed, 15 Apr 2020)
EllapsedTime: 183.7 seconds
RetCode: 0
Status:  OK 
CheckDir: hypeR.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:hypeR.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings hypeR_1.2.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.10-bioc/meat/hypeR.Rcheck’
* using R version 3.6.3 (2020-02-29)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘hypeR/DESCRIPTION’ ... OK
* this is package ‘hypeR’ version ‘1.2.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 ‘hypeR’ 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 ... NOTE
.dots_plot: no visible binding for global variable ‘pval’
.dots_plot: no visible binding for global variable ‘fdr’
.dots_plot: no visible binding for global variable ‘significance’
.dots_plot: no visible binding for global variable ‘size’
.enrichment_map: no visible binding for global variable ‘pval’
.enrichment_map: no visible binding for global variable ‘fdr’
.find_members: no visible binding for global variable ‘from’
.find_members: no visible binding for global variable ‘to’
.hiearchy_map: no visible binding for global variable ‘pval’
.hiearchy_map: no visible binding for global variable ‘fdr’
.hiearchy_map : <anonymous>: no visible binding for global variable
  ‘label’
.hyper_enrichment: no visible global function definition for ‘is’
.ks_enrichment: no visible global function definition for ‘is’
enrichr_available: no visible binding for global variable ‘.’
ggvenn: no visible binding for global variable ‘x’
ggvenn: no visible binding for global variable ‘y’
hyp_dots: no visible global function definition for ‘is’
hyp_emap: no visible global function definition for ‘is’
hyp_hmap: no visible global function definition for ‘is’
hyp_show: no visible global function definition for ‘is’
hyp_to_excel: no visible global function definition for ‘is’
hyp_to_excel: no visible global function definition for
  ‘packageVersion’
hyp_to_rmd: no visible global function definition for ‘is’
hyp_to_rmd : <anonymous>: no visible global function definition for
  ‘is’
hyp_to_table: no visible global function definition for ‘is’
hyp_to_table: no visible global function definition for
  ‘packageVersion’
hyp_to_table: no visible global function definition for ‘write.table’
hypeR: no visible global function definition for ‘is’
msigdb_available: no visible binding for global variable ‘gs_cat’
msigdb_available: no visible binding for global variable ‘gs_subcat’
msigdb_download: no visible binding for global variable ‘gs_name’
msigdb_download: no visible binding for global variable ‘gene_symbol’
msigdb_download: no visible binding for global variable ‘.’
msigdb_version: no visible global function definition for
  ‘packageVersion’
Undefined global functions or variables:
  . fdr from gene_symbol gs_cat gs_name gs_subcat is label
  packageVersion pval significance size to write.table x y
Consider adding
  importFrom("methods", "is")
  importFrom("utils", "packageVersion", "write.table")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
* 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 files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU or elapsed time > 5s
                  user system elapsed
msigdb_available 9.655  0.856  10.588
hyp_hmap         6.178  0.108   6.795
enrichr_download 0.131  0.005   8.224
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.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.10-bioc/meat/hypeR.Rcheck/00check.log’
for details.



Installation output

hypeR.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL hypeR
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/3.6/Resources/library’
* installing *source* package ‘hypeR’ ...
** using staged installation
** R
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (hypeR)

Tests output

hypeR.Rcheck/tests/testthat.Rout


R version 3.6.3 (2020-02-29) -- "Holding the Windsock"
Copyright (C) 2020 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin15.6.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.

> library(testthat)
> library(magrittr)

Attaching package: 'magrittr'

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

    equals, is_less_than, not

> library(hypeR)
> 
> test_check("hypeR")
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
   inline R code fragments

label: setup (with options) 
List of 2
 $ echo   : logi FALSE
 $ message: logi FALSE

   inline R code fragments

label: 1 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

  ordinary text without R code

/usr/local/bin/pandoc +RTS -K512m -RTS hyp.1.utf8.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash+smart --output hyp.1.rmd.html --email-obfuscation none --self-contained --standalone --section-divs --table-of-contents --toc-depth 1 --variable toc_float=1 --variable toc_selectors=h1 --variable toc_collapsed=1 --variable toc_smooth_scroll=1 --variable toc_print=1 --template /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --variable 'theme:united' --include-in-header /tmp/Rtmpskh94V/rmarkdown-str170481836c407.html --mathjax --variable 'mathjax-url:https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --lua-filter /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/lua/pagebreak.lua --lua-filter /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/lua/latex-div.lua --variable code_folding=hide --variable code_menu=1 
Signature 1
Signature 2
Signature 3
   inline R code fragments

label: setup (with options) 
List of 2
 $ echo   : logi FALSE
 $ message: logi FALSE

   inline R code fragments

label: 1 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 2 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 3 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

  ordinary text without R code

/usr/local/bin/pandoc +RTS -K512m -RTS multihyp.1.utf8.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash+smart --output multihyp.1.rmd.html --email-obfuscation none --self-contained --standalone --section-divs --table-of-contents --toc-depth 1 --variable toc_float=1 --variable toc_selectors=h1 --variable toc_collapsed=1 --variable toc_smooth_scroll=1 --variable toc_print=1 --template /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --variable 'theme:united' --include-in-header /tmp/Rtmpskh94V/rmarkdown-str170486f2e624d.html --mathjax --variable 'mathjax-url:https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --lua-filter /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/lua/pagebreak.lua --lua-filter /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/lua/latex-div.lua --variable code_folding=hide --variable code_menu=1 
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
   inline R code fragments

label: setup (with options) 
List of 2
 $ echo   : logi FALSE
 $ message: logi FALSE

   inline R code fragments

label: 1 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 2 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 3 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 4 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 5 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 6 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 7 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 8 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 9 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

  ordinary text without R code

/usr/local/bin/pandoc +RTS -K512m -RTS lmultihyp.1.utf8.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash+smart --output lmultihyp.1.rmd.html --email-obfuscation none --self-contained --standalone --section-divs --table-of-contents --toc-depth 1 --variable toc_float=1 --variable toc_selectors=h1 --variable toc_collapsed=1 --variable toc_smooth_scroll=1 --variable toc_print=1 --template /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --variable 'theme:united' --include-in-header /tmp/Rtmpskh94V/rmarkdown-str170487a7c8397.html --mathjax --variable 'mathjax-url:https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --lua-filter /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/lua/pagebreak.lua --lua-filter /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/lua/latex-div.lua --variable code_folding=hide --variable code_menu=1 
   inline R code fragments

label: setup (with options) 
List of 2
 $ echo   : logi FALSE
 $ message: logi FALSE

   inline R code fragments

label: 1 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

  ordinary text without R code

/usr/local/bin/pandoc +RTS -K512m -RTS hyp.2.utf8.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash+smart --output hyp.2.rmd.html --email-obfuscation none --self-contained --standalone --section-divs --table-of-contents --toc-depth 1 --variable toc_float=1 --variable toc_selectors=h1 --variable toc_collapsed=1 --variable toc_smooth_scroll=1 --variable toc_print=1 --template /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --variable 'theme:united' --include-in-header /tmp/Rtmpskh94V/rmarkdown-str170486689561c.html --mathjax --variable 'mathjax-url:https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --lua-filter /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/lua/pagebreak.lua --lua-filter /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/lua/latex-div.lua --variable code_folding=hide --variable code_menu=1 
Signature 1
Signature 2
Signature 3
   inline R code fragments

label: setup (with options) 
List of 2
 $ echo   : logi FALSE
 $ message: logi FALSE

   inline R code fragments

label: 1 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 2 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 3 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

  ordinary text without R code

/usr/local/bin/pandoc +RTS -K512m -RTS multihyp.2.utf8.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash+smart --output multihyp.2.rmd.html --email-obfuscation none --self-contained --standalone --section-divs --table-of-contents --toc-depth 1 --variable toc_float=1 --variable toc_selectors=h1 --variable toc_collapsed=1 --variable toc_smooth_scroll=1 --variable toc_print=1 --template /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --variable 'theme:united' --include-in-header /tmp/Rtmpskh94V/rmarkdown-str1704839baa668.html --mathjax --variable 'mathjax-url:https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --lua-filter /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/lua/pagebreak.lua --lua-filter /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/lua/latex-div.lua --variable code_folding=hide --variable code_menu=1 
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
   inline R code fragments

label: setup (with options) 
List of 2
 $ echo   : logi FALSE
 $ message: logi FALSE

   inline R code fragments

label: 1 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 2 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 3 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 4 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 5 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 6 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 7 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 8 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 9 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

  ordinary text without R code

/usr/local/bin/pandoc +RTS -K512m -RTS lmultihyp.2.utf8.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash+smart --output lmultihyp.2.rmd.html --email-obfuscation none --self-contained --standalone --section-divs --table-of-contents --toc-depth 1 --variable toc_float=1 --variable toc_selectors=h1 --variable toc_collapsed=1 --variable toc_smooth_scroll=1 --variable toc_print=1 --template /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --variable 'theme:united' --include-in-header /tmp/Rtmpskh94V/rmarkdown-str170487255e65c.html --mathjax --variable 'mathjax-url:https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --lua-filter /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/lua/pagebreak.lua --lua-filter /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/lua/latex-div.lua --variable code_folding=hide --variable code_menu=1 
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
   inline R code fragments

label: setup (with options) 
List of 2
 $ echo   : logi FALSE
 $ message: logi FALSE

   inline R code fragments

label: 1 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 2 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 3 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 4 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 5 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 6 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 7 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 8 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 9 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

  ordinary text without R code

/usr/local/bin/pandoc +RTS -K512m -RTS lmultihyp.3.utf8.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash+smart --output lmultihyp.3.rmd.html --email-obfuscation none --self-contained --standalone --section-divs --table-of-contents --toc-depth 1 --variable toc_float=1 --variable toc_selectors=h1 --variable toc_collapsed=1 --variable toc_smooth_scroll=1 --variable toc_print=1 --template /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --variable 'theme:united' --include-in-header /tmp/Rtmpskh94V/rmarkdown-str170482076506f.html --mathjax --variable 'mathjax-url:https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --lua-filter /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/lua/pagebreak.lua --lua-filter /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/lua/latex-div.lua --variable code_folding=hide --variable code_menu=1 
   inline R code fragments

label: setup (with options) 
List of 2
 $ echo   : logi FALSE
 $ message: logi FALSE

   inline R code fragments

label: 1 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

  ordinary text without R code

/usr/local/bin/pandoc +RTS -K512m -RTS hyp.4.utf8.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash+smart --output hyp.4.rmd.html --email-obfuscation none --self-contained --standalone --section-divs --table-of-contents --toc-depth 1 --variable toc_float=1 --variable toc_selectors=h1 --variable toc_collapsed=1 --variable toc_smooth_scroll=1 --variable toc_print=1 --template /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --variable 'theme:united' --include-in-header /tmp/Rtmpskh94V/rmarkdown-str17048728ced0b.html --mathjax --variable 'mathjax-url:https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --lua-filter /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/lua/pagebreak.lua --lua-filter /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/lua/latex-div.lua --variable code_folding=hide --variable code_menu=1 
Signature 1
Signature 2
Signature 3
   inline R code fragments

label: setup (with options) 
List of 2
 $ echo   : logi FALSE
 $ message: logi FALSE

   inline R code fragments

label: 1 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 2 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 3 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

  ordinary text without R code

/usr/local/bin/pandoc +RTS -K512m -RTS multihyp.4.utf8.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash+smart --output multihyp.4.rmd.html --email-obfuscation none --self-contained --standalone --section-divs --table-of-contents --toc-depth 1 --variable toc_float=1 --variable toc_selectors=h1 --variable toc_collapsed=1 --variable toc_smooth_scroll=1 --variable toc_print=1 --template /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --variable 'theme:united' --include-in-header /tmp/Rtmpskh94V/rmarkdown-str170485b4b84d8.html --mathjax --variable 'mathjax-url:https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --lua-filter /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/lua/pagebreak.lua --lua-filter /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/lua/latex-div.lua --variable code_folding=hide --variable code_menu=1 
Signature 1
Signature 2
Signature 3
   inline R code fragments

label: setup (with options) 
List of 2
 $ echo   : logi FALSE
 $ message: logi FALSE

   inline R code fragments

label: 1 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 2 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 3 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 4 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

  ordinary text without R code

/usr/local/bin/pandoc +RTS -K512m -RTS combo.1.utf8.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash+smart --output combo.1.rmd.html --email-obfuscation none --self-contained --standalone --section-divs --table-of-contents --toc-depth 1 --variable toc_float=1 --variable toc_selectors=h1 --variable toc_collapsed=1 --variable toc_smooth_scroll=1 --variable toc_print=1 --template /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --variable 'theme:united' --include-in-header /tmp/Rtmpskh94V/rmarkdown-str1704817eb674f.html --mathjax --variable 'mathjax-url:https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --lua-filter /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/lua/pagebreak.lua --lua-filter /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/lua/latex-div.lua --variable code_folding=hide --variable code_menu=1 
   inline R code fragments

label: setup (with options) 
List of 2
 $ echo   : logi FALSE
 $ message: logi FALSE

   inline R code fragments

label: 1 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 2 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 3 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 4 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

  ordinary text without R code

/usr/local/bin/pandoc +RTS -K512m -RTS combo.2.utf8.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash+smart --output combo.2.rmd.html --email-obfuscation none --self-contained --standalone --section-divs --table-of-contents --toc-depth 1 --variable toc_float=1 --variable toc_selectors=h1 --variable toc_collapsed=1 --variable toc_smooth_scroll=1 --variable toc_print=1 --template /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --variable 'theme:united' --include-in-header /tmp/Rtmpskh94V/rmarkdown-str1704821980f63.html --mathjax --variable 'mathjax-url:https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --lua-filter /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/lua/pagebreak.lua --lua-filter /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/lua/latex-div.lua --variable code_folding=hide --variable code_menu=1 
   inline R code fragments

label: setup (with options) 
List of 2
 $ echo   : logi FALSE
 $ message: logi FALSE

   inline R code fragments

label: 1 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 2 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 3 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

   inline R code fragments

label: 4 (with options) 
List of 2
 $ fig.width: num 8.25
 $ fig.align: chr "center"

  ordinary text without R code

/usr/local/bin/pandoc +RTS -K512m -RTS combo.3.utf8.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash+smart --output combo.3.rmd.html --email-obfuscation none --self-contained --standalone --section-divs --table-of-contents --toc-depth 1 --variable toc_float=1 --variable toc_selectors=h1 --variable toc_collapsed=1 --variable toc_smooth_scroll=1 --variable toc_print=1 --template /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --variable 'theme:united' --include-in-header /tmp/Rtmpskh94V/rmarkdown-str1704851597bae.html --mathjax --variable 'mathjax-url:https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --lua-filter /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/lua/pagebreak.lua --lua-filter /Library/Frameworks/R.framework/Versions/3.6/Resources/library/rmarkdown/rmd/lua/latex-div.lua --variable code_folding=hide --variable code_menu=1 
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
Signature 1
Signature 2
Signature 3
══ testthat results  ═══════════════════════════════════════════════════════════
[ OK: 409 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 0 ]
> 
> proc.time()
   user  system elapsed 
 81.853   4.131  87.384 

Example timings

hypeR.Rcheck/hypeR-Ex.timings

nameusersystemelapsed
dot-format_str000
dot-string_args000
enrichr_available0.2760.0150.363
enrichr_download0.1310.0058.224
enrichr_gsets0.1010.0030.850
gsets0.0010.0010.001
hyp0.0050.0000.006
hyp_dots4.3680.4194.809
hyp_emap0.9360.0861.041
hyp_hmap6.1780.1086.795
hyp_show1.1450.1081.269
hyp_to_excel1.3740.0971.486
hyp_to_table0.8340.0720.925
hypeR0.7360.0650.817
hyperdb_info0.0010.0000.000
hyperdb_rgsets0.0520.0020.090
msigdb_available 9.655 0.85610.588
msigdb_check_species0.0010.0000.000
msigdb_download0.2110.0180.233
msigdb_gsets0.2130.0300.243
msigdb_info0.0020.0010.001
msigdb_species0.0060.0010.007
msigdb_version0.0000.0000.001
multihyp0.0010.0000.001
pvector0.0000.0000.001
rgsets0.0040.0000.005