This page was generated on 2023-01-02 09:00:29 -0500 (Mon, 02 Jan 2023).
Hostname | OS | Arch (*) | R version | Installed pkgs |
palomino5 | Windows Server 2022 Datacenter | x64 | R Under development (unstable) (2022-12-25 r83502 ucrt) -- "Unsuffered Consequences"
| 4165 |
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 |
CHECK results for flowClust on palomino5
To the developers/maintainers of the flowClust package:
Make sure to use the following settings in order to reproduce any error or warning you see on this page.
|
raw results
| flowClust 3.37.0 (landing page) Greg Finak , Mike Jiang
Snapshot Date: 2022-12-28 11:00:06 -0500 (Wed, 28 Dec 2022) |
git_url: https://git.bioconductor.org/packages/flowClust |
git_branch: master |
git_last_commit: 97b31b3 |
git_last_commit_date: 2022-11-01 11:03:47 -0500 (Tue, 01 Nov 2022) |
| palomino5 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | | |
Summary
Command output
##############################################################################
##############################################################################
###
### Running command:
###
### F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:flowClust.install-out.txt --library=F:\biocbuild\bbs-3.17-bioc\R\library --no-vignettes --timings flowClust_3.37.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory 'F:/biocbuild/bbs-3.17-bioc-rtools43/meat/flowClust.Rcheck'
* using R Under development (unstable) (2022-12-25 r83502 ucrt)
* using platform: x86_64-w64-mingw32 (64-bit)
* R was compiled by
gcc.exe (GCC) 10.4.0
GNU Fortran (GCC) 10.4.0
* running under: Windows Server x64 (build 20348)
* using session charset: UTF-8
* using option '--no-vignettes'
* checking for file 'flowClust/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'flowClust' version '3.37.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 whether package 'flowClust' can be installed ... OK
* used C compiler: 'gcc.exe (GCC) 12.2.0'
* checking installed package size ... OK
* checking package directory ... OK
* checking 'build' directory ... OK
* checking DESCRIPTION meta-information ... NOTE
License components which are templates and need '+ file LICENSE':
MIT
* 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
.flowClustK: no visible global function definition for 'var'
.flowClustK: no visible global function definition for 'qf'
.flowClustK: no visible global function definition for 'qchisq'
.flowClustK: no visible global function definition for 'quantile'
.flowClustK: no visible global function definition for 'kmeans'
.hist.flowClust: no visible global function definition for 'hist'
dmvt: no visible global function definition for 'mahalanobis'
hist.flowClust: no visible global function definition for 'hist'
hist.flowClust: no visible global function definition for 'curve'
hist.flowClust: no visible global function definition for 'stripchart'
hist.flowClustList: no visible global function definition for 'hist'
plot,flowClust-missing: no visible global function definition for
'gray'
plot,flowClust-missing: no visible global function definition for
'hist'
plot,flowClust-missing: no visible global function definition for
'title'
plot,flowClust-missing: no visible global function definition for
'points'
plot,flowClust-missing: no visible global function definition for 'qf'
plot,flowClust-missing: no visible global function definition for
'qchisq'
plot,flowClustList-missing: no visible global function definition for
'gray'
plot,flowDens-missing: no visible global function definition for
'contour'
plot,flowDens-missing: no visible global function definition for
'heat.colors'
plot,flowDens-missing: no visible global function definition for
'rainbow'
plot,flowDens-missing: no visible global function definition for
'terrain.colors'
plot,flowDens-missing: no visible global function definition for
'topo.colors'
plot,flowDens-missing: no visible global function definition for
'cm.colors'
plot,flowDens-missing: no visible global function definition for 'gray'
plot,flowDens-missing: no visible global function definition for
'image'
plot,flowFrame-tmixFilterResult: no visible global function definition
for 'hist'
ruleOutliers<-,flowClust-list: no visible global function definition
for 'qf'
ruleOutliers<-,flowClust-list: no visible global function definition
for 'qchisq'
Undefined global functions or variables:
cm.colors contour curve gray heat.colors hist image kmeans
mahalanobis points qchisq qf quantile rainbow stripchart
terrain.colors title topo.colors var
Consider adding
importFrom("grDevices", "cm.colors", "gray", "heat.colors", "rainbow",
"terrain.colors", "topo.colors")
importFrom("graphics", "contour", "curve", "hist", "image", "points",
"stripchart", "title")
importFrom("stats", "kmeans", "mahalanobis", "qchisq", "qf",
"quantile", "var")
to your NAMESPACE file.
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... WARNING
Missing link or links in documentation object 'flowClust.Rd':
'SimulateMixture'
See section 'Cross-references' in the 'Writing R Extensions' manual.
* 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 line endings in shell scripts ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... NOTE
GNU make is a SystemRequirements.
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking use of PKG_*FLAGS in Makefiles ... OK
* checking compiled code ... NOTE
Note: information on .o files for x64 is not available
File 'F:/biocbuild/bbs-3.17-bioc/R/library/flowClust/libs/x64/flowClust.dll':
Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
* 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 ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE
Status: 1 WARNING, 4 NOTEs
See
'F:/biocbuild/bbs-3.17-bioc-rtools43/meat/flowClust.Rcheck/00check.log'
for details.
Installation output
flowClust.Rcheck/00install.out
Tests output
flowClust.Rcheck/tests/testthat.Rout
Example timings
flowClust.Rcheck/flowClust-Ex.timings