inspect - Simple package to show the internal structure of R objects
RForge.net

inspect

About inspect
SVN access
Download/Files
Check results
Package R docs

SVN repository access

The SVN repository for this project can be checked out using
svn co svn://svn.rforge.net/inspect/trunk inspect

To install the latest development snapshot of this package, use

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

To list branches use

svn ls svn://svn.rforge.net/inspect/branches
and for tags use
svn ls svn://svn.rforge.net/inspect/tags

Most recent SVN commits


r5 | urbanek | 2008-10-28 15:34:06 +0000 (Tue, 28 Oct 2008) | 1 line
   M trunk/man/inspect.Rd
update docs

r4 | urbanek | 2008-10-28 15:31:01 +0000 (Tue, 28 Oct 2008) | 1 line
   M trunk/DESCRIPTION
   M trunk/R/inspect.R
   M trunk/src/inspect.c
support strings as hex, printing of numeric/logical vector elements

r3 | urbanek | 2008-10-15 14:22:15 +0000 (Wed, 15 Oct 2008) | 1 line
   M trunk/R/inspect.R
   M trunk/man/inspect.Rd
   M trunk/src/inspect.c
add max.length option to adjust the number of displayed vector elements

r2 | urbanek | 2008-10-15 13:15:54 +0000 (Wed, 15 Oct 2008) | 1 line
   A trunk/DESCRIPTION
   A trunk/R
   A trunk/R/inspect.R
   A trunk/R/zz.R
   A trunk/man
   A trunk/man/inspect.Rd
   A trunk/src
   A trunk/src/inspect.c
import inspect sources

r1 | rforge | 2008-10-15 13:11:34 +0000 (Wed, 15 Oct 2008) | 1 line
   A branches
   A files
   A tags
   A trunk
   A web
Create initial repository structure