Re: [Rd] command line arguments are parsed differently on windows, from 3.4.3

2017-12-07 Thread Tomas Kalibera
Fixed in R-devel and R-patched. Tomas On 12/05/2017 05:58 PM, Tomas Kalibera wrote: A quick workaround if you needed to execute R expressions in Windows is calling RTerm directly. But a fix should be available soon. Tomas On 12/05/2017 05:51 PM, Henrik Bengtsson wrote: Sorry for not reading

Re: [Rd] Bug: Issues on Windows with SFN disabled

2017-12-07 Thread Tomas Kalibera
An update on this. Writing R Extensions does not recommend to have a space character in R_HOME. This means that on Windows one either should have SFN enabled (which is still the common case), or install into a directory that does not have a space in its name (so specifically not into "Program

Re: [Rd] Bug: Issues on Windows with SFN disabled

2017-12-07 Thread Dirk Eddelbuettel
On 7 December 2017 at 17:56, Tomas Kalibera wrote: | | An update on this. Writing R Extensions does not recommend to have a | space character in R_HOME. This means that on Windows one either should | have SFN enabled (which is still the common case), or install into a | directory that does not