* installing to library ‘/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages’
* installing *source* package ‘fcaR’ ...
** this is package ‘fcaR’ version ‘1.2.2’
** package ‘fcaR’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-14 (Debian 14.3.0-8) 14.3.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpp34UZz/R.INSTALL11b0fe455ec8ff/fcaR/src'
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c Logics.cpp -o Logics.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c RcppExports.cpp -o RcppExports.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c aux_functions.cpp -o aux_functions.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c implication_tree.cpp -o implication_tree.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c nextclosure.cpp -o nextclosure.o
nextclosure.cpp: In function ‘Rcpp::List next_closure_implications(Rcpp::NumericMatrix, Rcpp::List, Rcpp::StringVector, Rcpp::String, Rcpp::String, bool, bool)’:
nextclosure.cpp:480:10: warning: unused variable ‘pctg’ [-Wunused-variable]
480 | double pctg, old_pctg = 0;
| ^~~~
nextclosure.cpp:480:16: warning: unused variable ‘old_pctg’ [-Wunused-variable]
480 | double pctg, old_pctg = 0;
| ^~~~~~~~
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c set_operations_galois.cpp -o set_operations_galois.o
set_operations_galois.cpp: In function ‘void compute_intent(SparseVector*, SparseVector, double*, int, int, LogicOperator, LogicOperator)’:
set_operations_galois.cpp:22:26: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
22 | for (size_t r = 0; r < n_objects; r++) {
| ~~^~~~~~~~~~~
set_operations_galois.cpp:26:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
26 | if (i < V.i.used) {
| ~~^~~~~~~~~~
set_operations_galois.cpp:28:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
28 | if (V.i.array[i] == r) {
| ~~~~~~~~~~~~~^~~~
set_operations_galois.cpp: In function ‘void compute_extent(SparseVector*, SparseVector, double*, int, int, LogicOperator, LogicOperator)’:
set_operations_galois.cpp:98:26: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
98 | for (size_t c = 0; c < n_attributes; c++) {
| ~~^~~~~~~~~~~~~~
set_operations_galois.cpp:102:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
102 | if (i < V.i.used) {
| ~~^~~~~~~~~~
set_operations_galois.cpp:104:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
104 | if (V.i.array[i] == c) {
| ~~~~~~~~~~~~~^~~~
set_operations_galois.cpp: In function ‘void compute_upright_arrow(SparseVector*, SparseVector, double*, int, int, LogicOperator, LogicOperator)’:
set_operations_galois.cpp:173:26: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
173 | for (size_t r = 0; r < n_objects; r++) {
| ~~^~~~~~~~~~~
set_operations_galois.cpp:177:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
177 | if (i < V.i.used) {
| ~~^~~~~~~~~~
set_operations_galois.cpp:179:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
179 | if (V.i.array[i] == r) {
| ~~~~~~~~~~~~~^~~~
set_operations_galois.cpp: In function ‘void compute_downleft_arrow(SparseVector*, SparseVector, double*, int, int, LogicOperator, LogicOperator)’:
set_operations_galois.cpp:248:26: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
248 | for (size_t c = 0; c < n_attributes; c++) {
| ~~^~~~~~~~~~~~~~
set_operations_galois.cpp:252:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
252 | if (i < V.i.used) {
| ~~^~~~~~~~~~
set_operations_galois.cpp:254:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
254 | if (V.i.array[i] == c) {
| ~~~~~~~~~~~~~^~~~
set_operations_galois.cpp: In function ‘void compute_upleft_arrow(SparseVector*, SparseVector, double*, int, int, LogicOperator, LogicOperator)’:
set_operations_galois.cpp:327:26: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
327 | for (size_t r = 0; r < n_objects; r++) {
| ~~^~~~~~~~~~~
set_operations_galois.cpp:331:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
331 | if (i < V.i.used) {
| ~~^~~~~~~~~~
set_operations_galois.cpp:333:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
333 | if (V.i.array[i] == r) {
| ~~~~~~~~~~~~~^~~~
set_operations_galois.cpp: In function ‘void compute_downright_arrow(SparseVector*, SparseVector, double*, int, int, LogicOperator, LogicOperator)’:
set_operations_galois.cpp:408:26: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
408 | for (size_t c = 0; c < n_attributes; c++) {
| ~~^~~~~~~~~~~~~~
set_operations_galois.cpp:412:13: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
412 | if (i < V.i.used) {
| ~~^~~~~~~~~~
set_operations_galois.cpp:414:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
414 | if (V.i.array[i] == c) {
| ~~~~~~~~~~~~~^~~~
set_operations_galois.cpp: In function ‘void is_subset(SparseVector, ImplicationTree, IntArray*, bool*)’:
set_operations_galois.cpp:602:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘const size_t’ {aka ‘const long unsigned int’} [-Wsign-compare]
602 | for (int i = 0; i < t.COUNT.used; i++) {
| ~~^~~~~~~~~~~~~~
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c subsetting.cpp -o subsetting.o
g++-14 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-release-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/Rcpp/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c vector_operations.cpp -o vector_operations.o
vector_operations.cpp: In function ‘void printArray(IntArray)’:
vector_operations.cpp:63:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
63 | for (int i = 0; i < a.used; i++) {
| ~~^~~~~~~~
vector_operations.cpp: In function ‘void printArray(DoubleArray)’:
vector_operations.cpp:142:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
142 | for (int i = 0; i < a.used; i++) {
| ~~^~~~~~~~
vector_operations.cpp: In function ‘SparseVector set_difference_sparse(Rcpp::IntegerVector, Rcpp::IntegerVector, Rcpp::NumericVector, Rcpp::IntegerVector, Rcpp::IntegerVector, Rcpp::NumericVector, int)’:
vector_operations.cpp:479:24: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
479 | for (size_t p = 0; p < xp.size() - 1; p++) {
| ~~^~~~~~~~~~~~~~~
vector_operations.cpp:486:31: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
486 | for (size_t i = init_x; i < end_x; i++) {
| ~~^~~~~~~
vector_operations.cpp:507:33: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
507 | for (size_t j = init_y; j < end_y; j++) {
| ~~^~~~~~~
vector_operations.cpp: In function ‘SparseVector set_difference_sparse1(Rcpp::IntegerVector, Rcpp::IntegerVector, Rcpp::NumericVector, Rcpp::IntegerVector, Rcpp::IntegerVector, Rcpp::NumericVector, int)’:
vector_operations.cpp:585:24: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
585 | for (size_t p = 0; p < xp.size() - 1; p++) {
| ~~^~~~~~~~~~~~~~~
vector_operations.cpp:592:31: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
592 | for (size_t i = init_x; i < end_x; i++) {
| ~~^~~~~~~
vector_operations.cpp:613:33: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
613 | for (size_t j = init_y; j < end_y; j++) {
| ~~^~~~~~~
vector_operations.cpp: In function ‘SparseVector set_intersection_sparse1(Rcpp::IntegerVector, Rcpp::IntegerVector, Rcpp::NumericVector, Rcpp::IntegerVector, Rcpp::IntegerVector, Rcpp::NumericVector, int)’:
vector_operations.cpp:690:24: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘R_xlen_t’ {aka ‘long int’} [-Wsign-compare]
690 | for (size_t p = 0; p < xp.size() - 1; p++) {
| ~~^~~~~~~~~~~~~~~
vector_operations.cpp:697:31: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
697 | for (size_t i = init_x; i < end_x; i++) {
| ~~^~~~~~~
vector_operations.cpp:701:33: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
701 | for (size_t j = init_y; j < end_y; j++) {
| ~~^~~~~~~
vector_operations.cpp:699:12: warning: unused variable ‘add’ [-Wunused-variable]
699 | bool add = false;
| ^~~
vector_operations.cpp: In function ‘Rcpp::NumericVector as_vector(SparseVector)’:
vector_operations.cpp:759:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
759 | for (int i = 0; i < v.i.used; i++) {
| ~~^~~~~~~~~~
vector_operations.cpp: In function ‘double get_element(SparseVector, int)’:
vector_operations.cpp:855:9: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
855 | if (n > v.length - 1) {
| ~~^~~~~~~~~~~~~~
vector_operations.cpp:863:21: warning: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
863 | for (int i = 0; i < v.i.used; i++) {
| ~~^~~~~~~~~~
g++-14 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -Wl,-O1 -o fcaR.so Logics.o RcppExports.o aux_functions.o implication_tree.o nextclosure.o set_operations_galois.o subsetting.o vector_operations.o -L/home/hornik/tmp/R.check/r-release-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpp34UZz/R.INSTALL11b0fe455ec8ff/fcaR/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpp34UZz/R.INSTALL11b0fe455ec8ff/fcaR/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpp34UZz/R.INSTALL11b0fe455ec8ff/fcaR/src'
installing to /home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/00LOCK-fcaR/00new/fcaR/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (fcaR)