Commit graph

9 commits

Author SHA1 Message Date
TAKATSU Tomonari
ff3068b8c2 - Update to 1.0-3 2013-03-29 20:44:47 +00:00
TAKATSU Tomonari
701b8d46fd - Update to 1.0-2 2013-03-24 21:23:35 +00:00
TAKATSU Tomonari
6b66a42955 - Update to 1.0-1
Feature safe:	yes
2012-11-24 04:30:33 +00:00
TAKATSU Tomonari
3f34923f38 - Update to 1.0-0
- Convert to new Makefile header
- Trim WWW: line in pkg-descr

Feature safe:	yes
2012-11-24 03:47:53 +00:00
TAKATSU Tomonari
545e40290c - Update to 0.98-1 2012-02-09 17:56:36 +00:00
TAKATSU Tomonari
e2fc069bdd - Update to 0.97-0 2012-01-19 14:47:54 +00:00
TAKATSU Tomonari
3025718dae - Update to 0.96-0 2011-10-24 21:39:08 +00:00
TAKATSU Tomonari
f722267a33 - Update to 0.95-0 2011-09-06 12:21:10 +00:00
TAKATSU Tomonari
4be992e88c - Add a new port: converters/R-cran-RJSONIO
This is a package that allows conversion to and from data in
  Javascript object notation (JSON) format. This allows R objects to
  be inserted into Javascript/ECMAScript/ActionScript code and allows
  R programmers to read and convert JSON content to R objects. This
  is an alternative to rjson package. That version was too slow for
  converting large R objects to JSON and is not extensible, but a
  very useful prototype. It is fast for parsing. This package uses
  methods, vectorized operations and C code and callbacks to R functions
  for deserializing JSON objects to R. Verison 0.4 of this package
  uses a new native parser, implements the transformation code in C
  and allocates memory efficiently (rather than concatenating because
  of event driven parsing). The result is a significantly faster
  parsing of large JSON documents.

  WWW:	http://cran.r-project.org/web/packages/RJSONIO/
2011-09-04 12:53:56 +00:00