Last data update: 2014.03.03

png

Package: png
Version: 0.1-7
Title: Read and write PNG images
Author: Simon Urbanek <Simon.Urbanek@r-project.org>
Maintainer: Simon Urbanek <Simon.Urbanek@r-project.org>
Depends: R (>= 2.9.0)
Description: This package provides an easy and simple way to read, write and display bitmap images stored in the PNG format. It can read and write both files and in-memory raw vectors.
License: GPL-2 | GPL-3
SystemRequirements: libpng
URL: http://www.rforge.net/png/
Packaged: 2013-12-03 20:09:14 UTC; svnuser
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2013-12-03 22:25:05

● 0 images, 2 functions, 0 datasets
Reverse Depends: 5

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'png' ...
** package 'png' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    `libpng-config --cflags` -fpic  -g -O2  -c read.c -o read.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    `libpng-config --cflags` -fpic  -g -O2  -c write.c -o write.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o png.so read.o write.o -lpng12 -lz -lm -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/png/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'png'
    finding HTML links ... done
    readPNG                                 html  
    writePNG                                html  
** building package indices
** testing if installed package can be loaded
* DONE (png)
Making 'packages.html' ... done