Last data update: 2014.03.03

devEMF

Package: devEMF
Type: Package
Title: EMF Graphics Output Device
Version: 2.0
Date: 2015-1-29
Author: Philip Johnson
Maintainer: Philip Johnson <plfj@umd.edu>
Depends: R (>= 2.10.1)
SystemRequirements: Xft (only needed for platforms other than OSX and
Windows)
Description: Output graphics to EMF (enhanced metafile).
License: GPL-3
Packaged: 2015-01-29 18:45:58 UTC; pjohnson
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-01-29 20:37:36

● 0 images, 1 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'devEMF' ...
** package 'devEMF' successfully unpacked and MD5 sums checked
checking for pkg-config... /usr/bin/pkg-config
checking whether pkg-config knows about xft... yes
configure: XFT_CFLAGS=-I/usr/include/freetype2
configure: XFT_LIBS=-lXft
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 X11/Xft/Xft.h usability... yes
checking X11/Xft/Xft.h presence... yes
checking for X11/Xft/Xft.h... yes
configure: creating ./config.status
config.status: creating src/Makevars
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I/usr/include/freetype2 -I/usr/local/include    -fpic  -g -O2  -c devEMF.cpp -o devEMF.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o devEMF.so devEMF.o -lXft -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/devEMF/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'devEMF'
    finding HTML links ... done
    emf                                     html  
** building package indices
** testing if installed package can be loaded
* DONE (devEMF)
Making 'packages.html' ... done