png - Read, write and plot PNG image files in R
RForge.net

png

About png
GIT access
Download/Files
News
Check results
Package R docs

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/s-u/png.git png
see also png GitHub repository.

To install the latest development snapshot of this package, use

install.packages("png",,"http://rforge.net/",type="source")

Binaries (if avalable) can be installed using

install.packages("png",,"http://rforge.net/")

Most recent GIT commits


a39b35b7| Simon Urbanek | Tue Nov 29 22:42:21 2022 +1300
count protects in write
 M       src/write.c

aad994d8| Simon Urbanek | Tue Nov 29 22:35:45 2022 +1300
avoid strict prototype warning
 M       src/dummy.c

4b94c79b| Simon Urbanek | Tue Nov 29 22:34:46 2022 +1300
update NEWS
 M       NEWS

4c05baea| Simon Urbanek | Tue Nov 29 22:34:38 2022 +1300
add dummy registration
 A       src/dummy.c

bd1163e1| Simon Urbanek | Thu Apr 23 12:42:34 2015 -0400
protect against (unlikely) gc due to installed symbol
 M       src/read.c