Back to Multiple platform build/check report for BioC 3.18:   simplified   long
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

This page was generated on 2024-03-06 11:33:15 -0500 (Wed, 06 Mar 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 22.04.3 LTS)x86_644.3.2 Patched (2023-11-13 r85521) -- "Eye Holes" 4692
palomino4Windows Server 2022 Datacenterx644.3.2 (2023-10-31 ucrt) -- "Eye Holes" 4445
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 1303/2266HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
monocle 2.30.0  (landing page)
Cole Trapnell
Snapshot Date: 2024-03-05 14:05:04 -0500 (Tue, 05 Mar 2024)
git_url: https://git.bioconductor.org/packages/monocle
git_branch: RELEASE_3_18
git_last_commit: 92ad7db
git_last_commit_date: 2023-10-24 09:59:09 -0500 (Tue, 24 Oct 2023)
nebbiolo2Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino4Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson1macOS 13.6.1 Ventura / arm64see weekly results here

CHECK results for monocle on nebbiolo2


To the developers/maintainers of the monocle package:
- 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 Troubleshooting Build Report for more information.
- 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: monocle
Version: 2.30.0
Command: /home/biocbuild/bbs-3.18-bioc/R/bin/R CMD check --install=check:monocle.install-out.txt --library=/home/biocbuild/bbs-3.18-bioc/R/site-library --timings monocle_2.30.0.tar.gz
StartedAt: 2024-03-06 00:13:47 -0500 (Wed, 06 Mar 2024)
EndedAt: 2024-03-06 00:15:17 -0500 (Wed, 06 Mar 2024)
EllapsedTime: 90.0 seconds
RetCode: 0
Status:   OK  
CheckDir: monocle.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.18-bioc/R/bin/R CMD check --install=check:monocle.install-out.txt --library=/home/biocbuild/bbs-3.18-bioc/R/site-library --timings monocle_2.30.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.18-bioc/meat/monocle.Rcheck’
* using R version 4.3.2 Patched (2023-11-13 r85521)
* using platform: x86_64-pc-linux-gnu (64-bit)
* R was compiled by
    gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
    GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
* running under: Ubuntu 22.04.4 LTS
* using session charset: UTF-8
* checking for file ‘monocle/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘monocle’ version ‘2.30.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
* used C++ compiler: ‘g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0’
* 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 ... NOTE
Problems with news in ‘NEWS’:
  Cannot process chunk/lines:
    Monocle 2.0.0 Series NEWS
* 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 ... OK
* checking dependencies in R code ... NOTE
Namespaces in Imports field not imported from:
  ‘Rcpp’ ‘biocViews’
  All declared Imports should be used.
* 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’
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 files in ‘vignettes’ ... OK
* 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 ...
  ‘monocle-vignette.Rnw’... OK
 NONE
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 4 NOTEs
See
  ‘/home/biocbuild/bbs-3.18-bioc/meat/monocle.Rcheck/00check.log’
for details.



Installation output

monocle.Rcheck/00install.out

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


* installing to library ‘/home/biocbuild/bbs-3.18-bioc/R/site-library’
* installing *source* package ‘monocle’ ...
** using staged installation
** libs
using C++ compiler: ‘g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0’
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.18-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fpic  -g -O2  -Wall -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"/home/biocbuild/bbs-3.18-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.18-bioc/R/site-library/Rcpp/include' -I/usr/local/include    -fpic  -g -O2  -Wall -c clustering.cpp -o clustering.o
g++ -std=gnu++17 -shared -L/home/biocbuild/bbs-3.18-bioc/R/lib -L/usr/local/lib -o monocle.so RcppExports.o clustering.o -L/home/biocbuild/bbs-3.18-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.18-bioc/R/site-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.3.2 Patched (2023-11-13 r85521) -- "Eye Holes"
Copyright (C) 2023 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.305   0.031   0.327 

Example timings

monocle.Rcheck/monocle-Ex.timings

nameusersystemelapsed
cellPairwiseDistances-set0.0010.0000.000
cellPairwiseDistances000
clusterGenes000
detectGenes000
estimate_t0.0010.0000.000
exportCDS000
importCDS000
minSpanningTree-set000
minSpanningTree000
newCellDataSet000
newCellTypeHierarchy000
package-deprecated000
plot_cell_clusters000
plot_cell_trajectory000
plot_clusters0.0000.0000.001
plot_complex_cell_trajectory000
plot_genes_in_pseudotime000
plot_genes_jitter000
plot_genes_positive_cells000
plot_genes_violin000
plot_pc_variance_explained000
plot_rho_delta000
reducedDimA-set000
reducedDimA000
reducedDimK-set000
reducedDimK000
reducedDimS-set000
reducedDimS000
reducedDimW-set000
reducedDimW000
relative2abs0.0000.0000.001