Back to Multiple platform build/check report for BioC 3.13
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

This page was generated on 2021-10-15 15:05:46 -0400 (Fri, 15 Oct 2021).

CHECK results for monocle on nebbiolo1

To the developers/maintainers of the monocle package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/monocle.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? here 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 1177/2041HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
monocle 2.20.0  (landing page)
Cole Trapnell
Snapshot Date: 2021-10-14 04:50:12 -0400 (Thu, 14 Oct 2021)
git_url: https://git.bioconductor.org/packages/monocle
git_branch: RELEASE_3_13
git_last_commit: dd8f8f2
git_last_commit_date: 2021-05-19 12:05:11 -0400 (Wed, 19 May 2021)
nebbiolo1Linux (Ubuntu 20.04.2 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
tokay2Windows Server 2012 R2 Standard / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
machv2macOS 10.14.6 Mojave / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published

Summary

Package: monocle
Version: 2.20.0
Command: /home/biocbuild/bbs-3.13-bioc/R/bin/R CMD check --install=check:monocle.install-out.txt --library=/home/biocbuild/bbs-3.13-bioc/R/library --no-vignettes --timings monocle_2.20.0.tar.gz
StartedAt: 2021-10-14 10:40:54 -0400 (Thu, 14 Oct 2021)
EndedAt: 2021-10-14 10:42:22 -0400 (Thu, 14 Oct 2021)
EllapsedTime: 87.9 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: monocle.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.13-bioc/R/bin/R CMD check --install=check:monocle.install-out.txt --library=/home/biocbuild/bbs-3.13-bioc/R/library --no-vignettes --timings monocle_2.20.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.13-bioc/meat/monocle.Rcheck’
* using R version 4.1.1 (2021-08-10)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘monocle/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘monocle’ version ‘2.20.0’
* 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 ‘monocle’ 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 ... WARNING
Namespaces in Imports field not imported from:
  ‘Rcpp’ ‘biocViews’
  All declared Imports should be used.
Missing or unexported object: ‘scater::newSCESet’
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
assign_cell_lineage: no visible global function definition for ‘nei’
buildBranchCellDataSet: no visible global function definition for ‘nei’
clusterCells: no visible global function definition for ‘quantile’
count_leaf_descendents: no visible global function definition for ‘nei’
cth_classifier_cds: no visible global function definition for ‘nei’
cth_classifier_cell: no visible global function definition for ‘nei’
diff_test_helper: no visible binding for global variable ‘Size_Factor’
exportCDS: no visible binding for global variable ‘use_for_ordering’
extract_good_ordering: no visible global function definition for ‘nei’
fit_model_helper: no visible binding for global variable ‘Size_Factor’
get_next_node_id: no visible binding for '<<-' assignment to
  ‘next_node’
get_next_node_id: no visible binding for global variable ‘next_node’
make_canonical: no visible global function definition for ‘nei’
measure_diameter_path: no visible global function definition for ‘nei’
orderCells: no visible binding for '<<-' assignment to ‘next_node’
plot_multiple_branches_pseudotime: no visible binding for global
  variable ‘pseudocount’
plot_multiple_branches_pseudotime: no visible binding for global
  variable ‘Branch’
project2MST: no visible global function definition for ‘nei’
reverseEmbeddingCDS : <anonymous>: no visible global function
  definition for ‘quantile’
Undefined global functions or variables:
  Branch Size_Factor nei next_node pseudocount quantile
  use_for_ordering
Consider adding
  importFrom("stats", "quantile")
to your NAMESPACE file.
* 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 LazyData ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... NOTE
The following directory looks like a leftover from 'knitr':
  ‘figure’
Please remove from your package.
* checking examples ... OK
* 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 WARNING, 3 NOTEs
See
  ‘/home/biocbuild/bbs-3.13-bioc/meat/monocle.Rcheck/00check.log’
for details.



Installation output

monocle.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.13-bioc/R/bin/R CMD INSTALL monocle
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.13-bioc/R/library’
* installing *source* package ‘monocle’ ...
** using staged installation
** libs
g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.13-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.13-bioc/R/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.13-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.13-bioc/R/library/Rcpp/include' -I/usr/local/include   -fpic  -g -O2  -Wall -c clustering.cpp -o clustering.o
g++ -std=gnu++14 -shared -L/home/biocbuild/bbs-3.13-bioc/R/lib -L/usr/local/lib -o monocle.so RcppExports.o clustering.o -L/home/biocbuild/bbs-3.13-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.13-bioc/R/library/00LOCK-monocle/00new/monocle/libs
** R
** data
*** moving datasets to lazyload DB
** 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 (monocle)

Tests output

monocle.Rcheck/tests/testthat.Rout


R version 4.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-pc-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)
> #test_check("monocle")
> 
> proc.time()
   user  system elapsed 
  0.223   0.043   0.253 

Example timings

monocle.Rcheck/monocle-Ex.timings

nameusersystemelapsed
cellPairwiseDistances-set000
cellPairwiseDistances000
clusterGenes000
detectGenes000
estimate_t0.0010.0000.000
exportCDS0.0000.0000.001
importCDS0.0000.0000.001
minSpanningTree-set000
minSpanningTree0.0000.0010.000
newCellDataSet0.0000.0010.000
newCellTypeHierarchy0.0000.0010.000
package-deprecated0.0000.0010.000
plot_cell_clusters000
plot_cell_trajectory0.0000.0000.001
plot_clusters000
plot_complex_cell_trajectory000
plot_genes_in_pseudotime0.0000.0010.000
plot_genes_jitter000
plot_genes_positive_cells0.0010.0000.000
plot_genes_violin0.0000.0000.001
plot_pc_variance_explained000
plot_rho_delta000
reducedDimA-set0.0010.0000.000
reducedDimA0.0000.0000.001
reducedDimK-set000
reducedDimK0.0000.0010.000
reducedDimS-set000
reducedDimS0.0000.0000.001
reducedDimW-set000
reducedDimW0.0000.0010.000
relative2abs000