Back to BiocCheck report for a small subset of BioC 3.19 packages

This page was generated on 2024-06-26 11:15:02 -0400 (Wed, 26 Jun 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.2 LTS)x86_644.4.0 (2024-04-24) -- "Puppy Cup" 4760
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 48/119HostnameOS / ArchBUILDBIOCCHECK
flowCore 2.17.0  (landing page)
Mike Jiang
Snapshot Date: 2024-06-26 10:00:01 -0400 (Wed, 26 Jun 2024)
git_url: https://git.bioconductor.org/packages/flowCore
git_branch: devel
git_last_commit: 55cfde0
git_last_commit_date: 2024-04-30 10:16:03 -0400 (Tue, 30 Apr 2024)
nebbiolo1Linux (Ubuntu 22.04.2 LTS) / x86_64  OK    ERROR  

BIOCCHECK results for flowCore on nebbiolo1


To the developers/maintainers of the flowCore 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: flowCore
Version: 2.17.0
Command: /home/biocbuild/bbs-3.19-bioc/R/bin/Rscript -e "BiocCheck::BiocCheck('flowCore_2.17.0.tar.gz')"
StartedAt: 2024-06-26 10:43:36 -0400 (Wed, 26 Jun 2024)
EndedAt: 2024-06-26 10:44:46 -0400 (Wed, 26 Jun 2024)
EllapsedTime: 70.4 seconds
RetCode: None
Status:   ERROR  
Warnings: 8

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.19-bioc/R/bin/Rscript -e "BiocCheck::BiocCheck('flowCore_2.17.0.tar.gz')"
###
##############################################################################
##############################################################################


─ BiocCheckVersion: 1.41.3
─ BiocVersion: 3.20
─ Package: flowCore
─ PackageVersion: 2.17.0
─ sourceDir: /tmp/Rtmph6qsxH/fileae62c7359fba0/flowCore
─ installDir: /tmp/Rtmph6qsxH/fileae62c78881f41
─ BiocCheckDir: /home/biocbuild/bbs-3.19-bioc-testing/meat/flowCore.BiocCheck
─ platform: unix
─ isTarBall: TRUE

* Installing package...
* Checking for deprecated package usage...
* Checking for remote package usage...
* Checking for 'LazyData: true' usage...
* Checking version number...
* Checking for version number mismatch...
* Checking version number validity...
* Checking R version dependency...
    * NOTE: Update R version dependency from 3.5.0 to 4.4.0.
* Checking package size...
    * ERROR: Package tarball exceeds the Bioconductor size requirement.
* Checking individual file sizes...
    * WARNING: Package files exceed the 5MB size limit.
    * WARNING: Data files exceed the 5MB size limit.
* 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...
    * WARNING: Description field in the DESCRIPTION file is too concise
* Checking for whitespace in DESCRIPTION field names...
* Checking that Package field matches directory/tarball name...
* Checking for Version: field...
* Checking for valid maintainer...
    * ERROR: Authors@R field must be valid R code.
* Checking License: for restrictive use...
* Checking for recommended DESCRIPTION fields...
    * NOTE: Provide 'URL', 'BugReports' field(s) in DESCRIPTION
* Checking for Bioconductor software dependencies...
    Bioconductor dependencies found in Imports & Depends (33%).
* Checking for pinned package versions in DESCRIPTION...
* Checking .Rbuildignore...
* Checking for stray BiocCheck output folders...
* Checking vignette directory...
    * WARNING: Use RMarkdown instead of Sweave 'Rnw' vignettes.
    * NOTE: 'sessionInfo' not found in vignette(s)
* Checking package installation calls in R code...
* Checking for library/require of flowCore...
* Checking coding practice...
    * NOTE: Avoid sapply(); use vapply()
    * NOTE: Avoid 1:...; use seq_len() or seq_along()
    * NOTE: Avoid 'cat' and 'print' outside of 'show' methods
    * NOTE: Avoid using '=' for assignment and use '<-' instead
    * NOTE: Avoid the use of 'paste' in condition signals
    * NOTE: Avoid redundant 'stop' and 'warn*' in signal conditions
    * WARNING: Avoid T/F variables; If logical, use TRUE/FALSE
    * WARNING: Avoid class membership checks with class() / is() and ==
      / !=; Use is(x, 'class') for S4 classes
    * WARNING: .Deprecated / .Defunct usage (found 7 times)
* Checking parsed R code in R directory, examples, vignettes...
    Found @ in man/decompensate.Rd
    Found @ in man/fr_append_cols.Rd
    Found @ in man/parameters-methods.Rd
    Found @ in man/transform-class.Rd
    * NOTE: Use accessors; don't access S4 class slots via '@' in
      examples/vignettes.
    * NOTE: Avoid '<<-' if possible (found 3 times)
    * NOTE: Avoid 'suppressWarnings'/'*Messages' if possible (found 8
      times)
* Checking function lengths...
    * NOTE: The recommended function length is 50 lines or less. There
      are 19 functions greater than 50 lines.
* Checking man page documentation...
    * WARNING: Empty or missing \value sections found in man page(s).
    * NOTE: Consider adding runnable examples to man pages that
      document exported objects.
    * NOTE: Usage of dontrun{} / donttest{} tags found in man page
      examples. 4% of man pages use at least one of these tags.
    * NOTE: Use donttest{} instead of dontrun{}.
* Checking package NEWS...
* Checking unit tests...
* Checking skip_on_bioc() in tests...
* Checking formatting of DESCRIPTION, NAMESPACE, man pages, R source,
  and vignette source...
    * NOTE: Consider shorter lines; 747 lines (4%) are > 80 characters
      long.
    * NOTE: Consider 4 spaces instead of tabs; 893 lines (4%) contain
      tabs.
    * NOTE: Consider multiples of 4 spaces for line indents; 4020 lines
      (20%) are not.
    See https://contributions.bioconductor.org/r-code.html
    See styler package: https://cran.r-project.org/package=styler as
      described in the BiocCheck vignette.
* Checking if package already exists in CRAN...
* Checking for bioc-devel mailing list subscription...
    * NOTE: Cannot determine whether maintainer is subscribed to the
      Bioc-Devel mailing list (requires admin credentials). Subscribe
      here: https://stat.ethz.ch/mailman/listinfo/bioc-devel
* Checking for support site registration...
    * ERROR: Unable to find your email in the Support Site: HTTP 404
      Not Found.

─ BiocCheck results ──
3 ERRORS | 8 WARNINGS | 20 NOTES

See the flowCore.BiocCheck folder and run
    browseVignettes(package = 'BiocCheck')
for details.