unixtools - R interface to system-level tools on unix
RForge.net

unixtools

About unixtools
GIT access
Download/Files
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/unixtools.git unixtools
see also unixtools GitHub repository.

To install the latest development snapshot of this package, use

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

Binaries (if avalable) can be installed using

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

Most recent GIT commits


ba719371| Merge: 13da33d 8809fb0
Simon Urbanek | Tue Mar 4 18:19:40 2014 -0500

Merge pull request #2 from benmarwick/patch-1

fix tiny typo

8809fb0d| Ben Marwick | Mon Mar 3 20:59:20 2014 -0800
fix tiny typo
 M       man/set.user.Rd

13da33dd| Simon Urbanek | Thu Jan 23 15:08:43 2014 -0500
try to avoid R_CStackDir
 M       src/stack.c

ad9d5d7f| Simon Urbanek | Tue Jan 14 21:58:42 2014 -0500
add stack.info()
 M       NAMESPACE
 A       R/stack.R
 A       man/stack.info.Rd
 A       src/stack.c

2c8e13b1| Simon Urbanek | Fri Aug 16 11:41:32 2013 -0400
add chown
 M       NAMESPACE
 M       R/unix.R
 A       man/chown.Rd
 M       src/unix.c