Skip to content
Prev 53855 / 63424 Next

write.csv

Two thoughts:

1) Will the new server that you are setting up with Server 2016 eventually host build and test? If so, this could at least run on that.
2) CreateVirtualDisk and OpenVirtualDisk are C functions that are available in Windows 7 and Server 2008 R2. So these are options that we could use, but it would require creating a small program to drive creation/mounting/deletion of the disk and compiling it at build time.

Nathan

-----Original Message-----
From: Uwe Ligges [mailto:ligges at statistik.tu-dortmund.de] 
Sent: Tuesday, July 11, 2017 5:09 AM
To: Nathan Sosnovske <nsosnov at microsoft.com>; Duncan Murdoch <murdoch.duncan at gmail.com>; Jim Hester <james.f.hester at gmail.com>
Cc: r-devel at r-project.org; Lipatz Jean-Luc <jean-luc.lipatz at insee.fr>
Subject: Re: [Rd] write.csv

This is a bit difficult:

R binaries (both for R base and R packages) are still built with Windows Server 2008 and my desktop machine is Windows 7, hence at least currently such a check would not get executed on the machines R core / CRAN use ...

Best,
Uwe
On 11.07.2017 00:59, Nathan Sosnovske via R-devel wrote: