Displaying 2 results from an estimated 2 matches for "stringfun".
Did you mean:
stringfn
2013 Aug 29
0
Big Integer Support in JSON-to-R Conversion
...tation/interpretation that occurs inside of the rjson and
RJSONIO packages.
It is not important in my application for numeric nodes in the JSON to be
preserved as a numeric class - if everything came back as a string, that
would be acceptable. Therefore, I was hoping the 'handler' or 'stringFun'
arguments within the RJSONIO package would allow me to specify a character
representation for all nodes inside the JSON string, such that:
> fromJSON(json.str)
would result in:
$bigInt
[1] "123456789123456789"
However, it looks like the 'stringFun' is only applied to the...
2002 May 03
1
On creating an R package..
Dear R-help,
I'm trying to create a simple R package that contains 3 string
functions, but I have run into some
problems: what are the correct permission for the files in the package
directory?
Yours faitfully,
Rasmus
* checking for file `stringfun/DESCRIPTION' ... OK
* checking package directory ... OK
* checking for sufficient/correct file permissions ... WARNING
* Found the following text files with incorrect permissions:
* ./lower.case.R
* ./upper.case.R
* ./strip.R
* ./man/stringfun.Rd
* ./DESCRIPTION
* ./IN...