[ Started: 2025-07-15 18:57:24 CEST ] [ CARNIVAL v2.5.1 for BioC-3.22 from https://github.com/saezlab/CARNIVAL@dev (81a0120 2022-03-17 09:59:10) ] Loading required package: BiocCheck ── Installing CARNIVAL ───────────────────────────────────────────────────────── ✔ Package installed successfully ── CARNIVAL session metadata ─────────────────────────────────────────────────── → sourceDir: /tmp/RtmpfRZPdB/filef9dbd6f6e3e62/CARNIVAL → BiocVersion: 3.22 → Package: CARNIVAL → PackageVersion: 2.5.1 → BiocCheckDir: /mnt/disk0/build/bioc-check/carnival/bioc-3.22/2025-07-15_1856/CARNIVAL/CARNIVAL.BiocCheck → BiocCheckVersion: 1.45.8 → sourceDir: /tmp/RtmpfRZPdB/filef9dbd6f6e3e62/CARNIVAL → installDir: /tmp/RtmpfRZPdB/filef9dbd2d7eee00 → isTarBall: TRUE → platform: unix ── Running BiocCheck on CARNIVAL ─────────────────────────────────────────────── * 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 4.0 to 4.5.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... ℹ NOTE: Consider adding the maintainer's ORCID iD in 'Authors@R' with 'comment=c(ORCID="...")' * Checking License: for restrictive use... * Checking for recommended DESCRIPTION fields... * Checking for Bioconductor software dependencies... ! WARNING: No Bioconductor dependencies detected. Note that some infrastructure packages may not have Bioconductor dependencies. For more information, reach out to the Bioconductor community and/or consider a CRAN submission. * Checking for pinned package versions in DESCRIPTION... * Checking for 'fnd' role in Authors@R... ℹ 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 .Rbuildignore... * Checking for stray BiocCheck output folders... * Checking vignette directory... ℹ NOTE: Vignette(s) found with missing chunk labels Found in files: • CARNIVAL.Rmd * Checking package installation calls in R code... * Checking for library/require of CARNIVAL... * Checking coding practice... ℹ NOTE: Avoid sapply(); use vapply() Found in files: • R/solvers_cplex__solve_cplex.R (line 37, column 10) • ... • R/solvers_cplex__solve_cplex.R (line 50, column 16) ℹ NOTE: Avoid 1:...; use seq_len() or seq_along() Found in files: • create_run_metainfo.R (line 14, column 18) • ... • solvers_gurobi__solve_gurobi.R (line 79, column 15) 'getOption("repos")' replaces Bioconductor standard repositories, see 'help("repositories", package = "BiocManager")' for details. Replacement repositories: CRAN: https://cloud.r-project.org ℹ NOTE: Avoid 'cat' and 'print' outside of 'show' methods Found in files: • print() in R/control_node_identifiers.R (line 22, column 13) • print() in R/control_node_identifiers.R (line 29, column 13) ℹ NOTE: Avoid using '=' for assignment and use '<-' instead Found in files: • R/check_inputs.R (line 35, column 22) • ... • R/solvers_gurobi__solve_gurobi.R (line 14, column 23) ℹ NOTE: Avoid the use of 'paste' in condition signals Found in files: • R/check_perturbations.R (line 17, column 10) • R/check_solver_param.R (line 215, column 11) • R/check_weights.R (line 14, column 10) ℹ NOTE: Avoid system() ; use system2() Found in files: • system() in R/set_solver_path.R (line 48, column 23) • ... • system() in R/solvers_gurobi__solve_gurobi.R (line 51, column 5) * Checking parsed R code in R directory, examples, vignettes... ℹ NOTE: Avoid '<<-' if possible (found 2 times) • <<- in R/constraints_create_constraints_6_7.R (line 29, column 19) • <<- in R/constraints_create_constraints_6_7.R (line 36, column 19) * Checking function lengths... ℹ NOTE: The recommended function length is 50 lines or less. There are 5 functions greater than 50 lines. The longest 5 functions are: • exportIlpSolutionFromSolutionMatrix() (R/solvers_export_results.R): 100 lines • ... • convergenceTextToTable() (R/solvers_cplex__parse_cplex_log.R): 57 lines * Checking man page documentation... ℹ NOTE: Consider adding runnable examples to man pages that document exported objects. • defaultCbcSolveCarnivalOptions.Rd • getOptionsList.Rd • getSupportedSolvers.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... ℹ NOTE: Consider shorter lines; 261 lines (7%) are > 80 characters long. First few lines: • R/add_perturbation_node.R#L1 #' Introduces a perturbation node connec ... • ... • vignettes/CARNIVAL.Rmd#L253 services](https://www.gurobi.com/documen ... ℹ NOTE: Consider multiples of 4 spaces for line indents; 1483 lines (39%) are not. First few lines: • R/add_perturbation_node.R#L11 ... • ... • vignettes/CARNIVAL.Rmd#L240 carni ... ℹ 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... 'getOption("repos")' replaces Bioconductor standard repositories, see 'help("repositories", package = "BiocManager")' for details. Replacement repositories: CRAN: https://cloud.r-project.org * 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 v1.45.8 results ─────────────────────────────────────────────────── ✖ 1 ERRORS | ⚠ 1 WARNINGS | ℹ 16 NOTES ℹ See the CARNIVAL.BiocCheck folder and run browseVignettes(package = 'BiocCheck') for details. [ Finished: 2025-07-15 18:57:41 CEST ]