Hi all,
I¡¯m trying to build R (32-bit) under Windows 7 (64-bit).
To do so, I just use ¡±make all recommended¡± as mentioned in the
documents and it does work for R 2.15.2.
However, for R 3.0.2, I get the following error message,
gcc -shared -s -sta
The issue is that your version of Windows is not properly changing to a
C locale. The solution is to start the build in an 8-bit (preferably C)
locale.
This is documented in R-patched at least: see the posting guide (which
asked you to try R-patched before posting) and
http://cran.r-project.
Hi,
Which is the best way to use unit tests as examples for documentation?
I use testthat, but if there is a good way to do this, for example,
only with RUnit, it'd still be good to know.
Unit-tests are usually simple and concise, so they are good candidates
for example code, but I don't want to
Hi All,
I'm planning to submit my first package to R, and although I read all the
documentation, I'm not very clear on the following 2 items, from which I'd
appreciate your guidance:
1)I understand it is suggested to use the R dev version to build the
package. Which one specifically should I us
On Jan 18, 2014, at 9:31 AM, Axel Urbiz wrote:
> Hi All,
>
>
> I'm planning to submit my first package to R, and although I read all the
> documentation, I'm not very clear on the following 2 items, from which I'd
> appreciate your guidance:
>
>
> 1)I understand it is suggested to use the R
On 18/01/2014 15:25, Simon Urbanek wrote:
On Jan 18, 2014, at 9:31 AM, Axel Urbiz wrote:
Hi All,
I'm planning to submit my first package to R, and although I read all the
To CRAN, not 'to R', I guess.
documentation, I'm not very clear on the following 2 items, from which I'd
appreciate
If you're using roxygen2, you can use @example tag to include an
external file into the examples.
Hadley
On Sat, Jan 18, 2014 at 7:18 AM, Alexey Sergushichev
wrote:
> Hi,
>
> Which is the best way to use unit tests as examples for documentation?
> I use testthat, but if there is a good way to do
On 17/01/2014 18:58, Gábor Csárdi wrote:
Hi all,
I just run into this today. Apparently rexp() sometimes gives different
slightly results for the same seed on 32 bit and 64 bit machines. runif()
is the same for both, so the problem seems to be in rexp().
Rather, the 'problem' is in your expect