-
In RRO:
``` r
> Revo.version
[1] "R-3.1.1"
```
In RRE this is a list:
```
> str(Revo.version)
List of 15
$ platform : chr "x86_64-w64-mingw32"
$ arch : chr "x86_64"
$ os …
-
Why don't use Restify instead of Express and assign all routes to client side?
Templating and rendering seems become useless for powerful framework like angular js.
ghost updated
9 years ago
-
Would it be possible to use CRAN's version of R rather than the default one in Ubuntu? I have found that I have to re-install R from CRAN since the current one on BCE is pretty old (3.0.2 rather than …
-
The RevoMath installer for Windows is in a file called RevoMath-3.2.0. However, when I launch this the screen is labeled RevoMath-8.0.3 Setup. I spoke with Nathan who indicated he had not yet built …
-
A user reports the following code generates an error on CentOS 6.5.
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/rropen/JP3SDgNNVp0/7B8EHqt_rX0J
(You will need to `install…
-
_This issue was originally filed by @shamblett_
---
I have several hundred warnings like these in my Problem view and code window :
There is no such setter 'jsonCmisResponse' in 'JsonObject'
There …
-
```
1. remove request's owner from the query in nearbyusers
2. remove not-online users from the query in nearbyusers
3. add HasLocation servlet
```
Original issue reported on code.google.com by `BAr…
-
It is easy to write code in R that is platform dependent, e.g. calls to `system()`.
Example:
``` r
coneKML = paste(unlist(system("curl -s -o - http://mw1.google.com/mw-weather/maps_hurricanes/three_…
-
```
add check for HasLocation feature
```
Original issue reported on code.google.com by `BArka...@gmail.com` on 22 Dec 2010 at 1:27
-
```
What steps will reproduce the problem?
1. play 2-3 games
2. request for facebook users
when one client crash, the other one also.
the error:
IllegalStateException: No Wrapped connection
http_clie…