Back to Multiple platform build/check report for BioC 3.15
ABCDEFGHIJKLMNOPQ[R]STUVWXYZ

This page was generated on 2022-10-19 13:20:48 -0400 (Wed, 19 Oct 2022).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 20.04.5 LTS)x86_644.2.1 (2022-06-23) -- "Funny-Looking Kid" 4386
palomino3Windows Server 2022 Datacenterx644.2.1 (2022-06-23 ucrt) -- "Funny-Looking Kid" 4138
merida1macOS 10.14.6 Mojavex86_644.2.1 (2022-06-23) -- "Funny-Looking Kid" 4205
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 RNASeqR on nebbiolo1


To the developers/maintainers of the RNASeqR package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/RNASeqR.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? 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 1682/2140HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
RNASeqR 1.14.1  (landing page)
Kuan-Hao Chao
Snapshot Date: 2022-10-18 13:55:19 -0400 (Tue, 18 Oct 2022)
git_url: https://git.bioconductor.org/packages/RNASeqR
git_branch: RELEASE_3_15
git_last_commit: 900b9fc
git_last_commit_date: 2022-05-04 12:43:44 -0400 (Wed, 04 May 2022)
nebbiolo1Linux (Ubuntu 20.04.5 LTS) / x86_64  OK    OK    ERROR  
palomino3Windows Server 2022 Datacenter / x64... NOT SUPPORTED ...
merida1macOS 10.14.6 Mojave / x86_64  OK    OK    ERROR    OK  

Summary

Package: RNASeqR
Version: 1.14.1
Command: /home/biocbuild/bbs-3.15-bioc/R/bin/R CMD check --install=check:RNASeqR.install-out.txt --library=/home/biocbuild/bbs-3.15-bioc/R/library --no-vignettes --timings RNASeqR_1.14.1.tar.gz
StartedAt: 2022-10-18 21:32:45 -0400 (Tue, 18 Oct 2022)
EndedAt: 2022-10-18 21:38:12 -0400 (Tue, 18 Oct 2022)
EllapsedTime: 327.0 seconds
RetCode: 1
Status:   ERROR  
CheckDir: RNASeqR.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.15-bioc/R/bin/R CMD check --install=check:RNASeqR.install-out.txt --library=/home/biocbuild/bbs-3.15-bioc/R/library --no-vignettes --timings RNASeqR_1.14.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.15-bioc/meat/RNASeqR.Rcheck’
* using R version 4.2.1 (2022-06-23)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘RNASeqR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘RNASeqR’ version ‘1.14.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 for sufficient/correct file permissions ... OK
* checking whether package ‘RNASeqR’ 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 ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
AlignmentPlot: no visible binding for global variable ‘value’
Update_Fastq_gz: no visible binding for global variable
  ‘sample.pattern’
Undefined global functions or variables:
  sample.pattern value
* 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 data for ASCII and uncompressed saves ... OK
* checking files in ‘vignettes’ ... NOTE
The following directory looks like a leftover from 'knitr':
  ‘figure’
Please remove from your package.
* checking examples ... ERROR
Running examples in ‘RNASeqR-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: RNASeqRParam-constructor
> ### Title: RNASeqRParam
> ### Aliases: RNASeqRParam-constructor RNASeqRParam
> 
> ### ** Examples
> 
> input_files.path <- system.file("extdata/", package = "RNASeqRData")
> rnaseq_result.path <- tempdir(check = TRUE)
> exp <- RNASeqRParam(path.prefix          = rnaseq_result.path,
+                     input.path.prefix    = input_files.path,
+                     genome.name          = "Saccharomyces_cerevisiae_XV_Ensembl",
+                     sample.pattern       = "SRR[0-9]*_XV",
+                     independent.variable = "state",
+                     case.group           = "60mins_ID20_amphotericin_B",
+                     control.group        = "60mins_ID20_control",
+                     fastq.gz.type        = "PE")
************** Checking input parameters ************

(✔) : Input parameters are all not NA !! 


************** Checking operating system type ************

(✔) : Your system operating system is 'linux'


************** Checking python version ************

(✔) : Python is available on your device!

       ● Python version : 3.8


************** Checking 2to3 command ************

sh: 1: 2to3: not found
Warning in system2("2to3", "--help", stdout = FALSE) :
  error in running command
(✘) : 2to3 command is not available on your device!


************** Setting prefix path ************

(✎) : The following files will be installed under '/tmp/RtmphDBAdy/'


************** Setting input prefix path ************

(✎) : 'input_files' is found under '/home/biocbuild/bbs-3.15-bioc/R/library/RNASeqRData/extdata/' directory.

       ● Validity of 'input_files/' will be checked.


************** Checking phenodata  ************

▶ Checking whether "raw_fastq.gz files" matches "'ids' of phenodata.csv" 

(✔) : Column 'ids' of phenodata.csv is valid. 

      ● sample ids are : "SRR3396381_XV, SRR3396382_XV, SRR3396384_XV, SRR3396385_XV, SRR3396386_XV, SRR3396387_XV"

(✔) : 'independent.variable' : 'state' is in the column of phenodata.csv. 


▶ Checking whether 'state' is a two-group 'independent.variable' ...

(✔) : Column 'independent.variable' : 'state' of phenodata.csv is valid. 

      ● 'independent.variable' : 'state'


************** Checking hierarchy of '/home/biocbuild/bbs-3.15-bioc/R/library/RNASeqRData/extdata/input_files/' ************

(✔) : 'Saccharomyces_cerevisiae_XV_Ensembl.gtf' is in 'input_files'

(✔) : 'Saccharomyces_cerevisiae_XV_Ensembl.fa' is in 'input_files'

(✔) : 'raw_fastq.gz/' is in 'input_files'

(✔) : 'raw_fastq.gz/SRR3396381_XV_1.fastq.gz' is in 'input_files/'

(✔) : 'raw_fastq.gz/SRR3396381_XV_2.fastq.gz' is in 'input_files/'

(✔) : 'raw_fastq.gz/SRR3396382_XV_1.fastq.gz' is in 'input_files/'

(✔) : 'raw_fastq.gz/SRR3396382_XV_2.fastq.gz' is in 'input_files/'

(✔) : 'raw_fastq.gz/SRR3396384_XV_1.fastq.gz' is in 'input_files/'

(✔) : 'raw_fastq.gz/SRR3396384_XV_2.fastq.gz' is in 'input_files/'

(✔) : 'raw_fastq.gz/SRR3396385_XV_1.fastq.gz' is in 'input_files/'

(✔) : 'raw_fastq.gz/SRR3396385_XV_2.fastq.gz' is in 'input_files/'

(✔) : 'raw_fastq.gz/SRR3396386_XV_1.fastq.gz' is in 'input_files/'

(✔) : 'raw_fastq.gz/SRR3396386_XV_2.fastq.gz' is in 'input_files/'

(✔) : 'raw_fastq.gz/SRR3396387_XV_1.fastq.gz' is in 'input_files/'

(✔) : 'raw_fastq.gz/SRR3396387_XV_2.fastq.gz' is in 'input_files/'

(✔) : 'phenodata.csv is in 'input_files'

(⚠) : 'indices/' is optional. You can download the corresponding 'XXX.ht2' from 'https://ccb.jhu.edu/software/hisat2/index.shtml' to speed up the process.


(✔) : '/home/biocbuild/bbs-3.15-bioc/R/library/RNASeqRData/extdata/input_files/' is valid !



************** Checking 'case.group' & 'control.group' ************

(✘) : 'case.group' : '60mins_ID20_amphotericin_B' is not a group of in 'independent.variable'.


Error in CheckCaseControlGroup(input.path.prefix, independent.variable,  : 
  'case.group' invalid ERROR
Calls: RNASeqRParam -> CheckCaseControlGroup
Execution halted
* 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 ERROR, 3 NOTEs
See
  ‘/home/biocbuild/bbs-3.15-bioc/meat/RNASeqR.Rcheck/00check.log’
for details.


Installation output

RNASeqR.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.15-bioc/R/bin/R CMD INSTALL RNASeqR
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.15-bioc/R/library’
* installing *source* package ‘RNASeqR’ ...
** using staged installation
** R
** data
** inst
** 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 (RNASeqR)

Tests output


Example timings

RNASeqR.Rcheck/RNASeqR-Ex.timings

nameusersystemelapsed
All_Steps_Interface0.0030.0000.003
All_Steps_Interface_CMD0.0010.0000.001
CheckToolAll0.0010.0000.001
RNASeqDifferentialAnalysis0.0010.0000.001
RNASeqDifferentialAnalysis_CMD0.0010.0000.001
RNASeqEnvironmentSet0.0010.0000.001
RNASeqEnvironmentSet_CMD0.0020.0000.001
RNASeqGoKegg0.0010.0000.001
RNASeqGoKegg_CMD0.0010.0000.001
RNASeqQualityAssessment0.0000.0010.001
RNASeqQualityAssessment_CMD0.0000.0010.001
RNASeqRParam-class0.0000.0020.002