Jeroen Ooms

Results 274 issues of Jeroen Ooms

In RApache, request data for a multipart/form-data HTTP POST will be available in the session in two files: POST : contains posted form variables FILES: contains posted files I am...

The `Response` class has a method `write` to add text to the body field. However, I cannot find a method to send a file or `raw` vector? E.g. something like:...

I can get it to build on Linux but OSX gives: ``` Jeroens-MacBook-Pro:src jeroen$ make g++ -g -w -O3 -I./MathLib -I./Algorithms -I./Algorithms/HSVI -I./Algorithms/SARSOP -I./Models/MOMDP/ -I./Models/MOMDP/CoLoc/ -I./OfflineSolver/ -I./Bounds/ -I./Core/ -I./Parser/Cassandra/ -I./Parser/Cassandra/include...

Parsing questions: - What standard(s) are we implementing? - how do standards relate? datapkg vs tabular data pkg? default to csv or linear-tsv? - what if both format and dialect...

We need this for the `pdftools` package. This does not work yet, because emcmake seems to be unable to find freetype.

To support long reliable running R sessions on the server, it could be useful to add tooling that can limit memory usage and cpu time to prevent R sessions from...

feature

If the ABI is stable perhaps there is no need to keep bumping the soname? I couldn't find anything about the soname policy in the readme file. A good example...

[Repost from [this SO question](https://stackoverflow.com/questions/24337383/unloading-rjava-and-or-restarting-jvm)]. I would like to use `rJava` in combination with `mcparallel` but obviously [the JVM cannot be forked](https://stat.ethz.ch/pipermail/r-devel/2013-November/067960.html). Therefore a separate JVM instance needs to be...

enhancement

This would allow us to build the package on https://s-u.r-universe.dev The problem is that rJava is one of the few R packages that needs pre-work before we can run R...

The ropensci website can be visited either via http or https. However this causes comments in disqus to be specific to either one or the other URL. For example these...