* using log directory 'd:/RCompile/CRANincoming/R-devel/TractorTsbox.Rcheck' * using R version 4.5.0 alpha (2025-03-23 r88038 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.2.0 GNU Fortran (GCC) 14.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'TractorTsbox/DESCRIPTION' ... OK * this is package 'TractorTsbox' version '0.1.1' * package encoding: UTF-8 * checking CRAN incoming feasibility ... [10s] NOTE Maintainer: 'Tanguy Barthelemy ' New submission Possibly misspelled words in DESCRIPTION: Avec (3:51) C'est (9:484) Classiques (4:9) Des (3:56, 4:23) Exactes (4:33) Manipuler (3:15) Objets (3:41) arrondis (9:474) ation (9:588) ce (9:393, 9:420) cision (9:526) compromis (9:493) concentre (9:216) contraignant (9:433) de (9:53, 9:344, 9:368, 9:403, 9:581, 9:597) des (9:304, 9:548, 9:608) du (9:562) entre (9:503) et (3:25, 4:20, 9:264, 9:533, 9:594) exemple (9:200) fonctions (9:371, 9:552) forme (9:88) gestion (9:600) le (9:148) les (9:241, 9:294, 9:470) mensuelles (9:253) objets (9:9, 9:308) ou (9:127, 9:446) particulier (9:67) que (9:416) quence (9:189) quences (3:64) rale (9:335) rer (9:290, 9:389) ries (9:248, 9:615) se (9:213) selon (9:176, 9:464) septembre (9:112) soit (9:423) sont (9:26) sur (9:237) temporelles (9:620) trimestre (9:161) trimestrielles (9:267) trop (9:428, 9:449) un (9:43, 9:356, 9:490) uniquement (9:226) * 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 'TractorTsbox' 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 ... OK * checking Rd files ... NOTE checkRd: (-1) TractorTsbox-package.Rd:9: Lost braces; missing escapes or markup? 9 | The `ts` objects in R are managed using a very specific date format (in the form `c(2022, 9)` for September 2022 or `c(2021, 2)` for the second quarter of 2021, depending on the frequency, for example). We focus solely on monthly and quarterly series to manage the dates of `ts` objects. The general idea is to offer a set of functions to manage this date format without it being too restrictive or too imprecise depending on the rounding. This is a compromise between simplicity, precision and use of the basic stats functions for creating and managing time series (`ts()`, `window()`). Les objets `ts` en R sont gérés par un format de date très particulier (sous la forme `c(2022, 9)` pour septembre 2022 ou `c(2021, 2)` pour le deuxième trimestre 2021 selon la fréquence par exemple). On se concentre uniquement sur les séries mensuelles et trimestrielles pour gérer les dates des objets `ts`. L'idée générale est de proposer un ensemble de fonctions pour gérer ce format de date sans que ce soit trop contraignant ou trop imprécis selon les arrondis. C'est un compromis entre simplicité, précision et utilisation des fonctions du package {stats} de création et de gestion des séries temporelles (`ts()`, `window()`). | ^ * checking Rd metadata ... OK * checking Rd line widths ... 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 ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... OK Running 'testthat.R' * checking PDF version of manual ... [21s] OK * checking HTML version of manual ... OK * DONE Status: 2 NOTEs