===============================
R CMD BUILD
===============================
* checking for file ‘scPassport/DESCRIPTION’ ... OK
* preparing ‘scPassport’:
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package (it is needed to build vignettes)
* creating vignettes ... OK
* cleaning src
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
* building ‘scPassport_0.99.0.tar.gz’
===============================
BiocCheckGitClone('scPassport')
===============================
→ sourceDir: /home/pkgbuild/packagebuilder/workers/jobs/4192/scPassport_20260330143310/scPassport
→ BiocVersion: 3.23
→ Package: scPassport
→ PackageVersion: 0.99.0
→ BiocCheckDir: /home/pkgbuild/packagebuilder/workers/jobs/4192/scPassport_20260330143310/scPassport.BiocCheck
→ BiocCheckVersion: 1.47.20
→ sourceDir: /home/pkgbuild/packagebuilder/workers/jobs/4192/scPassport_20260330143310/scPassport
→ installDir: NULL
→ isTarBall: FALSE
→ platform: unix
* Checking valid files...
✖ ERROR: System files found that should not be Git tracked.
• src/log_step.o
• src/passport.o
• src/RcppExports.o
* Checking individual file sizes...
* Checking for stray BiocCheck output folders...
* Checking for inst/doc folders...
* Checking if DESCRIPTION is well formatted...
* Checking NAMESPACE...
* Checking for valid maintainer...
* Checking CITATION...
* Checking that provided CITATION file is correctly formatted...
! WARNING: The 'doi' argument is missing or empty in the CITATION's
'bibentry()'. Only include a CITATION file if there is a preprint or
publication associated with this Bioconductor package.
── BiocCheck v1.47.20 results ──────────────────────────────────────────────────
✖ 1 ERRORS | ⚠ 1 WARNINGS | i 0 NOTES
i For more details, run
browseVignettes(package = 'BiocCheck')
===============================
R CMD CHECK
===============================
* using log directory ‘/home/pkgbuild/packagebuilder/workers/jobs/4192/scPassport_20260330143310/scPassport.Rcheck’
* using R Under development (unstable) (2026-03-05 r89546)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
* running under: Ubuntu 24.04.4 LTS
* using session charset: UTF-8
* current time: 2026-03-30 14:34:21 UTC
* using option ‘--no-vignettes’
* checking for file ‘scPassport/DESCRIPTION’ ... OK
* this is package ‘scPassport’ version ‘0.99.0’
* 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 ‘scPassport’ can be installed ... ERROR
Installation failed.
See ‘/home/pkgbuild/packagebuilder/workers/jobs/4192/scPassport_20260330143310/scPassport.Rcheck/00install.out’ for details.
* DONE
Status: 1 ERROR
See
‘/home/pkgbuild/packagebuilder/workers/jobs/4192/scPassport_20260330143310/scPassport.Rcheck/00check.log’
for details.
===============================
BiocCheck('scPassport_0.99.0.tar.gz')
===============================
── Installing scPassport ───────────────────────────────────────────────────────
✔ Package installed successfully
── scPassport session metadata ─────────────────────────────────────────────────
→ sourceDir: /tmp/Rtmp2WGcH1/file19f56d347cf408/scPassport
→ BiocVersion: 3.23
→ Package: scPassport
→ PackageVersion: 0.99.0
→ BiocCheckDir: /home/pkgbuild/packagebuilder/workers/jobs/4192/scPassport_20260330143310/scPassport.BiocCheck
→ BiocCheckVersion: 1.47.20
→ sourceDir: /tmp/Rtmp2WGcH1/file19f56d347cf408/scPassport
→ installDir: /tmp/Rtmp2WGcH1/file19f56d1759f47b
→ isTarBall: TRUE
→ platform: unix
── Running BiocCheck on scPassport ─────────────────────────────────────────────
* 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...
i NOTE: Update R version dependency from 4.3 to 4.6.0
* 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 proper Description: field...
* Checking if DESCRIPTION is well formatted...
* Checking for whitespace in DESCRIPTION field names...
* Checking that Package field matches directory/tarball name...
* Checking for Version: field...
* Checking License: for restrictive use...
* Checking for recommended DESCRIPTION fields...
* Checking for Bioconductor software dependencies...
i Bioconductor dependencies found in Imports & Depends (25%).
* Checking for pinned package versions in DESCRIPTION...
* Checking for 'fnd' role in Authors@R...
i NOTE: No 'fnd' role found in Authors@R. If the work is supported by a grant,
consider adding the 'fnd' role to the list of authors.
* Checking NAMESPACE...
* Checking .Rbuildignore...
* Checking for stray BiocCheck output folders...
* Checking vignette directory...
! WARNING: Vignette set global option 'eval=FALSE'
Found in files:
• vignettes/scPassport.Rmd
* Checking whether vignette is built with 'R CMD build'...
* Checking package installation calls in R code...
* Checking for library/require of scPassport...
* Checking coding practice...
i NOTE: Avoid redundant 'stop' and 'warn*' in signal conditions
Found in files:
• R/scPassport.R (line 277, column 15)
* Checking parsed R code in R directory, examples, vignettes...
* Checking function lengths...
i NOTE: The recommended function length is 50 lines or less. There are 3
functions greater than 50 lines.
The longest 5 functions are:
• scPassport() (R/scPassport.R): 188 lines
• read_passport() (R/read_passport.R): 73 lines
• server() (R/scPassport.R): 59 lines
* Checking man page documentation...
i NOTE: Usage of dontrun / donttest tags found in man page examples. 43% of man
pages use at least one of these tags.
Found in files:
• log_step.Rd
• read_passport.Rd
• scPassport.Rd
* Checking package NEWS...
* Checking unit tests...
* Checking skip_on_bioc() in tests...
* Checking formatting of DESCRIPTION, NAMESPACE, man pages, R source, and
vignette source...
i NOTE: Consider shorter lines; 41 lines (5%) are > 80 characters long.
First few lines:
• R/log_step.R#L1 #' Log a Processing Step to a Seurat, Si ...
• ...
• R/scPassport.R#L277 message("Gadget error: ", e$messag ...
i NOTE: Consider multiples of 4 spaces for line indents; 157 lines (18%) are
not.
First few lines:
• R/log_step.R#L46 if (is.null(obj)) { ...
• ...
• vignettes/scPassport.Rmd#L143 params = list(nfeatur ...
i See https://contributions.bioconductor.org/r-code.html
i 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...
i Maintainer is subscribed to bioc-devel.
* Checking for support site registration...
i Maintainer is registered at support site.
i Package is in the Support Site Watched Tags.
── BiocCheck v1.47.20 results ──────────────────────────────────────────────────
✖ 0 ERRORS | ⚠ 1 WARNINGS | i 7 NOTES
i See the scPassport.BiocCheck folder and run
browseVignettes(package = 'BiocCheck')
for details.