r2c - R to C compiler - check results
RForge.net

r2c

About r2c
SVN access
Download/Files
Check results

Version: 0.1-0
Result: ERROR
Check time: 2018-01-26 22:01

Install log for Linux

* installing *source* package 'r2c' ...
ERROR: a 'NAMESPACE' file is required
* removing '/r2c'

Distribution log

SVN checkout/GIT clone log


Build log for Windows (R 2.11.x)

* checking for file 'r2c/DESCRIPTION' ... OK
* preparing 'r2c':
* checking DESCRIPTION meta-information ... OK
* cleaning src
* removing junk files
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* building binary distribution
WARNING: some HTML links may not be found
* installing *source* package 'r2c' ...
** libs
making DLL ...
gcc -I"c:/PROGRA~1/r/R-211~1.0/include" -O3 -Wall -std=gnu99 -c sc.c -o sc.o
sc.c:8:2: warning: #warning "R is lacking NATFSXP support, falling back to .Call interface (untested)"
gcc -shared -s -static-libgcc -o r2c.dll tmp.def sc.o -Lc:/PROGRA~1/r/R-211~1.0/bin -lR
installing to c:/tmp/Rinst170036901/r2c/libs
... done
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices ...
** MD5 sums
** testing if installed package can be loaded
packaged installation of 'r2c' as r2c_0.1-0.zip

* DONE (r2c)


Build log for Windows 64-bit (R 2.11.x)

* checking for file 'r2c/DESCRIPTION' ... OK
* preparing 'r2c':
* checking DESCRIPTION meta-information ... OK
* cleaning src
* removing junk files
* checking for LF line-endings in source and make files
* checking for empty or unneeded directories
* building binary distribution
WARNING: some HTML links may not be found
* installing *source* package 'r2c' ...
** libs
making DLL ...
gcc -I"c:/PROGRA~1/r/R-211~1.0DE/include" -O3 -Wall -std=gnu99 -c sc.c -o sc.o
sc.c:8:2: warning: #warning "R is lacking NATFSXP support, falling back to .Call interface (untested)"
sc.c: In function 'c_fn':
sc.c:456:48: warning: cast from pointer to integer of different size
sc.c:464:67: warning: cast from pointer to integer of different size
sc.c:408:13: warning: array subscript is below array bounds
gcc -shared -s -o r2c.dll tmp.def sc.o -Lc:/PROGRA~1/r/R-211~1.0DE/bin -lR
... done
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices ...
** MD5 sums
packaged installation of 'r2c' as r2c_0.1-0.zip
* DONE (r2c)


Build log for Mac OS X 10.5 (R 2.16.x)

* installing *source* package 'r2c' ...
** Creating default NAMESPACE file
** libs
*** arch - i386
gcc -arch i386 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/i386 -DNDEBUG -I/usr/local/include -fPIC -g -O2 -c sc.c -o sc.o
sc.c:8:2: warning: #warning "R is lacking NATFSXP support, falling back to .Call interface (untested)"
gcc -arch i386 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o r2c.so sc.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Tiger/Builds/rforge/Rlib/osx9-2.16/r2c/libs/i386
*** arch - ppc
gcc -arch ppc -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/ppc -DNDEBUG -I/usr/local/include -fPIC -g -O2 -c sc.c -o sc.o
sc.c:8:2: warning: #warning "R is lacking NATFSXP support, falling back to .Call interface (untested)"
gcc -arch ppc -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o r2c.so sc.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Tiger/Builds/rforge/Rlib/osx9-2.16/r2c/libs/ppc
*** arch - x86_64
gcc -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -I/Library/Frameworks/R.framework/Resources/include/x86_64 -DNDEBUG -I/usr/local/include -fPIC -g -O2 -c sc.c -o sc.o
sc.c:8:2: warning: #warning "R is lacking NATFSXP support, falling back to .Call interface (untested)"
sc.c: In function 'c_fn':
sc.c:456: warning: cast from pointer to integer of different size
sc.c:464: warning: cast from pointer to integer of different size
gcc -arch x86_64 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/lib -o r2c.so sc.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Tiger/Builds/rforge/Rlib/osx9-2.16/r2c/libs/x86_64
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded
*** arch - i386
*** arch - ppc
*** arch - x86_64
packaged installation of 'r2c' as 'r2c_0.1-0.tgz'

* DONE (r2c)

Build log for Windows 7 (R 3.0.x)

(r2c 0.1-0)
* installing to library 'z:/rforge/Rlib/win7-3.0'
* installing *source* package 'r2c' ...
ERROR: a 'NAMESPACE' file is required
* removing 'z:/rforge/Rlib/win7-3.0/r2c'