Skip to content

dTBM

Multi-Way Spherical Clustering via Degree-Corrected Tensor Block Models

v3.0 · Jun 18, 2023 · GPL (>= 2)

Description

Implement weighted higher-order initialization and angle-based iteration for multi-way spherical clustering under degree-corrected tensor block model. See reference Jiaxin Hu and Miaoyan Wang (2023) <doi:10.1109/TIT.2023.3239521>.

Downloads

180

Last 30 days

18625th

180

Last 90 days

180

Last year

CRAN Check Status

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

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors recording the refined clustering assignment with initialization \code{z0}}
       |          ^
checkRd: (-1) dtbm.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:27: Lost braces; missing escapes or markup?
    27 | \code{z0} { a list of vectors recording the initial clustering assignment }
       |           ^
checkRd: (-1) dtbm.Rd:29: Lost braces; missing escapes or markup?
    29 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment in initialization}
       |           ^
checkRd: (-1) select_r.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{r} {vector, the cluster number among the candidates with minimal BIC value}
       |          ^
checkRd: (-1) select_r.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{bic} {vector, the BIC value for each candidiate}
       |            ^
checkRd: (-1) sim_dTBM.Rd:56: Lost braces
    56 | \code{Y} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), simulated tensor/matrix observations with dimension \code{p}  }
       |          ^
checkRd: (-1) sim_dTBM.Rd:58: Lost braces
    58 | \code{X} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), mean tensor/matrix of the observation, i.e., the expectation of \code{Y}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:60: Lost braces
    60 | \code{S} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), core tensor/matrix recording the block effects with dimension \code{r}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:62: Lost braces; missing escapes or markup?
    62 | \code{theta} {a list of vectors, degree heterogeneity on each mode}
       |              ^
checkRd: (-1) sim_dTBM.Rd:64: Lost braces; missing escapes or markup?
    64 | \code{z} {a list of vectors, clustering assignment on each mode}
       |          ^
checkRd: (-1) wkmeans.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{z0} { a list of vectors recording the estimated clustering assignment }
       |           ^
checkRd: (-1) wkmeans.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment}
       |           ^
NOTE r-devel-linux-x86_64-debian-gcc

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors recording the refined clustering assignment with initialization \code{z0}}
       |          ^
checkRd: (-1) dtbm.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:27: Lost braces; missing escapes or markup?
    27 | \code{z0} { a list of vectors recording the initial clustering assignment }
       |           ^
checkRd: (-1) dtbm.Rd:29: Lost braces; missing escapes or markup?
    29 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment in initialization}
       |           ^
checkRd: (-1) select_r.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{r} {vector, the cluster number among the candidates with minimal BIC value}
       |          ^
checkRd: (-1) select_r.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{bic} {vector, the BIC value for each candidiate}
       |            ^
checkRd: (-1) sim_dTBM.Rd:56: Lost braces
    56 | \code{Y} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), simulated tensor/matrix observations with dimension \code{p}  }
       |          ^
checkRd: (-1) sim_dTBM.Rd:58: Lost braces
    58 | \code{X} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), mean tensor/matrix of the observation, i.e., the expectation of \code{Y}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:60: Lost braces
    60 | \code{S} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), core tensor/matrix recording the block effects with dimension \code{r}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:62: Lost braces; missing escapes or markup?
    62 | \code{theta} {a list of vectors, degree heterogeneity on each mode}
       |              ^
checkRd: (-1) sim_dTBM.Rd:64: Lost braces; missing escapes or markup?
    64 | \code{z} {a list of vectors, clustering assignment on each mode}
       |          ^
checkRd: (-1) wkmeans.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{z0} { a list of vectors recording the estimated clustering assignment }
       |           ^
checkRd: (-1) wkmeans.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment}
       |           ^
NOTE r-devel-linux-x86_64-fedora-clang

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors recording the refined clustering assignment with initialization \code{z0}}
       |          ^
checkRd: (-1) dtbm.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:27: Lost braces; missing escapes or markup?
    27 | \code{z0} { a list of vectors recording the initial clustering assignment }
       |           ^
checkRd: (-1) dtbm.Rd:29: Lost braces; missing escapes or markup?
    29 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment in initialization}
       |           ^
checkRd: (-1) select_r.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{r} {vector, the cluster number among the candidates with minimal BIC value}
       |          ^
checkRd: (-1) select_r.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{bic} {vector, the BIC value for each candidiate}
       |            ^
checkRd: (-1) sim_dTBM.Rd:56: Lost braces
    56 | \code{Y} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), simulated tensor/matrix observations with dimension \code{p}  }
       |          ^
checkRd: (-1) sim_dTBM.Rd:58: Lost braces
    58 | \code{X} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), mean tensor/matrix of the observation, i.e., the expectation of \code{Y}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:60: Lost braces
    60 | \code{S} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), core tensor/matrix recording the block effects with dimension \code{r}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:62: Lost braces; missing escapes or markup?
    62 | \code{theta} {a list of vectors, degree heterogeneity on each mode}
       |              ^
checkRd: (-1) sim_dTBM.Rd:64: Lost braces; missing escapes or markup?
    64 | \code{z} {a list of vectors, clustering assignment on each mode}
       |          ^
checkRd: (-1) wkmeans.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{z0} { a list of vectors recording the estimated clustering assignment }
       |           ^
checkRd: (-1) wkmeans.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment}
       |           ^
NOTE r-devel-linux-x86_64-fedora-gcc

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors recording the refined clustering assignment with initialization \code{z0}}
       |          ^
checkRd: (-1) dtbm.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:27: Lost braces; missing escapes or markup?
    27 | \code{z0} { a list of vectors recording the initial clustering assignment }
       |           ^
checkRd: (-1) dtbm.Rd:29: Lost braces; missing escapes or markup?
    29 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment in initialization}
       |           ^
checkRd: (-1) select_r.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{r} {vector, the cluster number among the candidates with minimal BIC value}
       |          ^
checkRd: (-1) select_r.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{bic} {vector, the BIC value for each candidiate}
       |            ^
checkRd: (-1) sim_dTBM.Rd:56: Lost braces
    56 | \code{Y} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), simulated tensor/matrix observations with dimension \code{p}  }
       |          ^
checkRd: (-1) sim_dTBM.Rd:58: Lost braces
    58 | \code{X} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), mean tensor/matrix of the observation, i.e., the expectation of \code{Y}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:60: Lost braces
    60 | \code{S} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), core tensor/matrix recording the block effects with dimension \code{r}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:62: Lost braces; missing escapes or markup?
    62 | \code{theta} {a list of vectors, degree heterogeneity on each mode}
       |              ^
checkRd: (-1) sim_dTBM.Rd:64: Lost braces; missing escapes or markup?
    64 | \code{z} {a list of vectors, clustering assignment on each mode}
       |          ^
checkRd: (-1) wkmeans.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{z0} { a list of vectors recording the estimated clustering assignment }
       |           ^
checkRd: (-1) wkmeans.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment}
       |           ^
NOTE r-devel-macos-arm64

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors recording the refined clustering assignment with initialization \code{z0}}
       |          ^
checkRd: (-1) dtbm.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:27: Lost braces; missing escapes or markup?
    27 | \code{z0} { a list of vectors recording the initial clustering assignment }
       |           ^
checkRd: (-1) dtbm.Rd:29: Lost braces; missing escapes or markup?
    29 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment in initialization}
       |           ^
checkRd: (-1) select_r.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{r} {vector, the cluster number among the candidates with minimal BIC value}
       |          ^
checkRd: (-1) select_r.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{bic} {vector, the BIC value for each candidiate}
       |            ^
checkRd: (-1) sim_dTBM.Rd:56: Lost braces
    56 | \code{Y} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), simulated tensor/matrix observations with dimension \code{p}  }
       |          ^
checkRd: (-1) sim_dTBM.Rd:58: Lost braces
    58 | \code{X} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), mean tensor/matrix of the observation, i.e., the expectation of \code{Y}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:60: Lost braces
    60 | \code{S} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), core tensor/matrix recording the block effects with dimension \code{r}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:62: Lost braces; missing escapes or markup?
    62 | \code{theta} {a list of vectors, degree heterogeneity on each mode}
       |              ^
checkRd: (-1) sim_dTBM.Rd:64: Lost braces; missing escapes or markup?
    64 | \code{z} {a list of vectors, clustering assignment on each mode}
       |          ^
checkRd: (-1) wkmeans.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{z0} { a list of vectors recording the estimated clustering assignment }
       |           ^
checkRd: (-1) wkmeans.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment}
       |           ^
NOTE r-devel-windows-x86_64

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors recording the refined clustering assignment with initialization \code{z0}}
       |          ^
checkRd: (-1) dtbm.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:27: Lost braces; missing escapes or markup?
    27 | \code{z0} { a list of vectors recording the initial clustering assignment }
       |           ^
checkRd: (-1) dtbm.Rd:29: Lost braces; missing escapes or markup?
    29 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment in initialization}
       |           ^
checkRd: (-1) select_r.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{r} {vector, the cluster number among the candidates with minimal BIC value}
       |          ^
checkRd: (-1) select_r.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{bic} {vector, the BIC value for each candidiate}
       |            ^
checkRd: (-1) sim_dTBM.Rd:56: Lost braces
    56 | \code{Y} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), simulated tensor/matrix observations with dimension \code{p}  }
       |          ^
checkRd: (-1) sim_dTBM.Rd:58: Lost braces
    58 | \code{X} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), mean tensor/matrix of the observation, i.e., the expectation of \code{Y}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:60: Lost braces
    60 | \code{S} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), core tensor/matrix recording the block effects with dimension \code{r}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:62: Lost braces; missing escapes or markup?
    62 | \code{theta} {a list of vectors, degree heterogeneity on each mode}
       |              ^
checkRd: (-1) sim_dTBM.Rd:64: Lost braces; missing escapes or markup?
    64 | \code{z} {a list of vectors, clustering assignment on each mode}
       |          ^
checkRd: (-1) wkmeans.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{z0} { a list of vectors recording the estimated clustering assignment }
       |           ^
checkRd: (-1) wkmeans.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment}
       |           ^
NOTE r-oldrel-macos-arm64

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors recording the refined clustering assignment with initialization \code{z0}}
       |          ^
checkRd: (-1) dtbm.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:27: Lost braces; missing escapes or markup?
    27 | \code{z0} { a list of vectors recording the initial clustering assignment }
       |           ^
checkRd: (-1) dtbm.Rd:29: Lost braces; missing escapes or markup?
    29 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment in initialization}
       |           ^
checkRd: (-1) select_r.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{r} {vector, the cluster number among the candidates with minimal BIC value}
       |          ^
checkRd: (-1) select_r.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{bic} {vector, the BIC value for each candidiate}
       |            ^
checkRd: (-1) sim_dTBM.Rd:56: Lost braces
    56 | \code{Y} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), simulated tensor/matrix observations with dimension \code{p}  }
       |          ^
checkRd: (-1) sim_dTBM.Rd:58: Lost braces
    58 | \code{X} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), mean tensor/matrix of the observation, i.e., the expectation of \code{Y}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:60: Lost braces
    60 | \code{S} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), core tensor/matrix recording the block effects with dimension \code{r}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:62: Lost braces; missing escapes or markup?
    62 | \code{theta} {a list of vectors, degree heterogeneity on each mode}
       |              ^
checkRd: (-1) sim_dTBM.Rd:64: Lost braces; missing escapes or markup?
    64 | \code{z} {a list of vectors, clustering assignment on each mode}
       |          ^
checkRd: (-1) wkmeans.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{z0} { a list of vectors recording the estimated clustering assignment }
       |           ^
checkRd: (-1) wkmeans.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment}
       |           ^
NOTE r-oldrel-macos-x86_64

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors recording the refined clustering assignment with initialization \code{z0}}
       |          ^
checkRd: (-1) dtbm.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:27: Lost braces; missing escapes or markup?
    27 | \code{z0} { a list of vectors recording the initial clustering assignment }
       |           ^
checkRd: (-1) dtbm.Rd:29: Lost braces; missing escapes or markup?
    29 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment in initialization}
       |           ^
checkRd: (-1) select_r.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{r} {vector, the cluster number among the candidates with minimal BIC value}
       |          ^
checkRd: (-1) select_r.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{bic} {vector, the BIC value for each candidiate}
       |            ^
checkRd: (-1) sim_dTBM.Rd:56: Lost braces
    56 | \code{Y} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), simulated tensor/matrix observations with dimension \code{p}  }
       |          ^
checkRd: (-1) sim_dTBM.Rd:58: Lost braces
    58 | \code{X} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), mean tensor/matrix of the observation, i.e., the expectation of \code{Y}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:60: Lost braces
    60 | \code{S} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), core tensor/matrix recording the block effects with dimension \code{r}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:62: Lost braces; missing escapes or markup?
    62 | \code{theta} {a list of vectors, degree heterogeneity on each mode}
       |              ^
checkRd: (-1) sim_dTBM.Rd:64: Lost braces; missing escapes or markup?
    64 | \code{z} {a list of vectors, clustering assignment on each mode}
       |          ^
checkRd: (-1) wkmeans.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{z0} { a list of vectors recording the estimated clustering assignment }
       |           ^
checkRd: (-1) wkmeans.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment}
       |           ^
NOTE r-oldrel-windows-x86_64

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors recording the refined clustering assignment with initialization \code{z0}}
       |          ^
checkRd: (-1) dtbm.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:27: Lost braces; missing escapes or markup?
    27 | \code{z0} { a list of vectors recording the initial clustering assignment }
       |           ^
checkRd: (-1) dtbm.Rd:29: Lost braces; missing escapes or markup?
    29 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment in initialization}
       |           ^
checkRd: (-1) select_r.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{r} {vector, the cluster number among the candidates with minimal BIC value}
       |          ^
checkRd: (-1) select_r.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{bic} {vector, the BIC value for each candidiate}
       |            ^
checkRd: (-1) sim_dTBM.Rd:56: Lost braces
    56 | \code{Y} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), simulated tensor/matrix observations with dimension \code{p}  }
       |          ^
checkRd: (-1) sim_dTBM.Rd:58: Lost braces
    58 | \code{X} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), mean tensor/matrix of the observation, i.e., the expectation of \code{Y}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:60: Lost braces
    60 | \code{S} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), core tensor/matrix recording the block effects with dimension \code{r}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:62: Lost braces; missing escapes or markup?
    62 | \code{theta} {a list of vectors, degree heterogeneity on each mode}
       |              ^
checkRd: (-1) sim_dTBM.Rd:64: Lost braces; missing escapes or markup?
    64 | \code{z} {a list of vectors, clustering assignment on each mode}
       |          ^
checkRd: (-1) wkmeans.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{z0} { a list of vectors recording the estimated clustering assignment }
       |           ^
checkRd: (-1) wkmeans.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment}
       |           ^
NOTE r-patched-linux-x86_64

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors recording the refined clustering assignment with initialization \code{z0}}
       |          ^
checkRd: (-1) dtbm.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:27: Lost braces; missing escapes or markup?
    27 | \code{z0} { a list of vectors recording the initial clustering assignment }
       |           ^
checkRd: (-1) dtbm.Rd:29: Lost braces; missing escapes or markup?
    29 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment in initialization}
       |           ^
checkRd: (-1) select_r.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{r} {vector, the cluster number among the candidates with minimal BIC value}
       |          ^
checkRd: (-1) select_r.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{bic} {vector, the BIC value for each candidiate}
       |            ^
checkRd: (-1) sim_dTBM.Rd:56: Lost braces
    56 | \code{Y} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), simulated tensor/matrix observations with dimension \code{p}  }
       |          ^
checkRd: (-1) sim_dTBM.Rd:58: Lost braces
    58 | \code{X} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), mean tensor/matrix of the observation, i.e., the expectation of \code{Y}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:60: Lost braces
    60 | \code{S} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), core tensor/matrix recording the block effects with dimension \code{r}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:62: Lost braces; missing escapes or markup?
    62 | \code{theta} {a list of vectors, degree heterogeneity on each mode}
       |              ^
checkRd: (-1) sim_dTBM.Rd:64: Lost braces; missing escapes or markup?
    64 | \code{z} {a list of vectors, clustering assignment on each mode}
       |          ^
checkRd: (-1) wkmeans.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{z0} { a list of vectors recording the estimated clustering assignment }
       |           ^
checkRd: (-1) wkmeans.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment}
       |           ^
NOTE r-release-linux-x86_64

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors recording the refined clustering assignment with initialization \code{z0}}
       |          ^
checkRd: (-1) dtbm.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:27: Lost braces; missing escapes or markup?
    27 | \code{z0} { a list of vectors recording the initial clustering assignment }
       |           ^
checkRd: (-1) dtbm.Rd:29: Lost braces; missing escapes or markup?
    29 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment in initialization}
       |           ^
checkRd: (-1) select_r.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{r} {vector, the cluster number among the candidates with minimal BIC value}
       |          ^
checkRd: (-1) select_r.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{bic} {vector, the BIC value for each candidiate}
       |            ^
checkRd: (-1) sim_dTBM.Rd:56: Lost braces
    56 | \code{Y} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), simulated tensor/matrix observations with dimension \code{p}  }
       |          ^
checkRd: (-1) sim_dTBM.Rd:58: Lost braces
    58 | \code{X} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), mean tensor/matrix of the observation, i.e., the expectation of \code{Y}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:60: Lost braces
    60 | \code{S} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), core tensor/matrix recording the block effects with dimension \code{r}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:62: Lost braces; missing escapes or markup?
    62 | \code{theta} {a list of vectors, degree heterogeneity on each mode}
       |              ^
checkRd: (-1) sim_dTBM.Rd:64: Lost braces; missing escapes or markup?
    64 | \code{z} {a list of vectors, clustering assignment on each mode}
       |          ^
checkRd: (-1) wkmeans.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{z0} { a list of vectors recording the estimated clustering assignment }
       |           ^
checkRd: (-1) wkmeans.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment}
       |           ^
NOTE r-release-macos-arm64

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors recording the refined clustering assignment with initialization \code{z0}}
       |          ^
checkRd: (-1) dtbm.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:27: Lost braces; missing escapes or markup?
    27 | \code{z0} { a list of vectors recording the initial clustering assignment }
       |           ^
checkRd: (-1) dtbm.Rd:29: Lost braces; missing escapes or markup?
    29 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment in initialization}
       |           ^
checkRd: (-1) select_r.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{r} {vector, the cluster number among the candidates with minimal BIC value}
       |          ^
checkRd: (-1) select_r.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{bic} {vector, the BIC value for each candidiate}
       |            ^
checkRd: (-1) sim_dTBM.Rd:56: Lost braces
    56 | \code{Y} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), simulated tensor/matrix observations with dimension \code{p}  }
       |          ^
checkRd: (-1) sim_dTBM.Rd:58: Lost braces
    58 | \code{X} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), mean tensor/matrix of the observation, i.e., the expectation of \code{Y}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:60: Lost braces
    60 | \code{S} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), core tensor/matrix recording the block effects with dimension \code{r}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:62: Lost braces; missing escapes or markup?
    62 | \code{theta} {a list of vectors, degree heterogeneity on each mode}
       |              ^
checkRd: (-1) sim_dTBM.Rd:64: Lost braces; missing escapes or markup?
    64 | \code{z} {a list of vectors, clustering assignment on each mode}
       |          ^
checkRd: (-1) wkmeans.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{z0} { a list of vectors recording the estimated clustering assignment }
       |           ^
checkRd: (-1) wkmeans.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment}
       |           ^
NOTE r-release-macos-x86_64

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors recording the refined clustering assignment with initialization \code{z0}}
       |          ^
checkRd: (-1) dtbm.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:27: Lost braces; missing escapes or markup?
    27 | \code{z0} { a list of vectors recording the initial clustering assignment }
       |           ^
checkRd: (-1) dtbm.Rd:29: Lost braces; missing escapes or markup?
    29 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment in initialization}
       |           ^
checkRd: (-1) select_r.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{r} {vector, the cluster number among the candidates with minimal BIC value}
       |          ^
checkRd: (-1) select_r.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{bic} {vector, the BIC value for each candidiate}
       |            ^
checkRd: (-1) sim_dTBM.Rd:56: Lost braces
    56 | \code{Y} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), simulated tensor/matrix observations with dimension \code{p}  }
       |          ^
checkRd: (-1) sim_dTBM.Rd:58: Lost braces
    58 | \code{X} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), mean tensor/matrix of the observation, i.e., the expectation of \code{Y}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:60: Lost braces
    60 | \code{S} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), core tensor/matrix recording the block effects with dimension \code{r}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:62: Lost braces; missing escapes or markup?
    62 | \code{theta} {a list of vectors, degree heterogeneity on each mode}
       |              ^
checkRd: (-1) sim_dTBM.Rd:64: Lost braces; missing escapes or markup?
    64 | \code{z} {a list of vectors, clustering assignment on each mode}
       |          ^
checkRd: (-1) wkmeans.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{z0} { a list of vectors recording the estimated clustering assignment }
       |           ^
checkRd: (-1) wkmeans.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment}
       |           ^
NOTE r-release-windows-x86_64

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors recording the refined clustering assignment with initialization \code{z0}}
       |          ^
checkRd: (-1) dtbm.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:27: Lost braces; missing escapes or markup?
    27 | \code{z0} { a list of vectors recording the initial clustering assignment }
       |           ^
checkRd: (-1) dtbm.Rd:29: Lost braces; missing escapes or markup?
    29 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment in initialization}
       |           ^
checkRd: (-1) select_r.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{r} {vector, the cluster number among the candidates with minimal BIC value}
       |          ^
checkRd: (-1) select_r.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{bic} {vector, the BIC value for each candidiate}
       |            ^
checkRd: (-1) sim_dTBM.Rd:56: Lost braces
    56 | \code{Y} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), simulated tensor/matrix observations with dimension \code{p}  }
       |          ^
checkRd: (-1) sim_dTBM.Rd:58: Lost braces
    58 | \code{X} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), mean tensor/matrix of the observation, i.e., the expectation of \code{Y}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:60: Lost braces
    60 | \code{S} {array ( if \code{imat = FALSE} )/matrix ( if \code{imat = TRUE} ), core tensor/matrix recording the block effects with dimension \code{r}}
       |          ^
checkRd: (-1) sim_dTBM.Rd:62: Lost braces; missing escapes or markup?
    62 | \code{theta} {a list of vectors, degree heterogeneity on each mode}
       |              ^
checkRd: (-1) sim_dTBM.Rd:64: Lost braces; missing escapes or markup?
    64 | \code{z} {a list of vectors, clustering assignment on each mode}
       |          ^
checkRd: (-1) wkmeans.Rd:19: Lost braces; missing escapes or markup?
    19 | \code{z0} { a list of vectors recording the estimated clustering assignment }
       |           ^
checkRd: (-1) wkmeans.Rd:21: Lost braces; missing escapes or markup?
    21 | \code{s0} { a list of vectors recording the index of degenerate entities with random clustering assignment}
       |           ^

Check History

NOTE 0 OK · 14 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 9, 2026
NOTE r-devel-linux-x86_64-debian-clang

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors r
NOTE r-devel-linux-x86_64-debian-gcc

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors r
NOTE r-devel-linux-x86_64-fedora-clang

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors r
NOTE r-devel-linux-x86_64-fedora-gcc

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors r
NOTE r-devel-macos-arm64

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors r
NOTE r-devel-windows-x86_64

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors r
NOTE r-patched-linux-x86_64

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors r
NOTE r-release-linux-x86_64

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors r
NOTE r-release-macos-arm64

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors r
NOTE r-release-macos-x86_64

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors r
NOTE r-release-windows-x86_64

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors r
NOTE r-oldrel-macos-arm64

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors r
NOTE r-oldrel-macos-x86_64

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors r
NOTE r-oldrel-windows-x86_64

Rd files

checkRd: (-1) angle_iteration.Rd:23: Lost braces; missing escapes or markup?
    23 | \code{z} {a list of vectors recording the estimated clustering assignment}
       |          ^
checkRd: (-1) angle_iteration.Rd:25: Lost braces; missing escapes or markup?
    25 | \code{s_deg} {logic variable, if "TRUE", degenerate estimated core tensor/matrix occurs during the iteration; if "FALSE", otherwise}
       |              ^
checkRd: (-1) dtbm.Rd:23: Lost braces
    23 | \code{z} {a list of vectors r

Dependency Network

Dependencies Reverse dependencies WeightedCluster EnvStats dTBM

Version History

new 3.0 Mar 9, 2026