* using log directory 'd:/RCompile/CRANincoming/R-devel/INFOSET.Rcheck' * using R Under development (unstable) (2024-07-31 r86945 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 'INFOSET/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'INFOSET' version '4.0.5' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Gloria Polinesi ' New submission Possibly misspelled words in DESCRIPTION: mostleft (7:32) No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Gloria", family = "Polinesi", role = c("aut", "cre"), email = "g.polinesi@staff.univpm.it") as necessary. * 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 serialization versions ... OK * checking whether package 'INFOSET' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... 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 ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... 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 ... [16s] OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... NOTE Rd file 'infoset.Rd': \examples lines wider than 100 characters: #output<-matrix(unlist(result),12,ncol=ncol(gross.ret)) # output contains the leftmost information set #colnames(output)<-c("ch_1","ch_2","priori_1","priori_2","first_1","first_2","second_1","second_2","mean_1","mean_2","dev_1", "dev_2") # labels_colors(dend_SIMS) <- rainbow_hcl(5)[sort_levels_values(as.numeric(group_label)[order.dendrogram(dend_SIMS)])] # labels(dend_SIMS) <- paste(as.character(group_label)[order.dendrogram(dend_SIMS)],'(', labels(dend_SIMS), ')', sep = '') # plot(dend_SIMS, main = 'Complete linkage (the labels give the true ETF class)', horiz = TRUE, nodePar = list(cex = 0.007)) # 'corporate bond', 'commodities', 'aggregate bond'), fill = c('#BDAB66', '#65BC8C', '#C29DDE', #E495A5', '# ... [TRUNCATED] # sol[[t]] <- solve.QP(Dmat = COV_ret[[t]], dvec = 0*r[[t]], Amat = t(B[[t]]), bvec = f[[t]], meq = 2) # sol[[t]] <- solve.QP(Dmat = COV_edc[[t]], dvec = 0*r[[t]], Amat = t(B[[t]]), bvec = f[[t]], meq = 2) # sol[[t]] <- solve.QP(Dmat = COV_edc[[t]], dvec = lambda*LR_cp[[t]], Amat = t(B[[t]]), bvec = f[[t]], meq = 2) # Pvalue_mod_EDC[[t]] = (t(w_edc[[t]])%*%t(W[[t+1]][(1289-125):1289, ]) - Pvalue_edc[t])/Pvalue_edc[t] # boxplot(sample_M, ylim = c(-0.20, 0.15), outline = F, main = expression(paste('Classical Markowitz'))) # boxplot(sample_C, ylim = c(-0.20,0.15), outline = F, main = expression(paste('Combined Markowitz'))) #'# boxplot(sample_mod_EDC, ylim = c(-0.20, 0.15), outline = F, main = expression(paste('Combined EDC'))) # legend('bottomright', legend = c('Classical Markowitz', 'Combined Markowitz'), col=c('red','black'),lty = c(2, 3)) # matplot(date_1, cbind(sample_EDC, sample_mod_EDC), type = 'l', col = c('brown', 'blue'), lty = c(3,1), # legend('bottomright', legend = c('Classical EDC', 'Combined EDC'), col = c('brown','blue'), lty = c(3, 1)) These lines will be truncated in the PDF manual. * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... WARNING Data codoc mismatches from Rd file 'sample.data.Rd': Variables in data frame 'sample.data' Code: ETF_1 ETF_10 ETF_11 ETF_12 ETF_13 ETF_14 ETF_15 ETF_16 ETF_17 ETF_18 ETF_19 ETF_2 ETF_20 ETF_21 ETF_22 ETF_23 ETF_24 ETF_25 ETF_26 ETF_27 ETF_28 ETF_29 ETF_3 ETF_30 ETF_31 ETF_32 ETF_33 ETF_34 ETF_35 ETF_36 ETF_37 ETF_38 ETF_39 ETF_4 ETF_40 ETF_41 ETF_42 ETF_43 ETF_44 ETF_5 ETF_6 ETF_7 ETF_8 ETF_9 Docs: ETF_1 Data codoc mismatches from Rd file 'sample.data.ts.Rd': Variables in data frame 'sample.data.ts' Code: Date ETF_1 ETF_10 ETF_11 ETF_12 ETF_13 ETF_14 ETF_15 ETF_16 ETF_17 ETF_18 ETF_19 ETF_2 ETF_20 ETF_21 ETF_22 ETF_23 ETF_24 ETF_25 ETF_26 ETF_27 ETF_28 ETF_29 ETF_3 ETF_30 ETF_31 ETF_32 ETF_33 ETF_34 ETF_35 ETF_36 ETF_37 ETF_38 ETF_39 ETF_4 ETF_40 ETF_41 ETF_42 ETF_43 ETF_44 ETF_5 ETF_6 ETF_7 ETF_8 ETF_9 Docs: ETF_1 * checking Rd \usage sections ... WARNING Undocumented arguments in Rd file 'tail_mixture.Rd' 'n_it' Functions with \usage entries need to have the appropriate \alias entries, and all their arguments documented. The \usage entries must correspond to syntactically valid R code. See chapter 'Writing R documentation files' in the 'Writing R Extensions' manual. * checking Rd contents ... OK * checking for unstated dependencies in examples ... WARNING 'library' or 'require' calls not declared from: 'Matrix' 'quadprog' * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... [16s] NOTE Examples with CPU (user + system) or elapsed time > 10s user system elapsed infoset 0.94 0.39 11.6 * checking PDF version of manual ... [21s] OK * checking HTML version of manual ... OK * DONE Status: 3 WARNINGs, 3 NOTEs