search for: devel&data

Displaying 20 results from an estimated 27 matches for "devel&data".

Did you mean: dev&data
2017 Jun 23
2
suggestion to fix packageDescription() for Windows users
...ok at this over the weekend/next week (probably closer to next week). It is on my list of things to do and I've just had a few other prior commitments that I have to finish first. Sorry for the delay. I'll chime in with a status update next week. Nathan -----Original Message----- From: R-devel [mailto:r-devel-bounces at r-project.org] On Behalf Of Duncan Murdoch Sent: Friday, June 23, 2017 5:16 AM To: Andrie de Vries <apdevries at gmail.com> Cc: r-devel at r-project.org; Ben Marwick <bmarwick at uw.edu> Subject: Re: [Rd] suggestion to fix packageDescription() for Windows user...
2015 Aug 12
2
download.file() on ftp URL fails in windows with default download method
...idsmi at microsoft.com> R Community Lead, Revolution Analytics (a Microsoft company)? Tel: +1 (312) 9205766 (Chicago IL, USA) Twitter: @revodavid | Blog: ?http://blog.revolutionanalytics.com We are hiring engineers for Revolution R and Azure Machine Learning. -----Original Message----- From: R-devel [mailto:r-devel-bounces at r-project.org] On Behalf Of Dan Tenenbaum Sent: Tuesday, August 11, 2015 09:51 To: Uwe Ligges <ligges at statistik.tu-dortmund.de> Cc: R-devel at r-project.org Subject: Re: [Rd] download.file() on ftp URL fails in windows with default download method ----- Origin...
2017 Jun 24
0
suggestion to fix packageDescription() for Windows users
...): Use default auto-citation if no CITATION ## available. citfile <- file.path(dir, "CITATION") Nathan says he can look into this further next week... Cheers, Rich Calaway Microsoft R Product Team 24/1341 +1 (425) 4219919 X19919 -----Original Message----- From: R-devel [mailto:r-devel-bounces at r-project.org] On Behalf Of Nathan Sosnovske via R-devel Sent: Friday, June 23, 2017 7:36 AM To: Duncan Murdoch <murdoch.duncan at gmail.com>; Andrie de Vries <apdevries at gmail.com> Cc: r-devel at r-project.org; Ben Marwick <bmarwick at uw.edu> Subject...
2015 Aug 12
0
download.file() on ftp URL fails in windows with default download method
...-- > From: "David Smith" <davidsmi at microsoft.com> > To: "Dan Tenenbaum" <dtenenba at fredhutch.org>, "Uwe Ligges" <ligges at statistik.tu-dortmund.de>, "Elliot Waingold" > <Elliot.Waingold at microsoft.com> > Cc: "R-devel at r-project.org" <r-devel at r-project.org> > Sent: Wednesday, August 12, 2015 12:42:39 PM > Subject: RE: [Rd] download.file() on ftp URL fails in windows with default download method > > We were also able to reproduce the issue on Windows Server 2012. If > there's a...
2017 Jun 27
2
texi2pdf doesn't find the correct MikTex installation due to erroneous Sys.which()
I checked after this question popped up on Stackoverflow: https://stackoverflow.com/questions/44785961/compile-pdf-in-rstudio-works-but-knit2pdf-does-not-work-in-r-or-rstudio On Windows, texi2pdf looks for the texify.exe of Miktex, but looks in a very wrong place: > Sys.which("texify") texify
2017 Jul 04
1
write.csv
...virtual hard disk (via CreateVirtualDisk), mounting it, and writing to the mounted location. I believe the drive could even be mounted to an arbitrary location on the filesystem (instead of a drive letter) so that drive letter conflicts don't come into play. -----Original Message----- From: R-devel [mailto:r-devel-bounces at r-project.org] On Behalf Of Duncan Murdoch Sent: Tuesday, July 4, 2017 7:53 AM To: 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 On 04/07/2017 10:01 AM, Jim Hes...
2017 Sep 28
5
Duncan's retirement: who's taking over Rtools?
Dear dev team, I was sorry to see the announcement of Duncan about his retirement from maintaining the R Windows build and Rtools. Duncan, thank you incredibly much for your 15 years of devotion and your impressive contribution to the R community as a whole. Thinking about the future, I wondered whether there were plans for the succession of Duncan. Is it the intention to continue providing
2015 Aug 08
2
download.file() on ftp URL fails in windows with default download method
----- Original Message ----- > From: "Uwe Ligges" <ligges at statistik.tu-dortmund.de> > To: "Dan Tenenbaum" <dtenenba at fredhutch.org>, "R-devel at r-project.org" <r-devel at r-project.org> > Sent: Saturday, August 8, 2015 3:57:34 PM > Subject: Re: [Rd] download.file() on ftp URL fails in windows with default download method > > > > On 08.08.2015 01:11, Dan Tenenbaum wrote: > > Hi, > > > >&g...
2017 Jun 18
2
suggestion to fix packageDescription() for Windows users
...ils datasets methods base >>>> >>>> loaded via a namespace (and not attached): >>>> [1] tools_3.3.1 yaml_2.1.14 knitr_1.16 >>>> #--------------- >>>> >>>> ______________________________________________ >>>> R-devel at r-project.org mailing list >>>> https://stat.ethz.ch/mailman/listinfo/r-devel >>>> >>>> >>> >> ______________________________________________ >> R-devel at r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-devel &...
2017 Sep 29
2
Duncan's retirement: who's taking over Rtools?
...r treatment of Java and Internet Explorer. So I think that if we want to keep R as one language it is very important that the person(s) responsible for R on Windows will have no association with Microsoft. Best regards,Moshe. On Friday, 29 September 2017, 1:47:36 am GMT+10, David Smith via R-devel <r-devel at r-project.org> wrote: Likewise, a hearty THANK YOU from me and the rest of the team at Microsoft for all the work you, Duncan, have put into making R available for Windows users around the world over the past 15 years. I know it wasn't easy (Windows is not without its qui...
2017 Jun 26
3
suggestion to fix packageDescription() for Windows users
...on another bug. -----Original Message----- From: Rich Calaway Sent: Friday, June 23, 2017 6:34 PM To: Nathan Sosnovske <nsosnov at microsoft.com>; Duncan Murdoch <murdoch.duncan at gmail.com>; Andrie de Vries <apdevries at gmail.com> Cc: Ben Marwick <bmarwick at uw.edu>; R-devel Mailing List (r-devel at r-project.org) <r-devel at r-project.org> Subject: RE: [Rd] suggestion to fix packageDescription() for Windows users The following patch is not the most elegant, but it restores the Authors when "LC_CTYPE" is set to either "Chinese" or "Arabi...
2017 Jul 04
1
write.csv
...ramming languages expect you to handle this as an error condition. If you tried the same thing in C you would get the same error. The bug is that there is no error signalled. It looks as though the write succeeded, when it didn't. Duncan Murdoch > -----Original Message----- > From: R-devel [mailto:r-devel-bounces at r-project.org] On Behalf Of Lipatz Jean-Luc > Sent: Tuesday, July 4, 2017 5:40 AM > To: Duncan Murdoch <murdoch.duncan at gmail.com> > Cc: r-devel at r-project.org > Subject: Re: [Rd] write.csv > > I would really like the bug fixed. At least this o...
2017 Jun 27
0
texi2pdf doesn't find the correct MikTex installation due to erroneous Sys.which()
...C:\\PROGRA~2\\MIKTEX~1.9\\miktex\\bin\\texify.exe" > normalizePath(Sys.which("texify")) [1] "C:\\Program Files (x86)\\MiKTeX 2.9\\miktex\\bin\\texify.exe" Cheers, Rich Calaway Microsoft R Product Team 24/1341 +1 (425) 4219919 X19919 -----Original Message----- From: R-devel [mailto:r-devel-bounces at r-project.org] On Behalf Of Joris Meys Sent: Tuesday, June 27, 2017 10:43 AM To: r-devel at r-project.org Subject: [Rd] texi2pdf doesn't find the correct MikTex installation due to erroneous Sys.which() I checked after this question popped up on Stackoverflow: https...
2017 Sep 28
0
Duncan's retirement: who's taking over Rtools?
...for R on Windows going forward. As Duncan noted, we've been doing this already for some time for MRAN. I'd love to hear thoughts from this community on what that might mean, and Duncan I'll also reach out to you directly off-list. Cheers, # David -----Original Message----- From: R-devel [mailto:r-devel-bounces at r-project.org] On Behalf Of Joris Meys Sent: Thursday, September 28, 2017 08:28 To: r-devel at r-project.org Subject: [Rd] Duncan's retirement: who's taking over Rtools? Dear dev team, I was sorry to see the announcement of Duncan about his retirement from maint...
2017 May 23
2
Getting an R bugzilla account
Hi All, I have a fix to this bug ( https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16454) and would like to submit a patch to the bug report on Bugzilla. I'd also like to start going through some of the other Windows-specific issues and start fixing those. The bug submission instructions indicate that I should ask here for a Bugzilla account. Is that still the correct procedure? Thanks!
2023 Feb 13
2
An interesting chat with ChatGPT
...g machine, and if such a question had an answer, it would probably be in a location like that. (I would have guessed a help page like ?regex instead of R-intro, but I had just told it that answer was wrong.) > > Duncan Murdoch > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel -- Boris Steipe MD, PhD Professor em. Department of Biochemistry Temerty Faculty of Medicine University of Toronto
2018 Jan 25
3
Why R should never move to git
...> Git and Github allow the most baroque arrangements, but can't do this simple > | >> task. That's an example of really bad UI design. > | >> > | >> Duncan Murdoch > | >> > | >> ______________________________________________ > | >> R-devel at r-project.org mailing list > | >> https://stat.ethz.ch/mailman/listinfo/r-devel > | > > | > > | > > | > | ______________________________________________ > | R-devel at r-project.org mailing list > | https://stat.ethz.ch/mailman/listinfo/r-devel >
2017 Jul 04
0
write.csv
This doesn't really strike me as a bug. Lots of (most?) programming languages expect you to handle this as an error condition. If you tried the same thing in C you would get the same error. -----Original Message----- From: R-devel [mailto:r-devel-bounces at r-project.org] On Behalf Of Lipatz Jean-Luc Sent: Tuesday, July 4, 2017 5:40 AM To: Duncan Murdoch <murdoch.duncan at gmail.com> Cc: r-devel at r-project.org Subject: Re: [Rd] write.csv I would really like the bug fixed. At least this one, because I know people in...
2017 Sep 29
0
Duncan's retirement: who's taking over Rtools?
...[1] See the discussion of this and the related work of Eli Noam in the Wikiversity article on "Net neutrality and 'Restoring Internet freedom'" (https://en.wikiversity.org/wiki/Net_neutrality_and_%27Restoring_Internet_freedom%27). On 2017-09-28 7:03 PM, Moshe Olshansky via R-devel wrote: > I think that even though some Microsoft employees may have good intentions Microsoft as a company can not be trusted. There will be always a danger that they will try to create their own version of R which works only on Windows and that will become increasingly divergent from "othe...
2017 Jul 04
2
write.csv
...;t know there > were any reports before yours. > > Duncan Murdoch > > >> JLL >> >> >> -----Message d'origine----- >> De : Duncan Murdoch [mailto:murdoch.duncan at gmail.com] >> Envoy? : mardi 4 juillet 2017 14:24 >> ? : Lipatz Jean-Luc; r-devel at r-project.org >> Objet : Re: [Rd] write.csv >> >> On 04/07/2017 5:40 AM, Lipatz Jean-Luc wrote: >>> >>> Hi all, >>> >>> I am currently studying how to generalize the usage of R in my >>> statistical institute and I encountered a prob...