Ditto.? Spencer Graves On 2019-12-12 07:54, Rich Shepard wrote:> On Thu, 12 Dec 2019, Peter Dalgaard via R-help wrote: > >> The build system rolled up R-3.6.2.tar.gz (codename "Dark and Stormy >> Night") this morning. > > Peter, > > My thanks to all of you on the R core team. > > Regards, > > Rich > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
Congrats on the release! -- H On Thu, 12 Dec 2019 at 06:20, Spencer Graves < spencer.graves at effectivedefense.org> wrote:> Ditto. Spencer Graves > > > On 2019-12-12 07:54, Rich Shepard wrote: > > On Thu, 12 Dec 2019, Peter Dalgaard via R-help wrote: > > > >> The build system rolled up R-3.6.2.tar.gz (codename "Dark and Stormy > >> Night") this morning. > > > > Peter, > > > > My thanks to all of you on the R core team. > > > > Regards, > > > > Rich > > > > ______________________________________________ > > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > > https://stat.ethz.ch/mailman/listinfo/r-help > > PLEASE do read the posting guide > > http://www.R-project.org/posting-guide.html > > and provide commented, minimal, self-contained, reproducible code. > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- OpenPGP: https://sks-keyservers.net/pks/lookup?op=get&search=0xFEBAD7FFD041BBA1 If you wish to request my time, please do so using *bit.ly/hd1AppointmentRequest <http://bit.ly/hd1AppointmentRequest>*. Si vous voudrais faire connnaisance, allez a *bit.ly/hd1AppointmentRequest <http://bit.ly/hd1AppointmentRequest>*. <https://sks-keyservers.net/pks/lookup?op=get&search=0xFEBAD7FFD041BBA1>Sent from my mobile device Envoye de mon portable [[alternative HTML version deleted]]
Certain R packages will not install properly on my Windows 10 computer. For example, if I install.packages('callr') The result is trying URL 'https://cloud.r-project.org/src/contrib/callr_3.4.0.tar.gz' Content type 'application/x-gzip' length 100129 bytes (97 KB) downloaded 97 KB Warning: invalid package 'C:\Users\David' Warning: invalid package 'Stevens\AppData\Local\Temp\Rtmpk5NqrI/downloaded_packages/callr_3.4.0.tar.gz' Error: ERROR: no packages specified Warning in install.packages : installation of package ?callr? had non-zero exit status The downloaded source packages are in ?C:\Users\David Stevens\AppData\Local\Temp\Rtmpk5NqrI\downloaded_packages? both using RStudio 1.2.5019 and the Rgui.exe 3.6.2. I look in the download folder and the callr_3.4.0.tar.gz is there but the installer can't find it. This happens on only a subset of packages I install or update. I assume the cause is the space in my name in the c:\users folder. I've been unable to locate the environment variable or registry value that routes the tar.gz files to this location. Any ideas on how to fix this? This is a relatively recent issue (i.e. I never saw it before November - I've used R for ~15 years). Best regards David Stevens [[alternative HTML version deleted]]