|
| 1 | +* using log directory ‘/home/vinni/data.table/..Rcheck’ |
| 2 | +* using R version 4.3.3 (2024-02-29) |
| 3 | +* using platform: x86_64-pc-linux-gnu (64-bit) |
| 4 | +* R was compiled by |
| 5 | + gcc (Ubuntu 13.2.0-23ubuntu3) 13.2.0 |
| 6 | + GNU Fortran (Ubuntu 13.2.0-23ubuntu3) 13.2.0 |
| 7 | +* running under: Linux Mint 22 |
| 8 | +* using session charset: UTF-8 |
| 9 | +* checking for file ‘./DESCRIPTION’ ... OK |
| 10 | +* this is package ‘data.table’ version ‘1.16.99’ |
| 11 | +* package encoding: UTF-8 |
| 12 | +* checking package namespace information ... OK |
| 13 | +* checking package dependencies ... OK |
| 14 | +* checking if this is a source package ... WARNING |
| 15 | +Subdirectory ‘data.table/src’ contains apparent object files/libraries |
| 16 | + assign.o between.o bmerge.o chmatch.o cj.o coalesce.o data_table.so |
| 17 | + dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o |
| 18 | + fread.o freadR.o froll.o frollR.o frolladaptive.o fsort.o fwrite.o |
| 19 | + fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o nafill.o |
| 20 | + negate.o nqrecreateindices.o openmp-utils.o programming.o |
| 21 | + quickselect.o rbindlist.o reorder.o shift.o snprintf.o subset.o |
| 22 | + transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o |
| 23 | +Object files/libraries should not be included in a source package. |
| 24 | +* checking if there is a namespace ... OK |
| 25 | +* checking for executable files ... OK |
| 26 | +* checking for hidden files and directories ... NOTE |
| 27 | +Found the following hidden files and directories: |
| 28 | + .ci/.lintr.R |
| 29 | + .dev/.Rprofile |
| 30 | + .dev/.bash_aliases |
| 31 | + .devcontainer/.Rprofile |
| 32 | + .gitattributes |
| 33 | + .github/.gitignore |
| 34 | + .gitignore |
| 35 | + .gitlab-ci.yml |
| 36 | + vignettes/.check.translations.R |
| 37 | + ..Rcheck |
| 38 | + .ci |
| 39 | + .dev |
| 40 | + .devcontainer |
| 41 | + .git |
| 42 | + .github |
| 43 | + .graphics |
| 44 | +These were most likely included in error. See section ‘Package |
| 45 | +structure’ in the ‘Writing R Extensions’ manual. |
| 46 | +* checking for portable file names ... OK |
| 47 | +* checking for sufficient/correct file permissions ... OK |
| 48 | +* checking whether package ‘data.table’ can be installed ... OK |
| 49 | +* used C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ |
| 50 | +* checking installed package size ... NOTE |
| 51 | + installed size is 6.1Mb |
| 52 | + sub-directories of 1Mb or more: |
| 53 | + libs 1.8Mb |
| 54 | + po 1.3Mb |
| 55 | + tests 1.9Mb |
| 56 | +* checking package directory ... OK |
| 57 | +* checking DESCRIPTION meta-information ... NOTE |
| 58 | +Checking should be performed on sources prepared by ‘R CMD build’. |
| 59 | +* checking top-level files ... OK |
| 60 | +* checking for left-over files ... OK |
| 61 | +* checking index information ... OK |
| 62 | +* checking package subdirectories ... WARNING |
| 63 | +Found the following directory with the name of a check directory: |
| 64 | + ./..Rcheck |
| 65 | +Most likely, these were included erroneously. |
| 66 | +* checking R files for non-ASCII characters ... WARNING |
| 67 | +Found the following file with non-ASCII characters: |
| 68 | + merge.R |
| 69 | +Portable packages must use only ASCII characters in their R code, |
| 70 | +except perhaps in comments. |
| 71 | +Use \uxxxx escapes for other characters. |
| 72 | +* checking R files for syntax errors ... OK |
| 73 | +* checking whether the package can be loaded ... OK |
| 74 | +* checking whether the package can be loaded with stated dependencies ... OK |
| 75 | +* checking whether the package can be unloaded cleanly ... OK |
| 76 | +* checking whether the namespace can be loaded with stated dependencies ... OK |
| 77 | +* checking whether the namespace can be unloaded cleanly ... OK |
| 78 | +* checking loading without being on the library search path ... OK |
| 79 | +* checking startup messages can be suppressed ... OK |
| 80 | +* checking dependencies in R code ... OK |
| 81 | +* checking S3 generic/method consistency ... OK |
| 82 | +* checking replacement functions ... OK |
| 83 | +* checking foreign function calls ... OK |
| 84 | +* checking R code for possible problems ... OK |
| 85 | +* checking Rd files ... OK |
| 86 | +* checking Rd metadata ... OK |
| 87 | +* checking Rd cross-references ... OK |
| 88 | +* checking for missing documentation entries ... OK |
| 89 | +* checking for code/documentation mismatches ... OK |
| 90 | +* checking Rd \usage sections ... OK |
| 91 | +* checking Rd contents ... OK |
| 92 | +* checking for unstated dependencies in examples ... OK |
| 93 | +* checking line endings in shell scripts ... OK |
| 94 | +* checking line endings in C/C++/Fortran sources/headers ... OK |
| 95 | +* checking line endings in Makefiles ... OK |
| 96 | +* checking compilation flags in Makevars ... NOTE |
| 97 | +Package has both ‘src/Makevars.in’ and ‘src/Makevars’. |
| 98 | +Installation with --no-configure' is unlikely to work. If you intended |
| 99 | +‘src/Makevars’ to be used on Windows, rename it to ‘src/Makevars.win’ |
| 100 | +otherwise remove it. If ‘configure’ created ‘src/Makevars’, you need a |
| 101 | +‘cleanup’ script. |
| 102 | +* checking for GNU extensions in Makefiles ... WARNING |
| 103 | +Found the following file(s) containing GNU extensions: |
| 104 | + Makefile |
| 105 | +Portable Makefiles do not use GNU extensions such as +=, :=, $(shell), |
| 106 | +$(wildcard), ifeq ... endif, .NOTPARALLEL See section ‘Writing portable |
| 107 | +packages’ in the ‘Writing R Extensions’ manual. |
| 108 | +* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK |
| 109 | +* checking use of PKG_*FLAGS in Makefiles ... OK |
| 110 | +* checking include directives in Makefiles ... OK |
| 111 | +* checking compiled code ... OK |
| 112 | +* checking files in ‘vignettes’ ... WARNING |
| 113 | +Files in the 'vignettes' directory but no files in 'inst/doc': |
| 114 | + ‘Pitching.RData’ ‘Teams.RData’ ‘datatable-benchmarking.Rmd’ |
| 115 | + ‘datatable-faq.Rmd’ ‘datatable-importing.Rmd’ ‘datatable-intro.Rmd’ |
| 116 | + ‘datatable-joins.Rmd’ ‘datatable-keys-fast-subset.Rmd’ |
| 117 | + ‘datatable-programming.Rmd’ ‘datatable-reference-semantics.Rmd’ |
| 118 | + ‘datatable-reshape.Rmd’ ‘datatable-sd-usage.Rmd’ |
| 119 | + ‘datatable-secondary-indices-and-auto-indexing.Rmd’ ‘flights14.csv’ |
| 120 | + ‘fr/datatable-benchmarking.Rmd’ ‘fr/datatable-faq.Rmd’ |
| 121 | + ‘fr/datatable-importing.Rmd’ ‘fr/datatable-intro.Rmd’ |
| 122 | + ‘fr/datatable-keys-fast-subset.Rmd’ ‘fr/datatable-programming.Rmd’ |
| 123 | + ‘fr/datatable-reference-semantics.Rmd’ ‘fr/datatable-reshape.Rmd’ |
| 124 | + ‘fr/datatable-sd-usage.Rmd’ |
| 125 | + ‘fr/datatable-secondary-indices-and-auto-indexing.Rmd’ |
| 126 | + ‘plots/grouping_illustration.png’ |
| 127 | +* checking examples ... OK |
| 128 | +* checking for unstated dependencies in ‘tests’ ... OK |
| 129 | +* checking tests ... OK |
| 130 | + Running ‘S4.R’ |
| 131 | + Running ‘autoprint.R’ |
| 132 | + Comparing ‘autoprint.Rout’ to ‘autoprint.Rout.save’ ... OK |
| 133 | + Running ‘froll.R’ |
| 134 | + Running ‘knitr.R’ |
| 135 | + Comparing ‘knitr.Rout’ to ‘knitr.Rout.save’ ... OK |
| 136 | + Running ‘main.R’ |
| 137 | + Running ‘nafill.R’ |
| 138 | + Running ‘other.R’ |
| 139 | + Running ‘programming.R’ |
| 140 | + Running ‘types.R’ |
| 141 | +* checking for unstated dependencies in vignettes ... OK |
| 142 | +* checking package vignettes in ‘inst/doc’ ... WARNING |
| 143 | +Directory 'inst/doc' does not exist. |
| 144 | +Package vignettes without corresponding single PDF/HTML: |
| 145 | + ‘datatable-benchmarking.Rmd’ |
| 146 | + ‘datatable-faq.Rmd’ |
| 147 | + ‘datatable-importing.Rmd’ |
| 148 | + ‘datatable-intro.Rmd’ |
| 149 | + ‘datatable-joins.Rmd’ |
| 150 | + ‘datatable-keys-fast-subset.Rmd’ |
| 151 | + ‘datatable-programming.Rmd’ |
| 152 | + ‘datatable-reference-semantics.Rmd’ |
| 153 | + ‘datatable-reshape.Rmd’ |
| 154 | + ‘datatable-sd-usage.Rmd’ |
| 155 | + ‘datatable-secondary-indices-and-auto-indexing.Rmd’ |
| 156 | +* checking running R code from vignettes ... OK |
| 157 | + ‘datatable-benchmarking.Rmd’ using ‘UTF-8’... OK |
| 158 | + ‘datatable-faq.Rmd’ using ‘UTF-8’... OK |
| 159 | + ‘datatable-importing.Rmd’ using ‘UTF-8’... OK |
| 160 | + ‘datatable-intro.Rmd’ using ‘UTF-8’... OK |
| 161 | + ‘datatable-joins.Rmd’ using ‘UTF-8’... OK |
| 162 | + ‘datatable-keys-fast-subset.Rmd’ using ‘UTF-8’... OK |
| 163 | + ‘datatable-programming.Rmd’ using ‘UTF-8’... OK |
| 164 | + ‘datatable-reference-semantics.Rmd’ using ‘UTF-8’... OK |
| 165 | + ‘datatable-reshape.Rmd’ using ‘UTF-8’... OK |
| 166 | + ‘datatable-sd-usage.Rmd’ using ‘UTF-8’... OK |
| 167 | + ‘datatable-secondary-indices-and-auto-indexing.Rmd’ using ‘UTF-8’... OK |
| 168 | +* checking re-building of vignette outputs ... OK |
| 169 | +* checking PDF version of manual ... OK |
| 170 | +* DONE |
| 171 | +Status: 6 WARNINGs, 4 NOTEs |
0 commit comments