Re: [R-pkg-devel] Is it possible to protect a word from the spell checker?

2016-03-01 Thread Hana Sevcikova
If it's in the DESCRIPTION file put the word into quotes. Hana On 01/03/2016 08:47, Michael Dewey wrote: The spell checker is correct they are not correctly spelled English words but names. I searched the Writing R Extensions manual but did not find any solution. I know it is only a NOTE not mor

Re: [R-pkg-devel] Is it possible to protect a word from the spell checker?

2016-03-01 Thread Duncan Murdoch
On 01/03/2016 11:47 AM, Michael Dewey wrote: The spell checker is correct they are not correctly spelled English words but names. I searched the Writing R Extensions manual but did not find any solution. I know it is only a NOTE not more serious. I think so. See the discussion of the .aspell d

[R-pkg-devel] Is it possible to protect a word from the spell checker?

2016-03-01 Thread Michael Dewey
The spell checker is correct they are not correctly spelled English words but names. I searched the Writing R Extensions manual but did not find any solution. I know it is only a NOTE not more serious. -- Michael http://www.dewey.myzen.co.uk/home.html __

Re: [R-pkg-devel] Linking an R package to the Python library

2016-03-01 Thread Bruce Hoff
Dear Johannes: Thank you for sending the link to "pythoninr". Looking at the page, under "Windows" there is the statement "One obviously needs to have R and Python installed." Our goal is to create a package which does not require that the user install Python prior to installing the R package.

Re: [R-pkg-devel] Linking an R package to the Python library

2016-03-01 Thread Johannes Ranke
Bruce, maybe you want to also have a look at PythonInR, which solves a similar, if not the same, problem https://bitbucket.org/Fl/pythoninr/ Johannes Am Montag, 29. Februar 2016, 13:01:06 schrieb Bruce Hoff: > I am trying to create a self-contained R package wrapping Python that works > cr