Back to Rapid builds (Linux only) of a subset of BioC 3.21
Report updated every 6 hours

This page was generated on 2025-03-31 20:49 -0400 (Mon, 31 Mar 2025).

HostnameOSArch (*)R versionInstalled pkgs
teran2Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 871
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 154/217HostnameOS / ArchINSTALLBUILDCHECK
pcaMethods 1.99.0  (landing page)
Henning Redestig
Snapshot Date: 2025-03-31 18:00 -0400 (Mon, 31 Mar 2025)
git_url: https://git.bioconductor.org/packages/pcaMethods
git_branch: devel
git_last_commit: 8148736
git_last_commit_date: 2024-10-29 09:26:55 -0400 (Tue, 29 Oct 2024)
teran2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    ERROR  


CHECK results for pcaMethods on teran2

To the developers/maintainers of the pcaMethods 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: pcaMethods
Version: 1.99.0
Command: /home/rapidbuild/bbs-3.21-bioc-rapid/R/bin/R CMD check --install=check:pcaMethods.install-out.txt --library=/home/rapidbuild/bbs-3.21-bioc-rapid/R/site-library --timings pcaMethods_1.99.0.tar.gz
StartedAt: 2025-03-31 20:27:13 -0400 (Mon, 31 Mar 2025)
EndedAt: 2025-03-31 20:29:19 -0400 (Mon, 31 Mar 2025)
EllapsedTime: 125.9 seconds
RetCode: 1
Status:   ERROR  
CheckDir: pcaMethods.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/rapidbuild/bbs-3.21-bioc-rapid/R/bin/R CMD check --install=check:pcaMethods.install-out.txt --library=/home/rapidbuild/bbs-3.21-bioc-rapid/R/site-library --timings pcaMethods_1.99.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/media/volume/teran2_disk/rapidbuild/bbs-3.21-bioc-rapid/meat/pcaMethods.Rcheck’
* using R Under development (unstable) (2025-01-20 r87609)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
    GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
* running under: Ubuntu 24.04.1 LTS
* using session charset: UTF-8
* checking for file ‘pcaMethods/DESCRIPTION’ ... OK
* this is package ‘pcaMethods’ version ‘1.99.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 ‘pcaMethods’ can be installed ... OK
* used C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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 ... 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 loading without being on the library search path ... OK
* checking dependencies in R code ... NOTE
Fatal error: cannot create 'R_TempDir'
* checking S3 generic/method consistency ... WARNING
Fatal error: cannot create 'R_TempDir'
See section ‘Generic functions and methods’ in the ‘Writing R
Extensions’ manual.
* checking replacement functions ... WARNING
Fatal error: cannot create 'R_TempDir'
The argument of a replacement function which corresponds to the right
hand side must be named ‘value’.
* checking foreign function calls ... NOTE
Fatal error: cannot create 'R_TempDir'
See chapter ‘System and foreign language interfaces’ in the ‘Writing R
Extensions’ manual.
* checking R code for possible problems ... ERROR
Incorrect (un)loading of package shared object.
Fatal error: cannot create 'R_TempDir'
The system-specific extension for shared objects must not be added.
See ?library.dynam.
 NOTE
Fatal error: cannot create 'R_TempDir'

Fatal error: cannot create 'R_TempDir'

Found the following possibly unsafe calls:
Fatal error: cannot create 'R_TempDir'

Fatal error: cannot create 'R_TempDir'
* checking Rd files ... WARNING
Fatal error: cannot create 'R_TempDir'
* checking Rd metadata ... NOTE
Fatal error: cannot create 'R_TempDir'
* checking Rd cross-references ... INFO
Fatal error: cannot create 'R_TempDir'
* checking for missing documentation entries ... WARNING
Fatal error: cannot create 'R_TempDir'
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking for code/documentation mismatches ... WARNING
Fatal error: cannot create 'R_TempDir'
Fatal error: cannot create 'R_TempDir'
Fatal error: cannot create 'R_TempDir'
* checking Rd \usage sections ... WARNING
Fatal error: cannot create 'R_TempDir'
Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
Fatal error: cannot create 'R_TempDir'
The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... WARNING
Fatal error: cannot create 'R_TempDir'
* checking contents of ‘data’ directory ... NOTE
Output for data("helix", package = "pcaMethods"):
  Fatal error: cannot create 'R_TempDir'
Output for data("metaboliteData", package = "pcaMethods"):
  Fatal error: cannot create 'R_TempDir'
* checking data for non-ASCII characters ... 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
Examples with CPU (user + system) or elapsed time > 5s
            user system elapsed
kEstimate 26.631  0.035  27.755
robustSvd  6.091  0.002   6.855
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR, 7 WARNINGs, 6 NOTEs
See
  ‘/media/volume/teran2_disk/rapidbuild/bbs-3.21-bioc-rapid/meat/pcaMethods.Rcheck/00check.log’
for details.


Installation output

pcaMethods.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/rapidbuild/bbs-3.21-bioc-rapid/R/bin/R CMD INSTALL pcaMethods
###
##############################################################################
##############################################################################


* installing to library ‘/media/volume/teran2_disk/rapidbuild/bbs-3.21-bioc-rapid/R/site-library’
* installing *source* package ‘pcaMethods’ ...
** this is package ‘pcaMethods’ version ‘1.99.0’
** using staged installation
** libs
using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
g++ -std=gnu++17 -I"/home/rapidbuild/bbs-3.21-bioc-rapid/R/include" -DNDEBUG  -I'/media/volume/teran2_disk/rapidbuild/bbs-3.21-bioc-rapid/R/site-library/Rcpp/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++17 -I"/home/rapidbuild/bbs-3.21-bioc-rapid/R/include" -DNDEBUG  -I'/media/volume/teran2_disk/rapidbuild/bbs-3.21-bioc-rapid/R/site-library/Rcpp/include' -I/usr/local/include    -fpic  -g -O2  -Wall -Werror=format-security -DR_NO_REMAP -c nipals.cpp -o nipals.o
g++ -std=gnu++17 -shared -L/usr/local/lib -o pcaMethods.so RcppExports.o nipals.o
installing to /media/volume/teran2_disk/rapidbuild/bbs-3.21-bioc-rapid/R/site-library/00LOCK-pcaMethods/00new/pcaMethods/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
Creating a new generic function for ‘loadings’ in package ‘pcaMethods’
** 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 (pcaMethods)

Tests output


Example timings

pcaMethods.Rcheck/pcaMethods-Ex.timings

nameusersystemelapsed
DModX-pcaRes-method0.0220.0090.031
Q20.0850.0000.085
R2VX-pcaRes-method0.0090.0000.009
RnipalsPca0.1900.0010.197
biplot-methods0.0060.0010.008
bpca0.4160.0090.425
cvseg0.0060.0000.006
fitted-methods0.0040.0000.004
kEstimate26.631 0.03527.755
kEstimateFast0.1720.0000.173
leverage-pcaRes-method0.0060.0000.006
llsImpute0.0930.0000.093
nipalsPca0.0070.0000.007
nlpca0.9160.0030.980
nni0.0690.0010.071
pca0.7100.0270.784
plot.pcaRes0.1660.0140.180
plotPcs0.0120.0000.012
ppca0.0820.0060.088
predict-methods0.0060.0000.006
prep0.0010.0000.001
rediduals-methods0.0050.0000.005
robustPca2.7240.0032.973
robustSvd6.0910.0026.855
slplot-pcaRes-method0.0110.0010.012
svdImpute0.0570.0000.058
svdPca0.0060.0010.008
wasna-pcaRes-method0.0160.0000.017