• using R version 4.5.3 (2026-03-11 ucrt)
  • using platform: x86_64-w64-mingw32
  • R was compiled by     gcc.exe (GCC) 14.3.0     GNU Fortran (GCC) 14.3.0
  • running under: Windows Server 2022 x64 (build 20348)
  • using session charset: UTF-8
  • checking for file 'satdad/DESCRIPTION' ... OK
  • checking extension type ... Package
  • this is package 'satdad' version '1.1'
  • 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 'satdad' can be installed ... OK See the install log for details.
  • used C++ compiler: 'g++.exe (GCC) 14.3.0'
  • checking installed package size ... INFO   installed size is 5.3Mb   sub-directories of 1Mb or more:     doc 3.9Mb     libs 1.2Mb
  • checking package directory ... OK
  • checking 'build' 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 ... [1s] OK
  • checking whether the namespace can be loaded with stated dependencies ... [1s] OK
  • checking whether the namespace can be unloaded cleanly ... [1s] OK
  • checking loading without being on the library search path ... [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 ... [5s] OK
  • checking Rd files ... [1s] NOTE checkRd: (-1) gen.ds.Rd:43-48: Lost braces in \itemize; meant \describe ? checkRd: (-1) gen.ds.Rd:50-53: Lost braces in \itemize; meant \describe ? checkRd: (-1) gen.ds.Rd:64-65: Lost braces     64 | \item{the dependence parameter \code{dep} or the vector of dependence parameters \code{dep}. When missing, these coefficients are obtained from independent standard uniform sampling.        | ^ checkRd: (-1) gen.ds.Rd:66: Lost braces     66 | \item{the list \code{asy} of asymmetric weights \eqn{\beta_{i,b}} for \eqn{b \in B} and \eqn{i \in b}. When missing, these coefficients are obtained from independent standard uniform sampling followed by renormalization in order to satisfy the sum-to-one constraints.}        | ^
  • 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 line endings in C/C++/Fortran sources/headers ... OK
  • checking pragmas in C/C++ headers and code ... OK
  • checking compiled code ... OK
  • checking installed files from 'inst/doc' ... OK
  • checking files in 'vignettes' ... OK
  • checking examples ... [17s] OK
  • checking for unstated dependencies in vignettes ... OK
  • checking package vignettes ... OK
  • checking re-building of vignette outputs ... [26s] OK
  • checking PDF version of manual ... [20s] OK
  • checking HTML version of manual ... [4s] OK
  • DONE Status: 1 NOTE Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > indices_nonzero <- which(res$tsic %in% boxplot.stats(res$tsic)$out == TRUE) > > ## Subsets associated with significative tsic reflecting the tail support > as.character(res$subsets[indices_nonzero]) [1] "1:2" "c(1, 3)" "c(1, 5)" "2:3" "c(2, 4)" "3:4" "c(3, 6)" [8] "5:6" > > ## Pairwise tsic are obtained by > res_pairs <- tsicEmp(sample = sample, ind = 2, k = 100, sobol = TRUE, norm = TRUE) > > ## and plotted in the tail dependograph > graphsEmp(sample, k = 100) > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 12.92 4.14 17.06 NA NA > grDevices::dev.off() null device           1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') ======== End of example output (where/before crash/hang up occured ?) ========