Skip to content

Commit 124c55a

Browse files
committed
errors removed
1 parent 82c5caf commit 124c55a

File tree

132 files changed

+40812
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+40812
-9
lines changed

..Rcheck/00check.log

Lines changed: 171 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,171 @@
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

..Rcheck/00install.out

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
* installing *source* package ‘data.table’ ...
2+
** using staged installation
3+
gcc 13.3.0
4+
zlib 1.3 is available ok
5+
* checking if R installation supports OpenMP without any extra hints... yes
6+
** libs
7+
using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
8+
gcc -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -Wl,-z,relro -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -lz -L/usr/lib/R/lib -lR
9+
PKG_CFLAGS = -fopenmp
10+
PKG_LIBS = -fopenmp -lz
11+
if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi
12+
if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi
13+
installing to /home/vinni/data.table/..Rcheck/00LOCK-data.table/00new/data.table/libs
14+
** R
15+
** inst
16+
** byte-compile and prepare package for lazy loading
17+
** help
18+
*** installing help indices
19+
** building package indices
20+
** installing vignettes
21+
** testing if installed package can be loaded from temporary location
22+
** checking absolute paths in shared objects and dynamic libraries
23+
** testing if installed package can be loaded from final location
24+
** testing if installed package keeps a record of temporary installation path
25+
* DONE (data.table)

0 commit comments

Comments
 (0)