* checking for working latex ... OK
* using log directory 'd:/Rcompile/CRANpkg/check/1.8/rgl.Rcheck'
* checking for file 'rgl/DESCRIPTION' ... OK
* checking if this is a source package ... OK



---------- Making package rgl ------------
  adding build stamp to DESCRIPTION
  running src/Makefile.win ...
CFLAGS="-O2 -fomit-frame-pointer -Wall -pedantic -I../zlib" make -e -C lpng -f scripts/makefile.gcc
gcc -O2 -fomit-frame-pointer -Wall -pedantic -I../zlib   -c -o pngtest.o pngtest.c
gcc -o pngtest pngtest.o -L. -L../zlib -lpng -lz -lm -s
g++ -O2 -fomit-frame-pointer -Wall -pedantic -fno-exceptions -fno-rtti -DNDEBUG -Izlib -Ilpng -DHAVE_PNG_H  -c -o types.o types.cpp
g++ -O2 -fomit-frame-pointer -Wall -pedantic -fno-exceptions -fno-rtti -DNDEBUG -Izlib -Ilpng -DHAVE_PNG_H  -c -o math.o math.cpp
g++ -O2 -fomit-frame-pointer -Wall -pedantic -fno-exceptions -fno-rtti -DNDEBUG -Izlib -Ilpng -DHAVE_PNG_H  -c -o fps.o fps.cpp
g++ -O2 -fomit-frame-pointer -Wall -pedantic -fno-exceptions -fno-rtti -DNDEBUG -Izlib -Ilpng -DHAVE_PNG_H  -c -o pixmap.o pixmap.cpp
g++ -O2 -fomit-frame-pointer -Wall -pedantic -fno-exceptions -fno-rtti -DNDEBUG -Izlib -Ilpng -DHAVE_PNG_H  -c -o gui.o gui.cpp
g++ -O2 -fomit-frame-pointer -Wall -pedantic -fno-exceptions -fno-rtti -DNDEBUG -Izlib -Ilpng -DHAVE_PNG_H  -c -o api.o api.cpp
g++ -O2 -fomit-frame-pointer -Wall -pedantic -fno-exceptions -fno-rtti -DNDEBUG -Izlib -Ilpng -DHAVE_PNG_H  -c -o device.o device.cpp
g++ -O2 -fomit-frame-pointer -Wall -pedantic -fno-exceptions -fno-rtti -DNDEBUG -Izlib -Ilpng -DHAVE_PNG_H  -c -o devicemanager.o devicemanager.cpp
g++ -O2 -fomit-frame-pointer -Wall -pedantic -fno-exceptions -fno-rtti -DNDEBUG -Izlib -Ilpng -DHAVE_PNG_H  -c -o rglview.o rglview.cpp
g++ -O2 -fomit-frame-pointer -Wall -pedantic -fno-exceptions -fno-rtti -DNDEBUG -Izlib -Ilpng -DHAVE_PNG_H  -c -o scene.o scene.cpp
g++ -O2 -fomit-frame-pointer -Wall -pedantic -fno-exceptions -fno-rtti -DNDEBUG -Izlib -Ilpng -DHAVE_PNG_H  -c -o glgui.o glgui.cpp
g++ -O2 -fomit-frame-pointer -Wall -pedantic -fno-exceptions -fno-rtti -DNDEBUG -Izlib -Ilpng -DHAVE_PNG_H  -c -o win32lib.o win32lib.cpp
g++ -O2 -fomit-frame-pointer -Wall -pedantic -fno-exceptions -fno-rtti -DNDEBUG -Izlib -Ilpng -DHAVE_PNG_H  -c -o win32gui.o win32gui.cpp
Rcmd ../src/gnuwin32/makeDllRes.pl rgl >rgl_res.rc
windres --include-dir=d:/Rcompile/recent/R-1.8.1/src/include -i rgl_res.rc -o rgl_res.o
g++ -O2 -fomit-frame-pointer -Wall -pedantic -fno-exceptions -fno-rtti -DNDEBUG -Izlib -Ilpng -DHAVE_PNG_H   --shared types.o math.o fps.o pixmap.o gui.o api.o device.o devicemanager.o rglview.o scene.o glgui.o win32lib.o win32gui.o rgl_res.o -Lzlib -Llpng -lpng -lz -lopengl32 -lglu32 -lgdi32 -o rgl.dll
  ... done
  installing DLL
  installing R files
  installing demos
  installing inst files
  installing man source files
  installing indices
  installing help
 >>> Building/Updating help pages for package 'rgl'
     Formats: text html latex example 
  bbox                              text    html    latex   example
  bg                                text    html    latex   example
  light                             text    html    latex
  material                          text    html    latex
  primitive                         text    html    latex   example
  rgl-internal                      text    html    latex
  rgl                               text    html    latex   example
  scene                             text    html    latex
  snapshot                          text    html    latex   example
  spheres                           text    html    latex   example
  sprites                           text    html    latex   example
  surface                           text    html    latex   example
  texts                             text    html    latex   example
  viewpoint                         text    html    latex   example
 >>> Building/Updating help pages for package 'rgl'
     Formats: chm 
  bbox                                                              chm
  bg                                                                chm
  light                                                             chm
  material                                                          chm
  primitive                                                         chm
  rgl-internal                                                      chm
  rgl                                                               chm
  scene                                                             chm
  snapshot                                                          chm
  spheres                                                           chm
  sprites                                                           chm
  surface                                                           chm
  texts                                                             chm
  viewpoint                                                         chm
Microsoft HTML Help Compiler 4.74.8702

Compiling d:\Rcompile\CRANpkg\check\1.8\rgl\chm\rgl.chm


Compile time: 0 minutes, 2 seconds
15	Topics
80	Local links
0	Internet links
1	Graphic


Created d:\Rcompile\CRANpkg\check\1.8\rgl\chm\rgl.chm, 34,775 bytes
Compression decreased file by 14,532 bytes.
  adding MD5 sums

installing R.css in d:/Rcompile/CRANpkg/check/1.8/rgl.Rcheck

* checking package directory ... OK
* checking for portable file names ... OK
* checking DESCRIPTION meta-information ... OK
* checking package dependencies ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for syntax errors ... OK
* checking R files for library.dynam ... OK
* checking S3 generic/method consistency ... OK
* checking for replacement functions with final arg not named 'value' ... OK
* checking Rd files ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking for CRLF line endings in C sources/headers ... OK
* creating rgl-Ex.R ... OK
* checking examples ... OK
* creating rgl-manual.tex ... OK
* checking rgl-manual.tex ... OK


