Back to Multiple platform build/check report for BioC 3.13
[A]BCDEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2021-10-15 15:05:58 -0400 (Fri, 15 Oct 2021).

CHECK results for autonomics on tokay2

To the developers/maintainers of the autonomics package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/autonomics.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? here for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 102/2041HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
autonomics 1.0.1  (landing page)
Aditya Bhagwat
Snapshot Date: 2021-10-14 04:50:12 -0400 (Thu, 14 Oct 2021)
git_url: https://git.bioconductor.org/packages/autonomics
git_branch: RELEASE_3_13
git_last_commit: 5df16f7
git_last_commit_date: 2021-05-25 07:57:21 -0400 (Tue, 25 May 2021)
nebbiolo1Linux (Ubuntu 20.04.2 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
tokay2Windows Server 2012 R2 Standard / x64  OK    OK    ERROR    OK  
machv2macOS 10.14.6 Mojave / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published

Summary

Package: autonomics
Version: 1.0.1
Command: C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:autonomics.install-out.txt --library=C:\Users\biocbuild\bbs-3.13-bioc\R\library --no-vignettes --timings autonomics_1.0.1.tar.gz
StartedAt: 2021-10-14 19:43:37 -0400 (Thu, 14 Oct 2021)
EndedAt: 2021-10-14 20:00:30 -0400 (Thu, 14 Oct 2021)
EllapsedTime: 1013.0 seconds
RetCode: 1
Status:   ERROR  
CheckDir: autonomics.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:autonomics.install-out.txt --library=C:\Users\biocbuild\bbs-3.13-bioc\R\library --no-vignettes --timings autonomics_1.0.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.13-bioc/meat/autonomics.Rcheck'
* using R version 4.1.1 (2021-08-10)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'autonomics/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'autonomics' version '1.0.1'
* 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 ... NOTE
Found the following hidden files and directories:
  .BBSoptions
These were most likely included in error. See section 'Package
structure' in the 'Writing R Extensions' manual.
* checking for portable file names ... OK
* checking whether package 'autonomics' 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
* loading checks for arch 'i386'
** 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
* loading checks for arch 'x64'
** 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 ... WARNING
Undocumented code objects:
  'translate'
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 ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... ERROR
Running examples in 'autonomics-Ex.R' failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: read_affymetrix
> ### Title: Read affymetrix microarray
> ### Aliases: read_affymetrix
> 
> ### ** Examples
> 
> require(magrittr)
Loading required package: magrittr
> url <- paste0('http://www.bioconductor.org/help/publications/2003/',
+                 'Chiaretti/chiaretti2/T33.tgz')
> localfile <- file.path('~/autonomicscache', basename(url))
> if (!file.exists(localfile)){
+     download.file(url, destfile = localfile)
+     untar(localfile, exdir = path.expand('~/autonomicscache'))
+ }
Error in download.file(url, destfile = localfile) : 
  cannot open destfile '~/autonomicscache/T33.tgz', reason 'No such file or directory'
Execution halted
** running examples for arch 'x64' ... ERROR
Running examples in 'autonomics-Ex.R' failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: read_affymetrix
> ### Title: Read affymetrix microarray
> ### Aliases: read_affymetrix
> 
> ### ** Examples
> 
> require(magrittr)
Loading required package: magrittr
> url <- paste0('http://www.bioconductor.org/help/publications/2003/',
+                 'Chiaretti/chiaretti2/T33.tgz')
> localfile <- file.path('~/autonomicscache', basename(url))
> if (!file.exists(localfile)){
+     download.file(url, destfile = localfile)
+     untar(localfile, exdir = path.expand('~/autonomicscache'))
+ }
Error in download.file(url, destfile = localfile) : 
  cannot open destfile '~/autonomicscache/T33.tgz', reason 'No such file or directory'
Execution halted
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
  Running 'testthat.R'
 OK
** running tests for arch 'x64' ...
  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: 2 ERRORs, 1 WARNING, 1 NOTE
See
  'C:/Users/biocbuild/bbs-3.13-bioc/meat/autonomics.Rcheck/00check.log'
for details.


Installation output

autonomics.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O http://155.52.207.165/BBS/3.13/bioc/src/contrib/autonomics_1.0.1.tar.gz && rm -rf autonomics.buildbin-libdir && mkdir autonomics.buildbin-libdir && C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=autonomics.buildbin-libdir autonomics_1.0.1.tar.gz && C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD INSTALL autonomics_1.0.1.zip && rm autonomics_1.0.1.tar.gz autonomics_1.0.1.zip
###
##############################################################################
##############################################################################


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  2 9411k    2  222k    0     0   723k      0  0:00:13 --:--:--  0:00:13  723k
 46 9411k   46 4409k    0     0  3416k      0  0:00:02  0:00:01  0:00:01 3415k
100 9411k  100 9411k    0     0  4202k      0  0:00:02  0:00:02 --:--:-- 4205k

install for i386

* installing *source* package 'autonomics' ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
Note: wrong number of arguments to '/' 
** help
*** installing help indices
  converting help for package 'autonomics'
    finding HTML links ... done
    AUTONOMICS_DATASETS                     html  
    MAXQUANT_PATTERNS_PEPCOUNTS             html  
    MAXQUANT_PATTERNS_QUANTITY              html  
    TESTS                                   html  
    add_smiles                              html  
    analysis                                html  
    analyze                                 html  
    assert_is_valid_sumexp                  html  
    biplot                                  html  
    biplot_corrections                      html  
    biplot_covariates                       html  
    center                                  html  
    contrast_subgroup_cols                  html  
    contrastdefs                            html  
    counts                                  html  
    counts2cpm                              html  
    counts2tpm                              html  
    cpm                                     html  
    create_design                           html  
    create_sfile                            html  
    default_formula                         html  
    default_sfile                           html  
    download_data                           html  
    download_gtf                            html  
    dt2mat                                  html  
    explore_imputations                     html  
    explore_transformations                 html  
    extract_features                        html  
    extract_rectangle                       html  
    fdata                                   html  
    filter_exprs_replicated_in_some_subgroup
                                            html  
    filter_features                         html  
    filter_medoid                           html  
    filter_replicated                       html  
    filter_samples                          html  
    fit_limma                               html  
    flevels                                 html  
    fnames                                  html  
    formula2str                             html  
    fvalues                                 html  
    fvars                                   html  
    guess_maxquant_quantity                 html  
    guess_sep                               html  
    halfnormimpute                          html  
    impute_systematic_nondetects            html  
    invert                                  html  
    is_imputed                              html  
    is_sig                                  html  
    limma                                   html  
    log2counts                              html  
    log2countsratios                        html  
    log2cpm                                 html  
    log2cpmratios                           html  
    log2tpm                                 html  
    log2tpmratios                           html  
    log2transform                           html  
    make_volcano_dt                         html  
    matrix2sumexp                           html  
    merge_sdata                             html  
    merge_sfile                             html  
    message_df                              html  
    occupancies                             html  
    pca                                     html  
    plot_boxplots                           html  
    plot_contrastogram                      html  
    plot_data                               html  
    plot_densities                          html  
    plot_detections                         html  
    plot_features                           html  
    plot_venn                               html  
    plot_violins                            html  
    plot_volcano                            html  
    preprocess_rnaseq_counts                html  
    proteingroups                           html  
    read_affymetrix                         html  
    read_metabolon                          html  
    read_proteingroups                      html  
    read_rectangles                         html  
    read_rnaseq_counts                      html  
    read_somascan                           html  
    rm_singleton_samples                    html  
    scaledlibsizes                          html  
    sdata                                   html  
    slevels                                 html  
    snames                                  html  
    split_by_svar                           html  
    split_extract                           html  
    standardize_maxquant_snames             html  
    subgroup_matrix                         html  
    subtract_baseline                       html  
    sumexp2mae                              html  
    sumexp_to_long_dt                       html  
    summarize_fit                           html  
    svalues                                 html  
    svars                                   html  
    tpm                                     html  
    values                                  html  
    venn_detects                            html  
    weights                                 html  
    zero_to_na                              html  
** 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

install for x64

* installing *source* package 'autonomics' ...
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'autonomics' as autonomics_1.0.1.zip
* DONE (autonomics)
* installing to library 'C:/Users/biocbuild/bbs-3.13-bioc/R/library'
package 'autonomics' successfully unpacked and MD5 sums checked

Tests output

autonomics.Rcheck/tests_i386/testthat.Rout


R version 4.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: i386-w64-mingw32/i386 (32-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)
> library(autonomics)

Attaching package: 'autonomics'

The following object is masked from 'package:stats':

    biplot

> 
> test_check("autonomics")
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 102 ]
> 
> proc.time()
   user  system elapsed 
 122.37    4.37  124.75 

autonomics.Rcheck/tests_x64/testthat.Rout


R version 4.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (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)
> library(autonomics)

Attaching package: 'autonomics'

The following object is masked from 'package:stats':

    biplot

> 
> test_check("autonomics")
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 102 ]
> 
> proc.time()
   user  system elapsed 
 126.70    2.75  127.70 

Example timings

autonomics.Rcheck/examples_i386/autonomics-Ex.timings

nameusersystemelapsed
AUTONOMICS_DATASETS000
MAXQUANT_PATTERNS_PEPCOUNTS000
MAXQUANT_PATTERNS_QUANTITY000
TESTS000
add_smiles2.530.256.17
analysis 2.01 0.2011.72
analyze5.060.415.73
assert_is_valid_sumexp1.970.152.88
biplot2.730.242.97
biplot_corrections3.880.113.98
biplot_covariates8.280.098.37
center2.470.086.50
contrast_subgroup_cols0.840.080.93
contrastdefs2.330.142.31
counts3.030.153.75
counts2cpm1.870.081.85
counts2tpm1.690.001.64
cpm2.230.082.22
create_design3.220.093.33
create_sfile1.960.161.93
default_formula0.930.081.02
default_sfile0.270.010.28
download_data 3.22 0.1111.06
download_gtf000
dt2mat000
explore_imputations14.01 0.3014.11
explore_transformations6.530.116.49
extract_features1.470.081.40
extract_rectangle1.020.061.08
fdata1.310.051.17
filter_exprs_replicated_in_some_subgroup1.600.151.74
filter_features1.060.031.09
filter_medoid12.73 0.1413.00
filter_replicated2.080.062.00
filter_samples1.160.101.25
fit_limma8.760.078.81
flevels1.660.021.50
fnames1.340.001.22
formula2str000
fvalues1.490.051.36
fvars1.780.061.68
guess_maxquant_quantity2.980.162.91
guess_sep000
halfnormimpute1.100.061.16
impute_systematic_nondetects3.480.153.56
invert2.170.072.06
is_imputed1.460.041.31
is_sig13.29 0.1613.32
limma2.830.092.75
log2counts2.300.112.31
log2countsratios1.980.052.00
log2cpm2.30.02.2
log2cpmratios2.300.062.28
log2tpm2.250.052.25
log2tpmratios2.450.012.44
log2transform5.250.115.24
make_volcano_dt2.190.112.18
matrix2sumexp1.700.191.89
merge_sdata0.810.050.86
merge_sfile 2.60 0.2046.96
message_df000
occupancies1.900.031.70
pca14.83 0.1614.98
plot_boxplots4.200.014.22
plot_contrastogram1.320.021.33
plot_data1.530.091.63
plot_densities2.600.082.67
plot_detections10.54 0.2210.35
plot_features5.030.065.09
plot_venn5.990.085.97
plot_violins4.450.064.52
plot_volcano3.500.103.49
preprocess_rnaseq_counts4.620.174.70
proteingroups2.210.092.14

autonomics.Rcheck/examples_x64/autonomics-Ex.timings

nameusersystemelapsed
AUTONOMICS_DATASETS000
MAXQUANT_PATTERNS_PEPCOUNTS000
MAXQUANT_PATTERNS_QUANTITY000
TESTS000
add_smiles2.750.213.30
analysis1.500.091.45
analyze4.880.148.52
assert_is_valid_sumexp2.260.142.41
biplot2.970.093.06
biplot_corrections4.080.134.20
biplot_covariates7.550.097.64
center2.590.072.53
contrast_subgroup_cols0.940.040.99
contrastdefs2.730.112.64
counts2.910.032.89
counts2cpm2.370.052.37
counts2tpm0.890.050.91
cpm2.000.042.02
create_design3.050.083.06
create_sfile1.810.061.75
default_formula1.020.071.08
default_sfile0.300.000.29
download_data3.400.153.57
download_gtf000
dt2mat000
explore_imputations10.78 0.3011.00
explore_transformations5.910.135.92
extract_features1.890.041.78
extract_rectangle1.160.111.27
fdata1.580.001.50
filter_exprs_replicated_in_some_subgroup1.400.171.57
filter_features1.140.081.22
filter_medoid14.05 0.1714.14
filter_replicated1.660.051.57
filter_samples1.010.141.15
fit_limma10.84 0.0310.81
flevels1.750.021.63
fnames1.740.041.66
formula2str000
fvalues1.440.051.42
fvars1.720.051.59
guess_maxquant_quantity3.710.153.67
guess_sep000
halfnormimpute0.680.070.74
impute_systematic_nondetects3.950.093.87
invert1.700.081.74
is_imputed1.190.011.09
is_sig13.58 0.0813.55
limma2.770.132.74
log2counts2.470.032.48
log2countsratios1.720.031.74
log2cpm2.320.052.32
log2cpmratios2.460.042.46
log2tpm2.890.072.87
log2tpmratios2.050.112.10
log2transform5.400.065.32
make_volcano_dt2.690.052.53
matrix2sumexp1.840.162.00
merge_sdata0.910.111.01
merge_sfile2.330.172.10
message_df0.010.000.01
occupancies1.770.051.69
pca12.00 0.1312.12
plot_boxplots4.300.034.33
plot_contrastogram1.400.041.46
plot_data1.690.101.78
plot_densities3.110.123.23
plot_detections9.420.179.36
plot_features4.360.114.47
plot_venn5.110.025.09
plot_violins4.280.064.35
plot_volcano3.080.083.00
preprocess_rnaseq_counts2.610.112.67
proteingroups1.560.031.53