Skip to content
No description, website, or topics provided.
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
R
Web about to do error classes for XML Jan 18, 2012
autom4te.cache moved to git Dec 6, 2011
inst/sampleData dealt with the Volatile and multiple inheritance problem via a workar… Jan 19, 2012
man now gets to same problem with R CMD check as before! Jan 19, 2012
src using the libraries Jeroen creates for baselibs. See RWinLib/baselibs Apr 28, 2018
tests removed some auto-generated files Jan 19, 2012
.Rbuildignore
COPYRIGHTs
Changes.html Changes file for Rcompression Jan 19, 2012
DESCRIPTION introduced Volatile class Jan 18, 2012
FAQ.html moved to git Dec 6, 2011
GNUmakefile moved to git Dec 6, 2011
LICENSE moved to git Dec 6, 2011
NAMESPACE introduced Volatile class Jan 18, 2012
README moved to git Dec 6, 2011
README.windows
Todo.html moved to git Dec 6, 2011
Todo.xml moved to git Dec 6, 2011
configure moved to git Dec 6, 2011
configure.in moved to git Dec 6, 2011
configure.win reset the configure.win and issue a message to look at the README.win… Apr 28, 2018
libVersion.c moved to git Dec 6, 2011
tuNotes.xml
zip.xml moved to git Dec 6, 2011

README

This package depends on zlib and bzip2's library.
On most machines, you will be able to use existing
installations of both of these systems.
I have tested this using version 1.2.3 of zlib
and 1.0.3 of bzip2.  You can find these libraries
at 
  http://www.gzip.org/zlib/
and
  http://www.bzip.org/

On one of my older machines, I had difficulty with the version
of zlib


If you pass bzip2 data to gzip or vice verse, who knows what will happen,
but it probably won't be good!  We may add some error checking in the future
but that involves looking at the headers, etc.


gnuwin32.sourceforge.net/packages/bzip2.htm


------------------------------------------------------------------------------
WINDOWS

On Windows, the installation uses the environment variables
LIB_BZIP2 and LIB_ZLIB. Set these to be the fully qualified
names of the directories where you have extracted the relevant
archive. For me, they are set to 

 C:/duncan/bzip2
and
 C:/duncan/zlib

I use the MS-DOS command prompt rather than cygwin,
if the R installation directory ($R_HOME) has a space in it.

You can’t perform that action at this time.