Back to the "Multiple platform build/check report"[A] B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

BioC 3.5: CHECK report for aroma.light on oaxaca

This page was generated on 2017-03-04 16:34:48 -0500 (Sat, 04 Mar 2017).

Package 58/1339HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
aroma.light 3.5.0
Henrik Bengtsson
Snapshot Date: 2017-03-03 17:15:47 -0500 (Fri, 03 Mar 2017)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/aroma.light
Last Changed Rev: 122712 / Revision: 127142
Last Changed Date: 2016-10-17 15:10:43 -0400 (Mon, 17 Oct 2016)
malbec2 Linux (Ubuntu 16.04.1 LTS) / x86_64  OK  OK  ERROR 
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  ERROR  OK 
toluca2 Mac OS X Mavericks (10.9.5) / x86_64  OK  OK  ERROR  OK 
oaxaca Mac OS X Mavericks (10.9.5) / x86_64  OK  OK [ ERROR ] OK 

Summary

Package: aroma.light
Version: 3.5.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings aroma.light_3.5.0.tar.gz
StartedAt: 2017-03-03 23:08:47 -0800 (Fri, 03 Mar 2017)
EndedAt: 2017-03-03 23:10:25 -0800 (Fri, 03 Mar 2017)
EllapsedTime: 98.0 seconds
RetCode: 1
Status:  ERROR 
CheckDir: aroma.light.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings aroma.light_3.5.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.5-bioc/meat/aroma.light.Rcheck’
* using R Under development (unstable) (2017-02-15 r72177)
* using platform: x86_64-apple-darwin13.4.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘aroma.light/DESCRIPTION’ ... OK
* this is package ‘aroma.light’ version ‘3.5.0’
* package encoding: latin1
* 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 ... NOTE
Found the following hidden files and directories:
  inst/rsp/.rspPlugins
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘aroma.light’ can be installed ... OK
* checking installed package size ... OK
* checking package 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 ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* 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 examples ... ERROR
Running examples in ‘aroma.light-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: robustSmoothSpline
> ### Title: Robust fit of a Smoothing Spline
> ### Aliases: robustSmoothSpline.default robustSmoothSpline
> ### Keywords: smooth robust
> 
> ### ** Examples
> 
> data(cars)
> attach(cars)
> plot(speed, dist, main = "data(cars)  &  robust smoothing splines")
> 
> # Fit a smoothing spline using L_2 norm
> cars.spl <- smooth.spline(speed, dist)
> lines(cars.spl, col = "blue")
> 
> # Fit a smoothing spline using L_1 norm
> cars.rspl <- robustSmoothSpline(speed, dist)
Error in unname(fit$parms["low"]) : 
  invalid type/length (environment/1) in vector allocation
Calls: robustSmoothSpline ... robustSmoothSpline.default -> smooth.spline0 -> unname
Execution halted
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘backtransformAffine.matrix.R’
  Running ‘backtransformPrincipalCurve.matrix.R’
  Running ‘callNaiveGenotypes.R’
  Running ‘distanceBetweenLines.R’
  Running ‘findPeaksAndValleys.R’
  Running ‘fitPrincipalCurve.matrix.R’
  Running ‘fitXYCurve.matrix.R’
  Running ‘iwpca.matrix.R’
  Running ‘likelihood.smooth.spline.R’
  Running ‘medianPolish.matrix.R’
  Running ‘normalizeAffine.matrix.R’
  Running ‘normalizeAverage.list.R’
  Running ‘normalizeAverage.matrix.R’
  Running ‘normalizeCurveFit.matrix.R’
  Running ‘normalizeDifferencesToAverage.R’
  Running ‘normalizeFragmentLength-ex1.R’
  Running ‘normalizeFragmentLength-ex2.R’
  Running ‘normalizeQuantileRank.list.R’
  Running ‘normalizeQuantileRank.matrix.R’
  Running ‘normalizeQuantileSpline.matrix.R’
 ERROR
Running the tests in ‘tests/normalizeQuantileSpline.matrix.R’ failed.
Last 13 lines of output:
  > layout(matrix(c(1,0,2:5), ncol=2, byrow=TRUE))
  > xlim <- range(X, na.rm=TRUE);
  > plotDensity(X, lwd=2, xlim=xlim, main="The three original distributions")
  > 
  > Xn <- normalizeQuantile(X)
  > plotDensity(Xn, lwd=2, xlim=xlim, main="The three normalized distributions")
  > plotXYCurve(X, Xn, xlim=xlim, main="The three normalized distributions")
  > 
  > Xn2 <- normalizeQuantileSpline(X, xTarget=Xn[,1], spar=0.99)
  Error in unname(fit$parms["low"]) : 
    invalid type/length (unknown type #31/1) in vector allocation
  Calls: normalizeQuantileSpline ... robustSmoothSpline.default -> smooth.spline0 -> unname
  In addition: Warning message:
  In unname(fit$parms["low"]) : type 31 is unimplemented in 'type2char'
  Execution halted
* checking PDF version of manual ... OK
* DONE

Status: 2 ERRORs, 1 NOTE
See
  ‘/Users/biocbuild/bbs-3.5-bioc/meat/aroma.light.Rcheck/00check.log’
for details.

normalizeQuantileSpline.matrix.Rout.fail:


R Under development (unstable) (2017-02-15 r72177) -- "Unsuffered Consequences"
Copyright (C) 2017 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin13.4.0 (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("aroma.light")
aroma.light v3.5.0 (2016-09-16) successfully loaded. See ?aroma.light for help.
> 
> # Simulate three samples with on average 20% missing values
> N <- 10000
> X <- cbind(rnorm(N, mean=3, sd=1),
+            rnorm(N, mean=4, sd=2),
+            rgamma(N, shape=2, rate=1))
> X[sample(3*N, size=0.20*3*N)] <- NA_real_
> 
> # Plot the data
> layout(matrix(c(1,0,2:5), ncol=2, byrow=TRUE))
> xlim <- range(X, na.rm=TRUE);
> plotDensity(X, lwd=2, xlim=xlim, main="The three original distributions")
> 
> Xn <- normalizeQuantile(X)
> plotDensity(Xn, lwd=2, xlim=xlim, main="The three normalized distributions")
> plotXYCurve(X, Xn, xlim=xlim, main="The three normalized distributions")
> 
> Xn2 <- normalizeQuantileSpline(X, xTarget=Xn[,1], spar=0.99)
Error in unname(fit$parms["low"]) : 
  invalid type/length (unknown type #31/1) in vector allocation
Calls: normalizeQuantileSpline ... robustSmoothSpline.default -> smooth.spline0 -> unname
In addition: Warning message:
In unname(fit$parms["low"]) : type 31 is unimplemented in 'type2char'
Execution halted

aroma.light.Rcheck/00install.out:

* installing *source* package ‘aroma.light’ ...
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
* DONE (aroma.light)

aroma.light.Rcheck/aroma.light-Ex.timings:

nameusersystemelapsed
backtransformAffine0.0440.0010.045
backtransformPrincipalCurve0.6470.0190.732
calibrateMultiscan0.0010.0000.000
callNaiveGenotypes1.0180.0181.036
distanceBetweenLines0.1590.0020.162
findPeaksAndValleys0.0510.0020.053
fitPrincipalCurve0.9300.0120.945
fitXYCurve0.0560.0030.060
iwpca0.1020.0010.103
likelihood.smooth.spline0.1440.0020.148
medianPolish0.0050.0000.020
normalizeAffine9.4700.0529.527
normalizeCurveFit9.2060.0469.260
normalizeDifferencesToAverage0.1930.0070.216
normalizeFragmentLength0.8160.0190.843
normalizeQuantileRank0.2560.0070.272
normalizeQuantileRank.matrix0.0500.0020.051
normalizeQuantileSpline0.8260.0130.840
normalizeTumorBoost0.4200.0090.494