Skip to content

RGCCA

Regularized and Sparse Generalized Canonical Correlation Analysis for Multiblock Data

v3.0.3 · Dec 11, 2023 · GPL-3

Description

Multi-block data analysis concerns the analysis of several sets of variables (blocks) observed on the same group of individuals. The main aims of the RGCCA package are: to study the relationships between blocks and to identify subsets of variables of each block which are active in their relationships with the other blocks. This package allows to (i) run R/SGCCA and related methods, (ii) help the user to find out the optimal parameters for R/SGCCA such as regularization parameters (tau or sparsity), (iii) evaluate the stability of the RGCCA results and their significance, (iv) build predictive models from the R/SGCCA. (v) Generic print() and plot() functions apply to all these functionalities.

Downloads

798

Last 30 days

4479th

2.2K

Last 90 days

17.2K

Last year

Trend: +43.5% (30d vs prior 30d)

CRAN Check Status

1 ERROR
13 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 ERROR
r-release-windows-x86_64 OK
Check details (1 non-OK)
ERROR r-release-macos-x86_64

tests

Running ‘testthat.R’ [28s/42s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
  > library(testthat)
  > library(RGCCA)
  > 
  > test_check("RGCCA")
  [ FAIL 1 | WARN 0 | SKIP 49 | PASS 862 ]
  
  ══ Skipped tests (49) ══════════════════════════════════════════════════════════
  • On CRAN (6): 'test_print_call.R:11:3', 'test_print_call.R:24:3',
    'test_print_comp.R:10:3', 'test_print_comp.R:19:3', 'test_print_comp.R:28:3',
    'test_print_comp.R:37:3'
  • as.logical(Sys.getenv("TEST_SNAPSHOTS")) is not TRUE (42):
    'test_plot.rgcca.r:27:3', 'test_plot.rgcca.r:36:3', 'test_plot.rgcca.r:47:3',
    'test_plot.rgcca.r:55:3', 'test_plot.rgcca.r:65:3', 'test_plot.rgcca.r:72:3',
    'test_plot.rgcca.r:79:3', 'test_plot.rgcca.r:86:3', 'test_plot.rgcca.r:93:3',
    'test_plot.rgcca.r:100:3', 'test_plot.rgcca.r:109:3',
    'test_plot.rgcca_bootstrap.R:30:3', 'test_plot.rgcca_bootstrap.R:37:3',
    'test_plot.rgcca_cv.R:22:3', 'test_plot.rgcca_cv.R:29:3',
    'test_plot.rgcca
...[truncated]...
trap.r:21:3',
    'test_summary.rgcca_cv.R:17:3', 'test_summary.rgcca_cv.R:30:3',
    'test_summary.rgcca_cv.R:43:3', 'test_summary.rgcca_cv.R:56:3',
    'test_summary.rgcca_permutation.R:12:3',
    'test_summary.rgcca_permutation.R:24:3',
    'test_summary.rgcca_stability.R:13:3'
  • {gliomaData} is not installed (1): 'test_rgcca_predict.r:54:3'
  
  ══ Failed tests ════════════════════════════════════════════════════════════════
  ── Error ('test_rgcca.R:203:1'): (code run outside of `test_that()`) ───────────
  <packageNotFoundError/error/condition>
  Error in `loadNamespace(x)`: there is no package called 'FactoMineR'
  Backtrace:
      ▆
   1. └─base::loadNamespace(x) at test_rgcca.R:203:1
   2.   └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
   3.     └─base (local) withOneRestart(expr, restarts[[1L]])
   4.       └─base (local) doWithOneRestart(return(expr), restart)
  
  [ FAIL 1 | WARN 0 | SKIP 49 | PASS 862 ]
  Error: Test failures
  Execution halted

Check History

ERROR 13 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Mar 10, 2026
ERROR r-release-macos-x86_64

tests

Running ‘testthat.R’ [28s/42s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
  > library(testthat)
  > library(RGCCA)
  > 
  > test_check("RGCCA")
  [ FAIL 1 | WARN 0 | SKIP 49 | PASS 862 ]
  
  ══ Skipped tests (49) ══════════════
...[truncated]...
_loadNamespace = function() NULL)
   3.     └─base (local) withOneRestart(expr, restarts[[1L]])
   4.       └─base (local) doWithOneRestart(return(expr), restart)
  
  [ FAIL 1 | WARN 0 | SKIP 49 | PASS 862 ]
  Error: Test failures
  Execution halted

Reverse Dependencies (2)

Dependency Network

Dependencies Reverse dependencies caret Deriv ggplot2 ggrepel gridExtra MASS matrixStats pbapply rlang RVAideMemoire multiblock RGCCA

Version History

new 3.0.3 Mar 10, 2026
updated 3.0.3 ← 3.0.2 diff Dec 10, 2023
updated 3.0.2 ← 3.0.1 diff Oct 8, 2023
updated 3.0.1 ← 3.0.0 diff May 7, 2023
updated 3.0.0 ← 2.1.2 diff Apr 26, 2023
updated 2.1.2 ← 2.1.1 diff May 10, 2017
updated 2.1.1 ← 2.1 diff Apr 29, 2017
updated 2.1 ← 2.0 diff Jan 21, 2017
updated 2.0 ← 1.0 diff Jul 23, 2013
new 1.0 Oct 28, 2012