Last data update: 2014.03.03

tiff

Package: tiff
Version: 0.1-5
Title: Read and write TIFF 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 TIFF format. It can read and write both files and in-memory raw vectors.
License: GPL-2 | GPL-3
SystemRequirements: tiff and jpeg libraries
URL: http://www.rforge.net/tiff/
Packaged: 2013-09-03 22:15:56 UTC; svnuser
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2013-09-04 07:27:36

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

Install log

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