* using log directory 'd:/Rcompile/CRANpkg/local/4.4/NetworkToolbox.Rcheck' * using R Under development (unstable) (2024-03-24 r86185 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.2.0 GNU Fortran (GCC) 13.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'NetworkToolbox/DESCRIPTION' ... OK * this is package 'NetworkToolbox' version '1.4.2' * 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 whether package 'NetworkToolbox' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [1s] OK * checking whether the package can be loaded with stated dependencies ... [1s] OK * checking whether the package can be unloaded cleanly ... [0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s] OK * checking whether the namespace can be unloaded cleanly ... [1s] OK * checking loading without being on the library search path ... [1s] OK * checking whether startup messages can be suppressed ... [1s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [14s] OK * checking Rd files ... [1s] NOTE checkRd: (-1) MFCF.Rd:35-36: Lost braces in \itemize; meant \describe ? checkRd: (-1) MFCF.Rd:39-40: Lost braces in \itemize; meant \describe ? checkRd: (-1) MFCF.Rd:43-44: Lost braces in \itemize; meant \describe ? checkRd: (-1) MFCF.Rd:47-48: Lost braces in \itemize; meant \describe ? checkRd: (-1) comm.str.Rd:24-25: Lost braces in \itemize; meant \describe ? checkRd: (-1) comm.str.Rd:28-29: Lost braces in \itemize; meant \describe ? checkRd: (-1) cpm.Rd:153-160: Lost braces in \itemize; meant \describe ? checkRd: (-1) cpm.Rd:164-166: Lost braces in \itemize; meant \describe ? checkRd: (-1) cpm.Rd:170-174: Lost braces in \itemize; meant \describe ? checkRd: (-1) cpm.Rd:178-179: Lost braces in \itemize; meant \describe ? checkRd: (-1) cpm.Rd:183-184: Lost braces in \itemize; meant \describe ? checkRd: (-1) cpm.Rd:188: Lost braces in \itemize; meant \describe ? checkRd: (-1) dCor.Rd:18: Lost braces in \itemize; meant \describe ? checkRd: (-1) dCor.Rd:21: Lost braces in \itemize; meant \describe ? checkRd: (-1) gain.functions.Rd:79-81: Lost braces in \itemize; meant \describe ? checkRd: (-1) gain.functions.Rd:85-87: Lost braces in \itemize; meant \describe ? checkRd: (-1) gain.functions.Rd:91-96: Lost braces in \itemize; meant \describe ? checkRd: (-1) gain.functions.Rd:40-41: Lost braces in \itemize; meant \describe ? checkRd: (-1) gain.functions.Rd:44-45: Lost braces in \itemize; meant \describe ? checkRd: (-1) gain.functions.Rd:48-49: Lost braces in \itemize; meant \describe ? checkRd: (-1) gain.functions.Rd:52-53: Lost braces in \itemize; meant \describe ? checkRd: (-1) gain.functions.Rd:56-57: Lost braces in \itemize; meant \describe ? checkRd: (-1) gain.functions.Rd:60-61: Lost braces in \itemize; meant \describe ? checkRd: (-1) openness.Rd:15: Lost braces in \itemize; meant \describe ? checkRd: (-1) openness.Rd:18: Lost braces in \itemize; meant \describe ? checkRd: (-1) openness.Rd:21: Lost braces in \itemize; meant \describe ? checkRd: (-1) openness.Rd:24: Lost braces in \itemize; meant \describe ? checkRd: (-1) openness.Rd:27: Lost braces in \itemize; meant \describe ? checkRd: (-1) openness.Rd:30-32: Lost braces in \itemize; meant \describe ? checkRd: (-1) openness.Rd:35: Lost braces in \itemize; meant \describe ? checkRd: (-1) sim.chordal.Rd:26-30: Lost braces in \itemize; meant \describe ? * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... [0s] OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... [6s] ERROR Running examples in 'NetworkToolbox-Ex.R' failed The error most likely occurred in: > ### Name: betweenness > ### Title: Betweenness Centrality > ### Aliases: betweenness > > ### ** Examples > > # Pearson's correlation only for CRAN checks > A <- TMFG(neoOpen, normal = FALSE)$A > > #Weighted BC > BCw <- betweenness(A) * checking PDF version of manual ... [24s] OK * checking HTML version of manual ... [11s] OK * DONE Status: 1 ERROR, 1 NOTE