search for: rtools34

Displaying 15 results from an estimated 15 matches for "rtools34".

Did you mean: rtools33
2016 Jul 07
2
Error building Tcl: R-patched_2016-07-05
I am trying to build R under 64bit Windows7. I am using a fresh install of Rtools34 and R-patched_2016-07-05. I am getting the following error: C:/Rtools/mingw_64/bin/gcc -shared -s -static-libgcc -o tcltk.dll tmp.def init.o tcltk.o tcltk_win.o ../../../gnuwin32/dllversion.o -L../../../../Tcl/bin64 -ltc l85 -ltk85 -LC:/R/RLocalSoft/lib/x64 -LC:/R/RLocalSoft/lib -L../../../../bin...
2019 Mar 19
2
Possibly broken system2 env-option
..."-c 'echo $VAR'")) > Hello World Just out of curiosity, do you think it is possible to make this portable, assuming sh is available? On Windows it gives > system2("sh", env = c("VAR='Hello World'"), args = c("-c 'echo $VAR'")) /rtools34/bin/sh: VAR=Hello World: No such file or directory Warning message: running command '"sh" VAR='Hello World' -c 'echo $VAR'' had status 127 G.
2017 Nov 02
0
"prob" package alternative
...nsemius <dwinsemius at comcast.net> wrote: > > > On Nov 2, 2017, at 2:14 PM, Tiby Kantrowitz <tlkantro at gmail.com> wrote: > > > > Rtools is not available for the current version of R. > > Really? If true, I'm surprised and not able to help. I do see an Rtools34.exe at https://cran.r-project.org/bin/windows/Rtools/ > -- > David. > > > > > What I'm looking for is an alternative package or how others have managed to create workarounds. > > > > On Thu, Nov 2, 2017 at 4:25 PM, David Winsemius <dwinsemius at comcast.net&...
2016 Jul 07
0
Error building Tcl: R-patched_2016-07-05
On 07/07/2016 5:47 PM, Avraham Adler wrote: > I am trying to build R under 64bit Windows7. I am using a fresh > install of Rtools34 and R-patched_2016-07-05. I am getting the > following error: > > C:/Rtools/mingw_64/bin/gcc -shared -s -static-libgcc -o tcltk.dll tmp.def init.o > tcltk.o tcltk_win.o ../../../gnuwin32/dllversion.o -L../../../../Tcl/bin64 -ltc > l85 -ltk85 -LC:/R/RLocalSoft/lib/x64 -LC:/R/RLocalSo...
2017 Apr 24
1
TEXINFO error when building R-3.4.0
Hello. I am trying to build 64 bit R-3.4.0 (specifically R-patched_2017-04-23) on Windows 64 and have run into an issue with building the html files. I am using Rtools34 version 1962, the texinfo zip from <http://www.stats.ox.ac.uk/pub/Rtools/> unzipped into C:\R\texinfo, and Strawberry perl 5.24.1.1-64bit. In my MkRules.local I have the following, which worked for building R in 3.3.x: # set this to YES to build static HTML help BUILD_HTML = YES # unset thi...
2019 Mar 19
0
Possibly broken system2 env-option
...;)) >> Hello World > > Just out of curiosity, do you think it is possible to make this > portable, assuming sh is available? On Windows it gives > >> system2("sh", env = c("VAR='Hello World'"), args = c("-c 'echo $VAR'")) > /rtools34/bin/sh: VAR=Hello World: No such file or directory > Warning message: > running command '"sh" VAR='Hello World' -c 'echo $VAR'' had status 127 > > G. -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 20...
2017 Nov 02
2
"prob" package alternative
...ius <dwinsemius at comcast.net> wrote: > > > On Nov 2, 2017, at 2:14 PM, Tiby Kantrowitz <tlkantro at gmail.com> wrote: > > > > Rtools is not available for the current version of R. > > Really? If true, I'm surprised and not able to help. I do see an > Rtools34.exe at https://cran.r-project.org/bin/windows/Rtools/ > -- > David. > > > > > What I'm looking for is an alternative package or how others have > managed to create workarounds. > > > > On Thu, Nov 2, 2017 at 4:25 PM, David Winsemius <dwinsemius at comcast....
2017 Nov 14
0
Possible bug(s) causing ggplot2 and XLConnect to crash recent builds of r-devel
...Units = factor(rep(1:6, times = 5)), Treatments = factor(rep(1:6, times = 5))) ggplot(data = RCBD.lay, aes(x = Units, y = Blocks, label = Treatments)) + geom_text(aes(colour = Treatments)) I have installed and am running R on a Windows 10 machine with Rtools34.exe installed. I am using RStudio version 1.1.383 This bug happens with combined Windows 32/64 bit binary builds of the 2017-11-11 r73707 and 2017-11-14 r73724 development snapshot of R. It does not occur under the build of the 2017-06-27 r72859 development snapshot of R. I installed the latest b...
2018 Feb 09
3
R Compilation gets stuck on Windows 64
...=============== end of user-customizable parts =================== ----------------------------------------------------------------------------------- I will go through your latest post and see what are the differences. I have used the latest version of R 3.4.3 with the latest version of rtools: Rtools34.exe. Not sure why but i have feeling that the culprit might be a setting in the MkRules. Regards, Indrajit On Fri, Feb 9, 2018 at 10:53 AM, Avraham Adler <avraham.adler at gmail.com> wrote: > On Thu, Feb 8, 2018 at 9:44 PM, Indrajit Sen Gupta <indrajitsg at gmail.com> > wrote:...
2017 Nov 02
0
"prob" package alternative
> On Nov 2, 2017, at 2:14 PM, Tiby Kantrowitz <tlkantro at gmail.com> wrote: > > Rtools is not available for the current version of R. Really? If true, I'm surprised and not able to help. I do see an Rtools34.exe at https://cran.r-project.org/bin/windows/Rtools/ -- David. > > What I'm looking for is an alternative package or how others have managed to create workarounds. > > On Thu, Nov 2, 2017 at 4:25 PM, David Winsemius <dwinsemius at comcast.net> wrote: > > > On No...
2019 Mar 18
4
Possibly broken system2 env-option
Hey all, what is wrong with this command: system2("echo", env = c(VAR = "Hello World"), args = c("$VAR")) I am a bit confused, as help("system2") writes about the env option: > character vector of name=value strings to set environment variables. Is this option buggy, or am I using it just wrong? Thanks for your help Henning
2018 Feb 09
0
R Compilation gets stuck on Windows 64
...izable parts =================== > > ------------------------------------------------------------ > ----------------------- > > I will go through your latest post and see what are the differences. I > have used the latest version of R 3.4.3 with the latest version of rtools: > Rtools34.exe. > > Not sure why but i have feeling that the culprit might be a setting in the > MkRules. > > Regards, > Indrajit > > On Fri, Feb 9, 2018 at 10:53 AM, Avraham Adler <avraham.adler at gmail.com> > wrote: > >> On Thu, Feb 8, 2018 at 9:44 PM, Indrajit Sen...
2017 Nov 02
2
"prob" package alternative
Rtools is not available for the current version of R. What I'm looking for is an alternative package or how others have managed to create workarounds. On Thu, Nov 2, 2017 at 4:25 PM, David Winsemius <dwinsemius at comcast.net> wrote: > > > On Nov 2, 2017, at 1:09 PM, Tiby Kantrowitz <tlkantro at gmail.com> wrote: > > > > Yes, that is exactly what I was doing
2018 Feb 09
2
R Compilation gets stuck on Windows 64
Hi All, I am trying to compile R from source on a 64 bit Windows. I have downloaded and installed all the third party software as per the R - documentation. The compilation starts fine and after a while it stops with the following error message: D:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lRgraphapp collect2.exe: error: ld
2018 Feb 09
1
R Compilation gets stuck on Windows 64
...===== >> >> ------------------------------------------------------------ >> ----------------------- >> >> I will go through your latest post and see what are the differences. I >> have used the latest version of R 3.4.3 with the latest version of rtools: >> Rtools34.exe. >> >> Not sure why but i have feeling that the culprit might be a setting in the >> MkRules. >> >> Regards, >> Indrajit >> >> On Fri, Feb 9, 2018 at 10:53 AM, Avraham Adler <avraham.adler at gmail.com> >> wrote: >> >>>...