Back to Mac ARM64 build report for BioC 3.20
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

This page was generated on 2024-05-13 11:32:07 -0400 (Mon, 13 May 2024).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson1macOS 13.6.6 Venturaarm644.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup" 4378
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

Package 1133/2230HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
mastR 1.5.0  (landing page)
Jinjin Chen
Snapshot Date: 2024-05-11 09:00:03 -0400 (Sat, 11 May 2024)
git_url: https://git.bioconductor.org/packages/mastR
git_branch: devel
git_last_commit: f99d37b
git_last_commit_date: 2024-04-30 11:48:58 -0400 (Tue, 30 Apr 2024)
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published

CHECK results for mastR on kjohnson1


To the developers/maintainers of the mastR package:
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: mastR
Version: 1.5.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:mastR.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings mastR_1.5.0.tar.gz
StartedAt: 2024-05-12 18:15:43 -0400 (Sun, 12 May 2024)
EndedAt: 2024-05-12 18:26:43 -0400 (Sun, 12 May 2024)
EllapsedTime: 659.6 seconds
RetCode: 0
Status:   OK  
CheckDir: mastR.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.20-bioc-mac-arm64/meat/mastR.Rcheck’
* using R version 4.4.0 Patched (2024-04-24 r86482)
* using platform: aarch64-apple-darwin20
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Ventura 13.6.6
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘mastR/DESCRIPTION’ ... OK
* this is package ‘mastR’ version ‘1.5.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 ‘mastR’ 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 code 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 files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                   user system elapsed
sig_gseaplot     12.325  1.269  13.325
plot_diagnostics 10.900  0.805  11.722
get_panglao_sig   5.870  0.196   6.980
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: OK


Installation output

mastR.Rcheck/00install.out

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


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

Tests output

mastR.Rcheck/tests/testthat.Rout


R version 4.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin20

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.

> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
> 
> library(testthat)
> library(mastR)

> 
> test_check("mastR")
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             2787         3348       3847   2869   1903
NotSig           2593         5434      10908  43672  45202
Up              44665        41263      35290   3504   2940
       NK-Others
Down          90
NotSig     49003
Up           952
       NK-Others
Down       29581
NotSig     17543
Up          2921
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             2787         3348       3847   2869   1903
NotSig           2593         5434      10908  43672  45202
Up              44665        41263      35290   3504   2940
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             2787         3348       3847   2869   1903
NotSig           2593         5434      10908  43672  45202
Up              44665        41263      35290   3504   2940
'select()' returned 1:many mapping between keys and columns
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4011         3946       3145   2696   2154
NotSig           1489         2688       4420   4995   6192
Up               4935         3801       2870   2744   2089
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4011         3946       3145   2696   2154
NotSig           1489         2688       4420   4995   6192
Up               4935         3801       2870   2744   2089
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4011         3946       3145   2696   2154
NotSig           1489         2688       4420   4995   6192
Up               4935         3801       2870   2744   2089
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4011         3946       3145   2696   2154
NotSig           1489         2688       4420   4995   6192
Up               4935         3801       2870   2744   2089
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4011         3946       3145   2696   2154
NotSig           1489         2688       4420   4995   6192
Up               4935         3801       2870   2744   2089
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4011         3946       3145   2696   2154
NotSig           1489         2688       4420   4995   6192
Up               4935         3801       2870   2744   2089
'select()' returned 1:many mapping between keys and columns
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4009         3944       3146   2694   2153
NotSig           1476         2678       4405   4985   6183
Up               4926         3789       2860   2732   2075
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4009         3944       3146   2694   2153
NotSig           1476         2678       4405   4985   6183
Up               4926         3789       2860   2732   2075
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             3056         2843       2174   1824   1444
NotSig           1246         2669       4189   4576   5527
Up               3926         2716       1865   1828   1257
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4009         3944       3146   2694   2153
NotSig           1476         2678       4405   4985   6183
Up               4926         3789       2860   2732   2075
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4009         3944       3146   2694   2153
NotSig           1476         2678       4405   4985   6183
Up               4926         3789       2860   2732   2075
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4009         3944       3146   2694   2153
NotSig           1476         2678       4405   4985   6183
Up               4926         3789       2860   2732   2075
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4009         3944       3146   2694   2153
NotSig           1476         2678       4405   4985   6183
Up               4926         3789       2860   2732   2075
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4009         3944       3146   2694   2153
NotSig           1476         2678       4405   4985   6183
Up               4926         3789       2860   2732   2075
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             3629         3510       2668   2189   1728
NotSig           1957         3500       5403   5947   7039
Up               4714         3290       2229   2164   1533
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4009         3944       3146   2694   2153
NotSig           1476         2678       4405   4985   6183
Up               4926         3789       2860   2732   2075
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4009         3944       3146   2694   2153
NotSig           1476         2678       4405   4985   6183
Up               4926         3789       2860   2732   2075
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4009         3944       3146   2694   2153
NotSig           1476         2678       4405   4985   6183
Up               4926         3789       2860   2732   2075
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4009         3944       3146   2694   2153
NotSig           1476         2678       4405   4985   6183
Up               4926         3789       2860   2732   2075
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4076         4049       3299   2894   2356
NotSig           1344         2476       4064   4565   5764
Up               4991         3886       3048   2952   2291
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
All samples in sig_data are used!
All samples in bg_data are used!
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
see ?depmap and browseVignettes('depmap') for documentation
loading from cache
see ?depmap and browseVignettes('depmap') for documentation
loading from cache
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4010         3945       3146   2693   2153
NotSig           1475         2678       4409   4984   6182
Up               4930         3792       2860   2738   2080
'select()' returned 1:many mapping between keys and columns

using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
'select()' returned 1:many mapping between keys and columns
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4010         3945       3146   2693   2153
NotSig           1475         2678       4409   4984   6182
Up               4930         3792       2860   2738   2080
'select()' returned 1:many mapping between keys and columns
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
'select()' returned 1:many mapping between keys and columns
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4010         3945       3146   2693   2153
NotSig           1475         2678       4409   4984   6182
Up               4930         3792       2860   2738   2080
'select()' returned 1:many mapping between keys and columns
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
'select()' returned 1:many mapping between keys and columns
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4010         3945       3146   2693   2153
NotSig           1475         2678       4409   4984   6182
Up               4930         3792       2860   2738   2080
'select()' returned 1:many mapping between keys and columns
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
'select()' returned 1:many mapping between keys and columns
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4011         3944       3145   2695   2152
NotSig           1483         2684       4417   4990   6187
Up               4925         3791       2857   2734   2080
'select()' returned 1:many mapping between keys and columns
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
'select()' returned 1:many mapping between keys and columns
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4011         3944       3145   2695   2152
NotSig           1483         2684       4417   4990   6187
Up               4925         3791       2857   2734   2080
'select()' returned 1:many mapping between keys and columns
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
'select()' returned 1:many mapping between keys and columns
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4010         3945       3146   2693   2153
NotSig           1475         2678       4409   4984   6182
Up               4930         3792       2860   2738   2080
'select()' returned 1:many mapping between keys and columns
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
using 'fgsea' for GSEA analysis, please cite Korotkevich et al (2019).

preparing geneSet collections...
GSEA analysis...
leading edge analysis...
done...
'select()' returned 1:many mapping between keys and columns
Gene KIR2DL2 is not in data.
Gene KIR2DL5A is not in data.
Gene KIR2DS2 is not in data.
Gene KIR2DS5 is not in data.
Gene KLRA1P is not in data.
Gene LOC653757 is not in data.
Gene MGC24103 is not in data.
Gene TRDC is not in data.
Gene CCL4 is not in data.
Gene CCL5 is not in data.

The automatically generated colors map from the 1^st and 99^th of the
values in the matrix. There are outliers in the matrix whose patterns
might be hidden by this color mapping. You can manually set the color
to `col` argument.

Use `suppressMessages()` to turn off this message.
'select()' returned 1:many mapping between keys and columns
Gene CCL4 is not in data.
Gene CCL5 is not in data.

The automatically generated colors map from the 1^st and 99^th of the
values in the matrix. There are outliers in the matrix whose patterns
might be hidden by this color mapping. You can manually set the color
to `col` argument.

Use `suppressMessages()` to turn off this message.
'select()' returned 1:many mapping between keys and columns
Gene CCL4 is not in data.
Gene CCL5 is not in data.

The automatically generated colors map from the 1^st and 99^th of the
values in the matrix. There are outliers in the matrix whose patterns
might be hidden by this color mapping. You can manually set the color
to `col` argument.

Use `suppressMessages()` to turn off this message.
'select()' returned 1:many mapping between keys and columns
Gene CCL4 is not in data.
Gene CCL5 is not in data.

The automatically generated colors map from the 1^st and 99^th of the
values in the matrix. There are outliers in the matrix whose patterns
might be hidden by this color mapping. You can manually set the color
to `col` argument.

Use `suppressMessages()` to turn off this message.
'select()' returned 1:many mapping between keys and columns
Gene CCL4 is not in data.
Gene CCL5 is not in data.

The automatically generated colors map from the 1^st and 99^th of the
values in the matrix. There are outliers in the matrix whose patterns
might be hidden by this color mapping. You can manually set the color
to `col` argument.

Use `suppressMessages()` to turn off this message.
'select()' returned 1:many mapping between keys and columns
Gene KIR2DL2 is not in data.
Gene KIR2DL5A is not in data.
Gene KIR2DS2 is not in data.
Gene KIR2DS5 is not in data.
Gene KLRA1P is not in data.
Gene LOC653757 is not in data.
Gene MGC24103 is not in data.
Gene TRDC is not in data.
Gene CCL4 is not in data.
Gene CCL5 is not in data.

The automatically generated colors map from the 1^st and 99^th of the
values in the matrix. There are outliers in the matrix whose patterns
might be hidden by this color mapping. You can manually set the color
to `col` argument.

Use `suppressMessages()` to turn off this message.
'select()' returned 1:many mapping between keys and columns
Gene CCL4 is not in data.
Gene CCL5 is not in data.

The automatically generated colors map from the 1^st and 99^th of the
values in the matrix. There are outliers in the matrix whose patterns
might be hidden by this color mapping. You can manually set the color
to `col` argument.

Use `suppressMessages()` to turn off this message.
'select()' returned 1:many mapping between keys and columns
Gene KIR2DL2 is not in data.
Gene KIR2DL5A is not in data.
Gene KIR2DS2 is not in data.
Gene KIR2DS5 is not in data.
Gene KLRA1P is not in data.
Gene LOC653757 is not in data.
Gene MGC24103 is not in data.
Gene TRDC is not in data.
Gene CCL4 is not in data.
Gene CCL5 is not in data.

The automatically generated colors map from the 1^st and 99^th of the
values in the matrix. There are outliers in the matrix whose patterns
might be hidden by this color mapping. You can manually set the color
to `col` argument.

Use `suppressMessages()` to turn off this message.
'select()' returned 1:many mapping between keys and columns
Gene CCL4 is not in data.
Gene CCL5 is not in data.

The automatically generated colors map from the 1^st and 99^th of the
values in the matrix. There are outliers in the matrix whose patterns
might be hidden by this color mapping. You can manually set the color
to `col` argument.

Use `suppressMessages()` to turn off this message.
'select()' returned 1:many mapping between keys and columns
Gene CCL4 is not in data.
Gene CCL5 is not in data.

'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
'select()' returned 1:many mapping between keys and columns
       NK-Neutrophils NK-Monocytes NK-B.cells NK-CD4 NK-CD8
Down             4009         3944       3146   2694   2153
NotSig           1476         2678       4405   4985   6183
Up               4926         3789       2860   2732   2075
[ FAIL 0 | WARN 28 | SKIP 0 | PASS 114 ]

[ FAIL 0 | WARN 28 | SKIP 0 | PASS 114 ]
> 
> proc.time()
   user  system elapsed 
278.926  18.867 303.108 

Example timings

mastR.Rcheck/mastR-Ex.timings

nameusersystemelapsed
ccle_2_wide0.2650.0120.276
de_analysis2.9730.1273.101
filter_subset_sig4.3310.1974.536
get_de_table1.8640.1251.988
get_degs2.0610.1252.186
get_gsc_sig0.0220.0020.024
get_lm_sig0.0150.0020.017
get_panglao_sig5.8700.1966.980
gls2gsc0.0090.0020.011
gsc_plot0.6670.0310.698
list_panglao_organs0.0660.0080.246
list_panglao_types0.0740.0120.591
merge_markers0.0220.0070.029
pca_matrix_plot2.2440.0372.290
plot_diagnostics10.900 0.80511.722
plot_mean_var1.8170.1301.961
process_data1.7700.1241.894
pseudo_sample_list0.1730.0030.176
pseudo_samples0.0450.0050.050
remove_bg_exp1.2880.0261.316
remove_bg_exp_mat1.2520.0491.313
select_sig2.0830.1212.203
sig_boxplot1.1760.0251.202
sig_gseaplot12.325 1.26913.325
sig_heatmap2.2120.3412.593
sig_rankdensity_plot1.3150.0521.374
sig_scatter_plot1.8970.1092.008