* using log directory 'd:/RCompile/CRANincoming/R-devel/eventstudytests.Rcheck' * using R Under development (unstable) (2024-08-28 r87069 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 'eventstudytests/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'eventstudytests' version '1.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Sebastian Schuetz ' New submission Possibly misspelled words in DESCRIPTION: BMP (7:41, 7:170) GENZ (7:50, 7:224) No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Sebastian", family = "Schuetz", role = c("aut", "cre"), email = "swschuetz@outlook.com") as necessary. The Title field should be in title case. Current version is: 'Provides three event study significance tests' In title case that is: 'Provides Three Event Study Significance Tests' The Description field contains https://www.eventstudytools.com/significance-tests Please enclose URLs in angle brackets (<...>). * 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 'eventstudytests' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... NOTE Malformed Description field: should contain one or more complete sentences. License components which are templates and need '+ file LICENSE': MIT * 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 ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... WARNING Undocumented code objects: 'minus' 'standardize' All user-level objects in a package should have documentation entries. See chapter 'Writing R documentation files' in the 'Writing R Extensions' manual. * checking for code/documentation mismatches ... WARNING Codoc mismatches from Rd file 'comparison_test_CST.Rd': comparison_test_BMP Code: function(CARs) Docs: function(CARs, window_length) Argument names in docs not in code: window_length Codoc mismatches from Rd file 'comparison_test_GENZ.Rd': comparison_test_BMP Code: function(CARs) Docs: function(CARs, positive_ars_in_estimation_period) Argument names in docs not in code: positive_ars_in_estimation_period * checking Rd \usage sections ... WARNING Assignments in \usage in Rd file 'comparison_test_BMP.Rd': CARs <- c(0.01, 0.01, 0.02, 0.03, 0.01, 0, -0.01, 0.01, 0.03, 0.02) Objects in \usage without \alias in Rd file 'comparison_test_CST.Rd': 'comparison_test_BMP' Assignments in \usage in Rd file 'comparison_test_CST.Rd': CARs <- c(0.01, 0.01, 0.02, 0.03, 0.01, 0, -0.01, 0.01, 0.03, 0.02) window_length <- 3 Objects in \usage without \alias in Rd file 'comparison_test_GENZ.Rd': 'comparison_test_BMP' Assignments in \usage in Rd file 'comparison_test_GENZ.Rd': CARs <- c(0.01, 0.01, 0.02, 0.03, 0.01, 0, -0.01, 0.01, 0.03, 0.02) positive_ars_in_estimation_period <- c(0.5, 0.3, 0.2, 0.3, 0.1, 0, 0.1, 0.1, 0.3, 0.2) 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 ... OK * checking files in 'vignettes' ... WARNING Files in the 'vignettes' directory but no files in 'inst/doc': 'EventStudyTests.Rmd' Package has no Sweave vignette sources and no VignetteBuilder field. * checking examples ... NONE * checking package vignettes ... NOTE Package has 'vignettes' subdirectory but apparently no vignettes. Perhaps the 'VignetteBuilder' information is missing from the DESCRIPTION file? * checking PDF version of manual ... [18s] OK * checking HTML version of manual ... OK * checking for code which exercises the package ... WARNING No examples, no tests, no vignettes * DONE Status: 5 WARNINGs, 3 NOTEs