Back to Multiple platform build/check report for BioC 3.17:   simplified   long
ABCDEFGHIJKLMNO[P]QRSTUVWXYZ

This page was generated on 2023-10-16 11:37:22 -0400 (Mon, 16 Oct 2023).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.2 LTS)x86_644.3.1 (2023-06-16) -- "Beagle Scouts" 4626
palomino3Windows Server 2022 Datacenterx644.3.1 (2023-06-16 ucrt) -- "Beagle Scouts" 4379
merida1macOS 12.6.4 Montereyx86_644.3.1 (2023-06-16) -- "Beagle Scouts" 4395
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 1505/2230HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
phemd 1.16.0  (landing page)
William S Chen
Snapshot Date: 2023-10-15 14:00:13 -0400 (Sun, 15 Oct 2023)
git_url: https://git.bioconductor.org/packages/phemd
git_branch: RELEASE_3_17
git_last_commit: fb3f157
git_last_commit_date: 2023-08-22 18:03:33 -0400 (Tue, 22 Aug 2023)
nebbiolo1Linux (Ubuntu 22.04.2 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino3Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
merida1macOS 12.6.4 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
kjohnson2macOS 12.6.1 Monterey / arm64see weekly results here

CHECK results for phemd on merida1


To the developers/maintainers of the phemd package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/phemd.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: phemd
Version: 1.16.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:phemd.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings phemd_1.16.0.tar.gz
StartedAt: 2023-10-16 05:14:34 -0400 (Mon, 16 Oct 2023)
EndedAt: 2023-10-16 05:31:35 -0400 (Mon, 16 Oct 2023)
EllapsedTime: 1020.9 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: phemd.Rcheck
Warnings: 1

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.17-bioc/meat/phemd.Rcheck’
* using R version 4.3.1 (2023-06-16)
* using platform: x86_64-apple-darwin20 (64-bit)
* R was compiled by
    Apple clang version 14.0.3 (clang-1403.0.22.14.1)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Monterey 12.6.4
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘phemd/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘phemd’ version ‘1.16.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 ‘phemd’ 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 ... NOTE
':::' call which should be '::': ‘monocle:::reducedDimA<-’
  See the note in ?`:::` about the use of this operator.
Unexported objects imported by ':::' calls:
  ‘VGAM:::VGAM.weights.function’ ‘monocle:::extract_ddrtree_ordering’
  ‘monocle:::extract_good_branched_ordering’
  ‘monocle:::findNearestPointOnMST’ ‘monocle:::projPointOnLine’
  ‘monocle:::project_point_to_line_segment’ ‘monocle:::reducedDimK<-’
  ‘monocle:::reducedDimW<-’ ‘monocle:::select_root_cell’
  ‘pheatmap:::find_coordinates’
  See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
newCellDataSetUpdated: no visible global function definition for
  ‘isSparseMatrix’
orderCellsUpdated: no visible binding for '<<-' assignment to
  ‘next_node’
orderCellsUpdated: no visible global function definition for
  ‘pq_helper’
orderCellsUpdated: no visible global function definition for
  ‘select_root_cell’
project2MSTUpdated: no visible global function definition for ‘nei’
Undefined global functions or variables:
  isSparseMatrix nei pq_helper select_root_cell
* 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 files in ‘vignettes’ ... OK
* checking examples ... WARNING
Found the following significant warnings:

  Warning: 'as(<dsCMatrix>, "dsTMatrix")' is deprecated.
Deprecated functions may be defunct as soon as of the next release of
R.
See ?Deprecated.
Examples with CPU (user + system) or elapsed time > 5s
                           user system elapsed
Phemd-methods            18.690  0.303  25.111
compareSamples           18.272  0.296  24.974
getCellYield             17.620  0.235  24.767
getSampleHistsByCluster  17.255  0.202  23.355
groupSamples             16.945  0.196  22.845
plotCellYield            16.934  0.193  24.094
plotGroupedSamplesDmap   16.879  0.151  23.839
clusterIndividualSamples 16.351  0.364  23.391
printClusterAssignments  16.468  0.152  22.622
generateGDM              16.387  0.184  22.357
getSampleCelltypeFreqs   16.214  0.167  21.974
plotHeatmaps             15.849  0.168  22.700
plotEmbeddings           15.261  0.172  21.544
orderCellsMonocle        14.125  0.124  19.208
embedCells                5.897  0.038   7.865
selectFeatures            4.446  0.016   6.023
* 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, 2 NOTEs
See
  ‘/Users/biocbuild/bbs-3.17-bioc/meat/phemd.Rcheck/00check.log’
for details.



Installation output

phemd.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library’
* installing *source* package ‘phemd’ ...
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** 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 (phemd)

Tests output


Example timings

phemd.Rcheck/phemd-Ex.timings

nameusersystemelapsed
GDM1.0850.0551.588
Phemd-methods18.690 0.30325.111
aggregateSamples3.6320.0374.338
assignCellClusterNearestNode0.0000.0010.001
batchIDs0.7590.0070.904
bindSeuratObj2.7490.0373.960
celltypeFreqs0.7930.0081.128
clusterIndividualSamples16.351 0.36423.391
compareSamples18.272 0.29624.974
createDataObj0.8010.0031.078
drawColnames450.0000.0000.002
embedCells5.8970.0387.865
generateGDM16.387 0.18422.357
getArithmeticCentroids000
getCellYield17.620 0.23524.767
getSampleCelltypeFreqs16.214 0.16721.974
getSampleHistsByCluster17.255 0.20223.355
getSampleSizes000
groupSamples16.945 0.19622.845
identifyCentroids000
monocleInfo0.7690.0051.025
orderCellsMonocle14.125 0.12419.208
phateInfo0.7420.0040.977
plotCellYield16.934 0.19324.094
plotEmbeddings15.261 0.17221.544
plotGroupedSamplesDmap16.879 0.15123.839
plotHeatmaps15.849 0.16822.700
pooledCells0.7730.0071.103
printClusterAssignments16.468 0.15222.622
rawExpn0.7360.0031.002
removeTinySamples1.5060.0062.038
retrieveRefClusters0.0000.0010.001
sNames0.8000.0031.086
selectFeatures4.4460.0166.023
selectMarkers0.7410.0030.994
seuratInfo0.7870.0031.069
subsampledBool0.7450.0031.015
subsampledIdx0.7860.0041.107