Dear all,
During a recent package submission, we were highlighted that some lines
in our configure script didn't follow the correct syntax. The lines
looked like this:
x=$(($y/10))
We were indicated at the time that this is because the statement does
not use Bourne shell syntax, which is ab
Dear R Developers,
I am writing in order to open a constructive debate whether if it is worth
it that R Project adopts the Apache Software Foundation & Wikipedia Model
for Open Documentation by using a Collaborative Wiki & Document Store (As a
complement to Bugzilla and Mailing Lists), for fosteri
I am looking for the appropriate field to let package authors to
declare the pkg documentation language for spell checkers. The most
important case is to specify a preference between "en-US" or "en-GB"
which can be used by the hunspell or spelling pkg to select the
appropriate dictionary.
WRE defi
Hi,
I am having an issue regarding R3.4.3. I am launching R instance from
RDotNet using following two statements:
REngine.SetEnvironmentVariables(rPath, rHome);
this._RServer = REngine.GetInstance();
Where
rPath = "C:\Program Files\R\R-3.4.3\bin\x64"
rHome = "C:\Program Files\R\R-3.4.3"
As soo