Bioconductor Single Package Builder - Build History

Snapshot Date: 
URL:  https://git.bioconductor.org/packages/RegionPropertiesFeatures
Last Changed Rev:  / Revision: 
Last Changed Date: 

Hostname OS /Arch BUILD CHECK BUILD BIN POST-PROCESSING
nebbiolo2 Linux (Ubuntu 20.04.2 LTS)/x86_64   OK     ERROR     skipped     OK  

nebbiolo2 Summary

[top]

Package: RegionPropertiesFeatures
Version: 0.99.93
RVersion: 4.1
BiocVersion: 3.14
BuildCommand: /home/biocbuild/bbs-3.14-bioc/R/bin/R CMD build --keep-empty-dirs --no-resave-data RegionPropertiesFeatures
BuildTime: 2 minutes 26.99 seconds
CheckCommand: BiocCheckGitClone('RegionPropertiesFeatures') && /home/biocbuild/bbs-3.14-bioc/R/bin/R CMD check --no-vignettes --timings RegionPropertiesFeatures_0.99.93.tar.gz && BiocCheck('RegionPropertiesFeatures_0.99.93.tar.gz', `new-package`=TRUE)
CheckTime: 4 minutes 59.14 seconds
BuildBinCommand:
BuildBinTime:
PackageFileSize: 833.93 KiB
BuildID:: RegionPropertiesFeatures_20210916140135
PreProcessing: Starting Git clone. Installing dependencies. Checking Git Clone. Installing package: RegionPropertiesFeatures. Starting Build package. Starting Check package.
PostProcessing: Finished Git clone. Package type: Software. Installing dependency status: 0. Checking git clone status: 1. Installing package status: 0. Build Package status: 0. Checking Package status: 1.

nebbiolo2 BUILD SRC output

[top]

===============================

 R CMD BUILD

===============================

* checking for file ‘RegionPropertiesFeatures/DESCRIPTION’ ... OK
* preparing ‘RegionPropertiesFeatures’:
* checking DESCRIPTION meta-information ... OK
* installing the package to build vignettes
* creating vignettes ... OK
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
* building ‘RegionPropertiesFeatures_0.99.93.tar.gz’


nebbiolo2 CHECK output

[top]

===============================

 BiocCheckGitClone('RegionPropertiesFeatures')

===============================

This is BiocCheckGitClone version 1.29.14. BiocCheckGitClone is a work
in progress. Output and severity of issues may change.
* Checking valid files...
    * ERROR: System Files found that should not be git tracked:
        RegionPropertiesFeatures.Rproj
        .Rhistory
* Checking DESCRIPTION...
* Checking if DESCRIPTION is well formatted...
* Checking for valid maintainer...
* Checking CITATION...


Summary:
ERROR count: 1
WARNING count: 0
NOTE count: 0
For detailed information about these checks, see the BiocCheck
vignette, available at
https://bioconductor.org/packages/3.14/bioc/vignettes/BiocCheck/inst/doc/BiocCheck.html#interpreting-bioccheck-output
BiocCheckGitClone FAILED.




===============================

 R CMD CHECK

===============================

* using log directory ‘/home/pkgbuild/packagebuilder/workers/jobs/2183/276510ab5ca883423c9205623e9d4dbf5c1a2310/RegionPropertiesFeatures.Rcheck’
* using R version 4.1.1 (2021-08-10)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘RegionPropertiesFeatures/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘RegionPropertiesFeatures’ version ‘0.99.93’
* 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 ‘RegionPropertiesFeatures’ can be installed ... [28s/28s] OK
* checking installed package size ... OK
* checking package directory ... OK
* checking for future file timestamps ... 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 loading without being on the library search path ... OK
* checking use of S3 registration ... 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 ... [30s/30s] OK
* checking Rd files ... [0s/0s] OK
* checking Rd metadata ... OK
* checking Rd line widths ... NOTE
Rd file 'extractRegionProperty-methods.Rd':
  \examples lines wider than 100 characters:
     GSE63753_abcam <- readRDS(system.file("extdata", "GSE63753_abcam.rds", package = "RegionPropertiesFeatures"))
     ## The metadata column of the GRanges is a 0/1 vector, 1 for the positive m6A site, 0 is the negative DRACH:
     GSE63753_abcam$exon_length <- extractRegionLength(GSE63753_abcam, exons(TxDb.Hsapiens.UCSC.hg19.knownGene))
       geom_smooth(formula = y ~ splines::ns(x, 3), method = "glm", method.args = list(family = "binomial")) +
       theme_classic() + labs(x = "log(length of exon)", y = "prob of m6A = 1", title = "LR fit with cubic splines")

Rd file 'genomeDerivedFeatures.Rd':
  \examples lines wider than 100 characters:
                                                 clusteringY=X) #quantify clustering properties of x itself

Rd file 'topologyOnTranscripts.Rd':
  \examples lines wider than 100 characters:
     GSE63753_sysy <- readRDS(system.file("extdata", "GSE63753_sysy.rds", package = "RegionPropertiesFeatures"))
       geom_smooth(formula = y ~ splines::ns(x, 8), method = "glm", method.args = list(family = "binomial")) +
       scale_x_continuous(breaks = c(0, 0.33, 0.66, 0.9)) + scale_y_continuous(breaks = c(0, 0.25, 0.5, 0.75, 1)) +
       theme_classic() + labs(x = "meta-tx topology", y = "prob of m6A = 1", title = "LR fit with cubic splines")

These lines will be truncated in the PDF manual.
* 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 installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... [88s/88s] OK
Examples with CPU (user + system) or elapsed time > 5s
                        user system elapsed
genomeDerivedFeatures 55.499  0.596  56.097
topologyOnTranscripts 16.531  0.028  16.560
* checking for unstated dependencies in vignettes ... NOTE
'::' or ':::' import not declared from: ‘sessioninfo’
'library' or 'require' call not declared from: ‘sessioninfo’
* 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 NOTEs
See
  ‘/home/pkgbuild/packagebuilder/workers/jobs/2183/276510ab5ca883423c9205623e9d4dbf5c1a2310/RegionPropertiesFeatures.Rcheck/00check.log’
for details.






===============================

 BiocCheck('RegionPropertiesFeatures_0.99.93.tar.gz')

===============================

This is BiocCheck version 1.29.14. BiocCheck is a work in progress.
Output and severity of issues may change. Installing package...
* Checking Package Dependencies...
* Checking if other packages can import this one...
* Checking to see if we understand object initialization...
* Checking for deprecated package usage...
* Checking for remote package usage...
* Checking for 'LazyData: true' usage...
* Checking version number...
* Checking for version number mismatch...
* Checking new package version number...
* Checking R Version dependency...
* Checking package size...
* Checking individual file sizes...
* Checking biocViews...
* Checking that biocViews are present...
* Checking package type based on biocViews...
    Software
* Checking for non-trivial biocViews...
* Checking that biocViews come from the same category...
* Checking biocViews validity...
* Checking for recommended biocViews...
* Checking build system compatibility...
* Checking for blank lines in DESCRIPTION...
* Checking if DESCRIPTION is well formatted...
* Checking for proper Description: field...
* Checking for whitespace in DESCRIPTION field names...
* Checking that Package field matches directory/tarball name...
* Checking for Version field...
* Checking for valid maintainer...
* Checking License: for restrictive use...
* Checking DESCRIPTION/NAMESPACE consistency...
* Checking .Rbuildignore...
* Checking vignette directory...
* Checking whether vignette is built with 'R CMD build'...
* Checking package installation calls in R code...
* Checking for library/require of RegionPropertiesFeatures...
* Checking coding practice...
* Checking parsed R code in R directory, examples, vignettes...
    * NOTE: Avoid 'suppressWarnings'/'*Messages' if possible (found 5
      times)
        suppressWarnings() in R/genomeDerivedFeatures.R (line 714,
      column 9)
        suppressWarnings() in R/genomeDerivedFeatures.R (line 761,
      column 5)
        suppressWarnings() in R/genomeDerivedFeatures.R (line 1320,
      column 36)
        suppressMessages() in R/genomeDerivedFeatures.R (line 1320,
      column 19)
        suppressWarnings() in R/sequenceDerivedFeatures.R (line 120,
      column 7)
* Checking function lengths.............
    * NOTE: Recommended function length <= 50 lines.
      There are 11 functions > 50 lines.
      The longest 5 functions are:
        genomeDerivedFeatures() (R/genomeDerivedFeatures.R, line 125):
      660 lines
        EnumerateRegionFeatures() (R/genomeDerivedFeatures.R, line
      786): 444 lines
        sequenceDerivedFeatures() (R/sequenceDerivedFeatures.R, line
      75): 104 lines
        _anonymous_.408() (R/RegionPropertiesFunctions.R, line 408): 85
      lines
        _anonymous_.561() (R/RegionPropertiesFunctions.R, line 561): 78
      lines
* Checking man page documentation...
    * NOTE: Usage of dontrun{} / donttest{} found in man page examples.
      50% of man pages use one of these cases.
      Found in the following files:
        extractRegionProperty-methods.Rd
        genomeDerivedFeatures.Rd
        sampleSequence.Rd
* Checking package NEWS...
* Checking unit tests...
    * NOTE: Consider adding unit tests. We strongly encourage them. See
      http://bioconductor.org/developers/how-to/unitTesting-guidelines/.
* Checking skip_on_bioc() in tests...
* Checking formatting of DESCRIPTION, NAMESPACE, man pages, R source,
  and vignette source...
    * NOTE: Consider shorter lines; 515 lines (12%) are > 80 characters
      long.
    First 6 lines:
      R/AllGenerics.R:5 #' If not provided (\code{region=NULL}), the returned...
      R/AllGenerics.R:6 #' @param property A vector specifying the properties...
      R/AllGenerics.R:8 #' @param ambiguityMethod By default, for \code{logic...
      R/AllGenerics.R:10 #' For other types of \code{property} input, the ret...
      R/AllGenerics.R:11 #' If \code{ambiguityMethod} is \code{"mean"}, \code...
      R/AllGenerics.R:12 #' then the mean, sum, minimum, and maximum values o...
    * NOTE: Consider multiples of 4 spaces for line indents, 1529
      lines(34%) are not.
    First 6 lines:
      R/AllGenerics.R:51                                              region, 
      R/AllGenerics.R:52                                              property,
      R/AllGenerics.R:53                                              ambigui...
      R/AllGenerics.R:54                                              maxgap=...
      R/AllGenerics.R:55                                              minover...
      R/AllGenerics.R:56                                              type=c(...
    See http://bioconductor.org/developers/how-to/coding-style/
    See styler package: https://cran.r-project.org/package=styler as
      described in the BiocCheck vignette.
* Checking if package already exists in CRAN...
* Checking if new package already exists in Bioconductor...
* Checking for bioc-devel mailing list subscription...
    Maintainer is subscribed to bioc-devel.
* Checking for support site registration...
    Maintainer is registered at support site.
    Package name is in support site watched tags.


Summary:
ERROR count: 0
WARNING count: 0
NOTE count: 6
For detailed information about these checks, see the BiocCheck
vignette, available at
https://bioconductor.org/packages/3.14/bioc/vignettes/BiocCheck/inst/doc/BiocCheck.html#interpreting-bioccheck-output

nebbiolo2 BUILD BIN output

[top]