ropensci / jqr

R interface to jq
https://docs.ropensci.org/jqr
Other
143 stars 13 forks source link

Windows check issues #35

Closed sckott closed 8 years ago

sckott commented 8 years ago

@richfitz potential issue with Windows

submitted to win-builder and the pkg does actually install on R 3.2.3 and devel, but both fail on check,

R dev

install

* installing *source* package 'jqr' ...
*** Copying jq sources from src/jq
** libs
Warning: this package has a non-empty 'configure.win' file,
so building only the main architecture

g++ -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"     -O3 -Wall  -mtune=core2            -c RcppExports.cpp -o RcppExports.o
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c builtin.c -o builtin.o
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c bytecode.c -o bytecode.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c compile.c -o compile.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c execute.c -o execute.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
g++ -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"     -O3 -Wall  -mtune=core2            -c jqr.cpp -o jqr.o
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jv.c -o jv.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jv_alloc.c -o jv_alloc.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jv_aux.c -o jv_aux.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jv_dtoa.c -o jv_dtoa.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jv_file.c -o jv_file.o
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jv_parse.c -o jv_parse.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jv_print.c -o jv_print.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jv_unicode.c -o jv_unicode.o
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c lexer.c -o lexer.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
lexer.c:1933:16: warning: 'yy_top_state' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c locfile.c -o locfile.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
locfile.c: In function 'locfile_locate':
locfile.c:47:20: warning: 'startline' may be used uninitialized in this function [-Wuninitialized]
locfile.c:55:7: note: 'startline' was declared here
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c parser.c -o parser.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
g++ -m64 -shared -s -static-libgcc -o jqr.dll tmp.def RcppExports.o builtin.o bytecode.o compile.o execute.o jqr.o jv.o jv_alloc.o jv_aux.o jv_dtoa.o jv_file.o jv_parse.o jv_print.o jv_unicode.o lexer.o locfile.o parser.o -Ld:/RCompile/r-compiling/local/local323/lib/x64 -Ld:/RCompile/r-compiling/local/local323/lib -LD:/RCompile/recent/R/bin/x64 -lR
installing to d:/RCompile/CRANguest/R-devel/lib/jqr/libs/x64
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'jqr' as jqr_0.1.9.9910.zip
* DONE (jqr)

check

* using log directory 'd:/RCompile/CRANguest/R-devel/jqr.Rcheck'
* using R Under development (unstable) (2016-02-07 r70118)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* checking for file 'jqr/DESCRIPTION' ... OK
* this is package 'jqr' version '0.1.9.9910'
* checking CRAN incoming feasibility ... NOTE
Maintainer: 'Scott Chamberlain <myrmecocystus@gmail.com>'

New submission

Version contains large components (0.1.9.9910)

License components with restrictions and base license permitting such:
  MIT + file LICENSE
File 'LICENSE':
  YEAR: 2016
  COPYRIGHT HOLDER: Richard G. FitzJohn

Possibly mis-spelled words in DESCRIPTION:
  JSON (2:27, 3:31)
  jq (3:25)
* 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 'jqr' can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking 'build' directory ... 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 R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* loading checks for arch 'i386'
** checking whether the package can be loaded ... ERROR
Loading this package had a fatal error status code 1
Loading log:
Error: package 'jqr' is not installed for 'arch = i386'
Execution halted
** DONE
Status: 1 ERROR, 1 NOTE

R 3.2.3

install

* installing *source* package 'jqr' ...
*** Copying jq sources from src/jq
** libs
Warning: this package has a non-empty 'configure.win' file,
so building only the main architecture

g++ -m64 -I"D:/RCompile/recent/R-3.2.3p/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"     -O3 -Wall  -mtune=core2            -c RcppExports.cpp -o RcppExports.o
gcc -m64 -I"D:/RCompile/recent/R-3.2.3p/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c builtin.c -o builtin.o
gcc -m64 -I"D:/RCompile/recent/R-3.2.3p/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c bytecode.c -o bytecode.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R-3.2.3p/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c compile.c -o compile.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R-3.2.3p/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c execute.c -o execute.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
g++ -m64 -I"D:/RCompile/recent/R-3.2.3p/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"     -O3 -Wall  -mtune=core2            -c jqr.cpp -o jqr.o
gcc -m64 -I"D:/RCompile/recent/R-3.2.3p/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jv.c -o jv.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R-3.2.3p/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jv_alloc.c -o jv_alloc.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R-3.2.3p/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jv_aux.c -o jv_aux.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R-3.2.3p/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jv_dtoa.c -o jv_dtoa.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R-3.2.3p/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jv_file.c -o jv_file.o
gcc -m64 -I"D:/RCompile/recent/R-3.2.3p/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jv_parse.c -o jv_parse.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R-3.2.3p/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jv_print.c -o jv_print.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R-3.2.3p/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jv_unicode.c -o jv_unicode.o
gcc -m64 -I"D:/RCompile/recent/R-3.2.3p/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c lexer.c -o lexer.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
lexer.c:1933:16: warning: 'yy_top_state' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R-3.2.3p/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c locfile.c -o locfile.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
locfile.c: In function 'locfile_locate':
locfile.c:47:20: warning: 'startline' may be used uninitialized in this function [-Wuninitialized]
locfile.c:55:7: note: 'startline' was declared here
gcc -m64 -I"D:/RCompile/recent/R-3.2.3p/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c parser.c -o parser.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
g++ -m64 -shared -s -static-libgcc -o jqr.dll tmp.def RcppExports.o builtin.o bytecode.o compile.o execute.o jqr.o jv.o jv_alloc.o jv_aux.o jv_dtoa.o jv_file.o jv_parse.o jv_print.o jv_unicode.o lexer.o locfile.o parser.o -Ld:/RCompile/r-compiling/local/local323/lib/x64 -Ld:/RCompile/r-compiling/local/local323/lib -LD:/RCompile/recent/R-3.2.3p/bin/x64 -lR
installing to d:/RCompile/CRANguest/R-release/lib/jqr/libs/x64
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'jqr' as jqr_0.1.9.9910.zip
* DONE (jqr)

check

* using log directory 'd:/RCompile/CRANguest/R-release/jqr.Rcheck'
* using R version 3.2.3 Patched (2016-02-04 r70085)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* checking for file 'jqr/DESCRIPTION' ... OK
* this is package 'jqr' version '0.1.9.9910'
* checking CRAN incoming feasibility ... NOTE
Maintainer: 'Scott Chamberlain <myrmecocystus@gmail.com>'
New submission

License components with restrictions and base license permitting such:
  MIT + file LICENSE
File 'LICENSE':
  YEAR: 2016
  COPYRIGHT HOLDER: Richard G. FitzJohn

Possibly mis-spelled words in DESCRIPTION:
  JSON (2:27, 3:31)
  jq (3:25)

The Title field should be in title case, current version then in title case:
'Client for 'jq', a JSON Processor'
'Client for 'Jq', a JSON Processor'
* 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 'jqr' can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking 'build' directory ... 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 R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* loading checks for arch 'i386'
** checking whether the package can be loaded ... ERROR
Loading this package had a fatal error status code 1
Loading log:
Error: package 'jqr' is not installed for 'arch = i386'
Execution halted
** DONE
Status: 1 ERROR, 1 NOTE

Installs with I think the same warnings as above on a windows VM locally, and functions all work fine. Any ideas

smbache commented 8 years ago

The problem went away on my local win by removing the configure.win file; sent it off to win-builder with build_win, but surely the result will be sent to @richfitz ;)

sckott commented 8 years ago

Great, got win-build output from rich. Does pass check now, but does print out a bunch of C warning messages on installation. - Not familiar with how much CRAN folks care about those?

smbache commented 8 years ago

They important warnings?

sckott commented 8 years ago

http://win-builder.r-project.org/sawcwmEdN1vT/00install.out

richfitz commented 8 years ago

The warnings look harmless, and they're coming from libjq itself.

gcc  -I"D:/RCompile/recent/R-3.2.3p/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c locfile.c -o locfile.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
locfile.c: In function 'locfile_locate':
locfile.c:47:20: warning: 'startline' may be used uninitialized in this function [-Wuninitialized]
locfile.c:55:7: note: 'startline' was declared here

CRAN might get still grumpy about that, not sure.

The configure/configure.win thing could possibly be dropped in favour of just dumping all the library source into src/ or with the standard Makevars tweak for compiling the library in src/jq and linking it in. If it causes any trouble at CRAN I'm happy to do that.

sckott commented 8 years ago

okay, cool, submitting soon

smbache commented 8 years ago

Perhaps mentioning that the warnings have been assessed in CRAN-comments will mitigate possible back-and-forth grumpiness?

sckott commented 8 years ago

Ah, good idea!

sckott commented 8 years ago

@smbache You said you removed the configure.win file? I did that, sent to winbuilder again, and now it doesn't install and of course doesn't pass check.

smbache commented 8 years ago

Yeah it was all I did on my machine and sent to win builder? But didn't change anything in the repo (can't either).

sckott commented 8 years ago

weird, any thoughts @richfitz - I don't think I've changed anything else that would affect installation

smbache commented 8 years ago

The reasoning behind me moving it was:

The install message said that due to the presence of configure.win it would only install for the main arch, the subsequently the check, which also checks the 32bit arch failed because it wasn't installed. I'm not sure how to get around it. Tried to see how important the file was in practice.

smbache commented 8 years ago

Now that I think of it: only sent to win builder release, not devel

sckott commented 8 years ago

It fails to install on both for me

smbache commented 8 years ago

Hmm that's weird :(

sckott commented 8 years ago

Same on my windows VM, doesn't install without configure.win, and does install if its there, but does throw that warning building only the main architecture

sckott commented 8 years ago

@smbache can you share the exact version of jqr you submitted to win-builder? i can diff and see if there's something i'm missing

smbache commented 8 years ago

Sure - itll be 15-20 minutes until I'm at my computer.

sckott commented 8 years ago

thx!

smbache commented 8 years ago

Sorry about the mess I'm about to paste here :)

I pushed it as submitted here: https://github.com/smbache/jqr/commit/340da3d8694a8f22d6bbfb0f1308f95d496b7174

Some warnings I get on my local check, also found in the full output below:

...
Warning: file 'jqr/cleanup' did not have execute permissions: corrected
Warning: file 'jqr/configure' did not have execute permissions: corrected
...
 WARNING
'qpdf' is needed for checks on size reduction of PDFs

Here is my full local check output (Rtools version 3.3.0.1958), and below that my session info:

==> devtools::check(args = c('--as-cran'))

Updating jqr documentation
Loading jqr
Writing NAMESPACE
Writing at.Rd
Writing combine.Rd
Writing dot.Rd
Writing jq_flags.Rd
Writing funs.Rd
Writing index.Rd
Writing jqr.Rd
Writing githubcommits.Rd
Writing jq.Rd
Writing keys.Rd
Writing logicaltests.Rd
Writing manip.Rd
Writing maths.Rd
Writing paths.Rd
Writing peek.Rd
Writing pipe.Rd
Writing rangej.Rd
Writing recurse.Rd
Writing select.Rd
Writing sortj.Rd
Writing string.Rd
Writing types.Rd
Writing vars.Rd
Setting env vars ---------------------------------------------------------------
CFLAGS  : -Wall -pedantic
CXXFLAGS: -Wall -pedantic
Building jqr -------------------------------------------------------------------
"C:/PROGRA~1/R/R-32~1.3/bin/x64/R" --no-site-file --no-environ --no-save  \
  --no-restore CMD build "C:\Users\shb\Documents\jqr" --no-resave-data  \
  --no-manual 

* checking for file 'C:\Users\shb\Documents\jqr/DESCRIPTION' ... OK
* preparing 'jqr':
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package to build vignettes
* creating vignettes ... OK
* cleaning src
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* looking to see if a 'data/datalist' file should be added
* building 'jqr_0.1.8.9010.tar.gz'
Warning: file 'jqr/cleanup' did not have execute permissions: corrected
Warning: file 'jqr/configure' did not have execute permissions: corrected

Setting env vars ---------------------------------------------------------------
_R_CHECK_CRAN_INCOMING_ : FALSE
_R_CHECK_FORCE_SUGGESTS_: FALSE
Checking jqr -------------------------------------------------------------------
"C:/PROGRA~1/R/R-32~1.3/bin/x64/R" --no-site-file --no-environ --no-save  \
  --no-restore CMD check  \
  "C:\Users\shb\AppData\Local\Temp\Rtmpsxa6uI/jqr_0.1.8.9010.tar.gz"  \
  --as-cran --timings --as-cran 

* using log directory 'C:/Users/shb/Documents/jqr.Rcheck'
* using R version 3.2.3 (2015-12-10)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--as-cran'
* checking for file 'jqr/DESCRIPTION' ... OK
* this is package 'jqr' version '0.1.8.9010'
* 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 executable files ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking whether package 'jqr' can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking 'build' directory ... 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 R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* loading checks for arch 'i386'
** 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
* loading checks for arch 'x64'
** 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 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 ... 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 data for ASCII and uncompressed saves ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking compiled code ... OK
 WARNING
'qpdf' is needed for checks on size reduction of PDFs
* checking installed files from 'inst/doc' ... OK
* checking files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... OK
** running examples for arch 'x64' ... OK
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
  Running 'testthat.R' OK
** running tests for arch 'x64' ...

  Running 'testthat.R' OK
* checking for unstated dependencies in vignettes ...
 OK
* checking package vignettes in 'inst/doc' ... OK
* checking running R code from vignettes ...
   'jqr_vignette.Rmd' using 'UTF-8' ... OK
 OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE
Status: 1 WARNING

See
  'C:/Users/shb/Documents/jqr.Rcheck/00check.log'
for details.

R CMD check succeeded

Here's my session info:

R version 3.2.3 (2015-12-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1

locale:
[1] LC_COLLATE=Danish_Denmark.1252  LC_CTYPE=Danish_Denmark.1252   
[3] LC_MONETARY=Danish_Denmark.1252 LC_NUMERIC=C                   
[5] LC_TIME=Danish_Denmark.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods  
[7] base     

other attached packages:
[1] jqr_0.1.8.9010

loaded via a namespace (and not attached):
 [1] magrittr_1.5    lazyeval_0.1.10 tools_3.2.3     curl_0.9.4     
 [5] memoise_0.2.1   Rcpp_0.12.2     digest_0.6.8    jsonlite_0.9.19
 [9] BH_1.60.0-1     devtools_1.9.1 
richfitz commented 8 years ago

I will try some Makevars tricks to get rid of the configure scripts

sckott commented 8 years ago

yay, thanks

richfitz commented 8 years ago

OK, bb5cdf2 should help here

sckott commented 8 years ago

nice, hmm, on check

* checking if this is a source package ... NOTE
Found the following apparent object files/libraries:
  src/jq/builtin.o src/jq/bytecode.o src/jq/compile.o src/jq/execute.o
  src/jq/jv.o src/jq/jv_alloc.o src/jq/jv_aux.o src/jq/jv_dtoa.o
  src/jq/jv_file.o src/jq/jv_parse.o src/jq/jv_print.o
  src/jq/jv_unicode.o src/jq/lexer.o src/jq/locfile.o src/jq/parser.o
Object files/libraries should not be included in a source package.

maybe they need to be cleaned up?

richfitz commented 8 years ago

Thanks - I'll put them in buildignore.

richfitz commented 8 years ago

Scott - new versions are building now - can you add the logs here when you get them?

sckott commented 8 years ago

of?

richfitz commented 8 years ago

Of jqr, using the changes from Jeroen in #39. This issue is the last one on the CRAN milestone.

sckott commented 8 years ago

3.2.4

install

* installing *source* package 'jqr' ...
** libs

*** arch - i386
g++  -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"     -O3 -Wall  -mtune=core2            -c RcppExports.cpp -o RcppExports.o
g++  -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"     -O3 -Wall  -mtune=core2            -c jqr.cpp -o jqr.o
gcc  -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/builtin.c -o jq/builtin.o
gcc  -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/bytecode.c -o jq/bytecode.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc  -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/compile.c -o jq/compile.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc  -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/execute.c -o jq/execute.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc  -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_alloc.c -o jq/jv_alloc.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc  -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_aux.c -o jq/jv_aux.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc  -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_dtoa.c -o jq/jv_dtoa.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc  -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_file.c -o jq/jv_file.o
gcc  -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_parse.c -o jq/jv_parse.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc  -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_print.c -o jq/jv_print.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
gcc  -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_unicode.c -o jq/jv_unicode.o
gcc  -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/jv.c -o jq/jv.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc  -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/lexer.c -o jq/lexer.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
lexer.c:1933:16: warning: 'yy_top_state' defined but not used [-Wunused-function]
gcc  -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/locfile.c -o jq/locfile.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
jq/locfile.c: In function 'locfile_locate':
jq/locfile.c:47:20: warning: 'startline' may be used uninitialized in this function [-Wuninitialized]
jq/locfile.c:55:7: note: 'startline' was declared here
gcc  -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/parser.c -o jq/parser.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
ar rcs libjq.a jq/builtin.o jq/bytecode.o jq/compile.o jq/execute.o jq/jv_alloc.o jq/jv_aux.o jq/jv_dtoa.o jq/jv_file.o jq/jv_parse.o jq/jv_print.o jq/jv_unicode.o jq/jv.o jq/lexer.o jq/locfile.o jq/parser.o
g++ -shared -s -static-libgcc -o jqr.dll tmp.def RcppExports.o jqr.o -L. -ljq -Ld:/RCompile/r-compiling/local/local323/lib/i386 -Ld:/RCompile/r-compiling/local/local323/lib -LD:/RCompile/recent/R-3.2.4/bin/i386 -lR
installing to d:/RCompile/CRANguest/R-release/lib/jqr/libs/i386

*** arch - x64
g++ -m64 -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"     -O3 -Wall  -mtune=core2            -c RcppExports.cpp -o RcppExports.o
g++ -m64 -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"     -O3 -Wall  -mtune=core2            -c jqr.cpp -o jqr.o
gcc -m64 -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/builtin.c -o jq/builtin.o
gcc -m64 -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/bytecode.c -o jq/bytecode.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/compile.c -o jq/compile.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/execute.c -o jq/execute.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_alloc.c -o jq/jv_alloc.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_aux.c -o jq/jv_aux.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_dtoa.c -o jq/jv_dtoa.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_file.c -o jq/jv_file.o
gcc -m64 -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_parse.c -o jq/jv_parse.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_print.c -o jq/jv_print.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_unicode.c -o jq/jv_unicode.o
gcc -m64 -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/jv.c -o jq/jv.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/lexer.c -o jq/lexer.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
lexer.c:1933:16: warning: 'yy_top_state' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/locfile.c -o jq/locfile.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
jq/locfile.c: In function 'locfile_locate':
jq/locfile.c:47:20: warning: 'startline' may be used uninitialized in this function [-Wuninitialized]
jq/locfile.c:55:7: note: 'startline' was declared here
gcc -m64 -I"D:/RCompile/recent/R-3.2.4/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.2/BH/include" -I"d:/RCompile/CRANpkg/lib/3.2/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/parser.c -o jq/parser.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
ar rcs libjq.a jq/builtin.o jq/bytecode.o jq/compile.o jq/execute.o jq/jv_alloc.o jq/jv_aux.o jq/jv_dtoa.o jq/jv_file.o jq/jv_parse.o jq/jv_print.o jq/jv_unicode.o jq/jv.o jq/lexer.o jq/locfile.o jq/parser.o
g++ -m64 -shared -s -static-libgcc -o jqr.dll tmp.def RcppExports.o jqr.o -L. -ljq -Ld:/RCompile/r-compiling/local/local323/lib/x64 -Ld:/RCompile/r-compiling/local/local323/lib -LD:/RCompile/recent/R-3.2.4/bin/x64 -lR
installing to d:/RCompile/CRANguest/R-release/lib/jqr/libs/x64
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
*** arch - i386
*** arch - x64
* MD5 sums
packaged installation of 'jqr' as jqr_0.2.0.zip
* DONE (jqr)

check

no notes or warnings

dev (3.3)

install

* installing *source* package 'jqr' ...
** libs

*** arch - i386
g++  -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"     -O3 -Wall  -mtune=core2            -c RcppExports.cpp -o RcppExports.o
g++  -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"     -O3 -Wall  -mtune=core2            -c jqr.cpp -o jqr.o
gcc  -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/builtin.c -o jq/builtin.o
gcc  -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/bytecode.c -o jq/bytecode.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc  -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/compile.c -o jq/compile.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc  -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/execute.c -o jq/execute.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc  -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_alloc.c -o jq/jv_alloc.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc  -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_aux.c -o jq/jv_aux.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc  -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_dtoa.c -o jq/jv_dtoa.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc  -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_file.c -o jq/jv_file.o
gcc  -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_parse.c -o jq/jv_parse.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc  -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_print.c -o jq/jv_print.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
gcc  -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_unicode.c -o jq/jv_unicode.o
gcc  -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/jv.c -o jq/jv.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc  -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/lexer.c -o jq/lexer.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
lexer.c:1933:16: warning: 'yy_top_state' defined but not used [-Wunused-function]
gcc  -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/locfile.c -o jq/locfile.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
jq/locfile.c: In function 'locfile_locate':
jq/locfile.c:47:20: warning: 'startline' may be used uninitialized in this function [-Wuninitialized]
jq/locfile.c:55:7: note: 'startline' was declared here
gcc  -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O3 -Wall  -std=gnu99 -mtune=core2 -c jq/parser.c -o jq/parser.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
ar rcs libjq.a jq/builtin.o jq/bytecode.o jq/compile.o jq/execute.o jq/jv_alloc.o jq/jv_aux.o jq/jv_dtoa.o jq/jv_file.o jq/jv_parse.o jq/jv_print.o jq/jv_unicode.o jq/jv.o jq/lexer.o jq/locfile.o jq/parser.o
g++ -shared -s -static-libgcc -o jqr.dll tmp.def RcppExports.o jqr.o -L. -ljq -Ld:/RCompile/r-compiling/local/local323/lib/i386 -Ld:/RCompile/r-compiling/local/local323/lib -LD:/RCompile/recent/R/bin/i386 -lR
installing to d:/RCompile/CRANguest/R-devel/lib/jqr/libs/i386

*** arch - x64
g++ -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"     -O3 -Wall  -mtune=core2            -c RcppExports.cpp -o RcppExports.o
g++ -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"     -O3 -Wall  -mtune=core2            -c jqr.cpp -o jqr.o
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/builtin.c -o jq/builtin.o
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/bytecode.c -o jq/bytecode.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/compile.c -o jq/compile.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/execute.c -o jq/execute.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_alloc.c -o jq/jv_alloc.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_aux.c -o jq/jv_aux.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_dtoa.c -o jq/jv_dtoa.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_file.c -o jq/jv_file.o
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_parse.c -o jq/jv_parse.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_print.c -o jq/jv_print.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/jv_unicode.c -o jq/jv_unicode.o
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/jv.c -o jq/jv.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/lexer.c -o jq/lexer.o
jq/jv.h:41:12: warning: 'jv_is_valid' defined but not used [-Wunused-function]
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
lexer.c:1933:16: warning: 'yy_top_state' defined but not used [-Wunused-function]
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/locfile.c -o jq/locfile.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
jq/locfile.c: In function 'locfile_locate':
jq/locfile.c:47:20: warning: 'startline' may be used uninitialized in this function [-Wuninitialized]
jq/locfile.c:55:7: note: 'startline' was declared here
gcc -m64 -I"D:/RCompile/recent/R/include"         -Ijq   -I"d:/RCompile/CRANpkg/lib/3.3/BH/include" -I"d:/RCompile/CRANpkg/lib/3.3/Rcpp/include" -I"d:/RCompile/r-compiling/local/local323/include"  -Ijq   -O2 -Wall  -std=gnu99 -mtune=core2 -c jq/parser.c -o jq/parser.o
jq/jv_alloc.h:11:13: warning: 'jv_mem_invalidate' defined but not used [-Wunused-function]
ar rcs libjq.a jq/builtin.o jq/bytecode.o jq/compile.o jq/execute.o jq/jv_alloc.o jq/jv_aux.o jq/jv_dtoa.o jq/jv_file.o jq/jv_parse.o jq/jv_print.o jq/jv_unicode.o jq/jv.o jq/lexer.o jq/locfile.o jq/parser.o
g++ -m64 -shared -s -static-libgcc -o jqr.dll tmp.def RcppExports.o jqr.o -L. -ljq -Ld:/RCompile/r-compiling/local/local323/lib/x64 -Ld:/RCompile/r-compiling/local/local323/lib -LD:/RCompile/recent/R/bin/x64 -lR
installing to d:/RCompile/CRANguest/R-devel/lib/jqr/libs/x64
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
*** arch - i386
*** arch - x64
* MD5 sums
packaged installation of 'jqr' as jqr_0.2.0.zip
* DONE (jqr)

check

no notes or warnings

sckott commented 8 years ago

So it installs on windows now, but we still got unused function warnings

sckott commented 8 years ago

running on appveyor now https://ci.appveyor.com/project/sckott/jqr

richfitz commented 8 years ago

Thanks Scott!

sckott commented 8 years ago

failed first, guessing problem with dev R, trying R stable now

sckott commented 8 years ago

building good on windows now

sckott commented 8 years ago

Should we submit despite the unused fxn warnings?

richfitz commented 8 years ago

Yeah, give it a shot based on what Jeroen says in #37, if your flame proof suit can handle it.

sckott commented 8 years ago

okay