Last data update: 2014.03.03

tkrplot

Package: tkrplot
Version: 0.0-23
Author: Luke Tierney <luke@stat.uiowa.edu>
Description: simple mechanism for placing R graphics in a Tk widget
Title: TK Rplot
Depends: R (>= 2.13), grDevices, tcltk
License: GPL
Maintainer: Luke Tierney <luke@stat.uiowa.edu>
Packaged: 2011-11-18 23:36:41 UTC; luke
Repository: CRAN
Date/Publication: 2011-11-19 09:56:45

● Cran Task View: Graphics
● 0 images, 1 functions, 0 datasets
Reverse Depends: 19

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'tkrplot' ...
** package 'tkrplot' successfully unpacked and MD5 sums checked
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for X... libraries , headers 
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for tclConfig.sh... no
checking for tclConfig.sh in library (sub)directories... /usr/lib/tclConfig.sh
checking for tkConfig.sh... no
checking for tkConfig.sh in library (sub)directories... /usr/lib/tkConfig.sh
checking /usr/include/tcl8.6/generic/tcl.h usability... no
checking /usr/include/tcl8.6/generic/tcl.h presence... no
checking for /usr/include/tcl8.6/generic/tcl.h... no
checking /usr/include/tcl8.6/tcl.h usability... yes
checking /usr/include/tcl8.6/tcl.h presence... yes
checking for /usr/include/tcl8.6/tcl.h... yes
checking /usr/include/tk8.6/generic/tk.h usability... no
checking /usr/include/tk8.6/generic/tk.h presence... no
checking for /usr/include/tk8.6/generic/tk.h... no
checking /usr/include/tk8.6/tk.h usability... no
checking /usr/include/tk8.6/tk.h presence... no
checking for /usr/include/tk8.6/tk.h... no
checking /usr/include/tcl8.6/tk.h usability... yes
checking /usr/include/tcl8.6/tk.h presence... yes
checking for /usr/include/tcl8.6/tk.h... yes
configure: creating ./config.status
config.status: creating src/Makevars
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/tcl8.6 -I/usr/include/tcl8.6  -I/usr/local/include    -fpic  -g -O2  -c tcltkimg.c -o tcltkimg.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o tkrplot.so tcltkimg.o -L/usr/lib/x86_64-linux-gnu -ltcl8.6 -L/usr/lib/x86_64-linux-gnu -ltk8.6 -lX11 -lXss -lXext -lXft -lfontconfig -lfreetype -lfontconfig -lpthread -ldl -lz -lpthread -lieee -lm -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/tkrplot/libs
** R
** preparing package for lazy loading
Warning: S3 methods 'as.character.tclObj', 'as.character.tclVar', 'as.double.tclObj', 'as.integer.tclObj', 'as.logical.tclObj', 'as.raw.tclObj', 'print.tclObj', '[[.tclArray', '[[<-.tclArray', '$.tclArray', '$<-.tclArray', 'names.tclArray', 'names<-.tclArray', 'length.tclArray', 'length<-.tclArray', 'tclObj.tclVar', 'tclObj<-.tclVar', 'tclvalue.default', 'tclvalue.tclObj', 'tclvalue.tclVar', 'tclvalue<-.default', 'tclvalue<-.tclVar', 'close.tkProgressBar' were declared in NAMESPACE but not found
Error : .onLoad failed in loadNamespace() for 'tcltk', details:
  call: fun(libname, pkgname)
  error: Tcl/Tk support is not available on this system
Error : package 'tcltk' could not be loaded
ERROR: lazy loading failed for package 'tkrplot'
* removing '/home/ddbj/local/lib64/R/library/tkrplot'