Displaying 20 results from an estimated 807 matches for "rtool".
Did you mean:
tool
2018 Feb 13
4
Setting the path to Rtools for package compilation on Windows
Hi all,
I'm trying to set up the Windows Rtools toolset for building packages
with compiled code. I installed for Windows R-3.4.3 from CRAN and
installed Rtools-3.4 in a custom location M:\R\R-3.4.3 and
M:\R\Rtools-3.4
Following the instructions, in shell, I set
Path=M:\R\Rtools-3.4\bin;M:\R\Rtools-3.4\gcc-4.6.3\bin;M:\R\R-3.4.3\bin;...
(the ....
2011 Nov 17
2
RV: Reporting a conflict between ADMB and Rtools on Windows systems
De: Rubén Roa
Enviado el: jueves, 17 de noviembre de 2011 9:53
Para: 'Users@admb-project.org'
Asunto: Reporting a conflict between ADMB and Rtools on Windows systems
Hi,
I have to work under Windows, it's a company policy.
I've just found that there is a conflict between tools used to build R packages (Rtools) and ADMB due to the need to put Rtools compiler's location in the PATH environmental variable to make Rtools...
2015 Mar 13
2
Rtools version 3.3.0.1957 looking for C even though RTOOLS variable is pointing elsewhere
Good evening.
Testing the most recent version of Rtools, the build stops about when
text.c is being compiled in the tools package (just after R.Lapack). The
compilation is looking for gcc in C:, even though RTOOLS is set for another
drive, and the compilation has successfully run until this point. This did
not happen last night with version 1955.
I...
2010 May 19
1
apparent problems with the textConnection command
Dear list,
In my experiments in reading in text data, I have?obtained some peculiar results.?I would appreciate any help in understanding these results. Consider the following code :
## Reading in text data from a text file
### the first line of file f1.txt contains the text :??? c:\Rtools\bin;c:\Rtools\perl\bin;c:\Rtools\MinGW\bin;
f1<-file("C:\\Ex\\f1.txt")
c1<-readLines(f1,1)
c2<-gsub(";",";\n",c1)
cat(c2)
close(f1)
####### the above code gives exactly the results that I want
# next, attempt to read the same text in via textConnection
f2<...
2008 Mar 20
2
Cygwin and Rtools
I have just got a new machine and had a basic cygwin installed before it
was given to me. It didn't include make. Previously I have installed
Rtools to build packages and now I have got myself a bit confused as to
whether to just install make from the cygwin packages or to install
rtools. I would welcome any advice. I had a look at the rtools section in
the Administration Manual and the rtools site without gaining sufficient
enlightenment...
2023 Nov 27
2
Rtools error
Hello, I want to download a package and it gives me the error:
WARNING: Rtools is required to build R packages, but no version of
Rtools compatible with R 4.2.0 was found. (Only the following
incompatible version(s) of Rtools were found: 4.3.5550)
Please download and install Rtools 4.2 from
https://cran.r-project.org/bin/windows/Rtools/.
I have downloaded it but dont know...
2013 Oct 05
3
trying to compile R in win 7 (with Rtools)
hello all,
I am trying to compile the R in Win7
and compiles one small part
but the script don't move from the 'base' directory to 'stats'
I installed the Rtools likee administrator
and call the terminal (MS-DOS) like administrator too.
if somebody can tell me any tips, I thank in advanced
cleber
#############################################
File LOG
http://klebyn.ploud.com/arquivo_log/log
C:\Rsrc>
C:\Rsrc>
C:\Rsrc>tar -xf R-3.0.2.tar.gz
C:...
2011 Apr 03
2
Rtools and MinGW
Hi,
I have R version 2.8.1 and Rtools 28 installed (as you might guess, set
up years ago). In Rtools the MinGW GCC 4.2 compiler toolset is included.
For my regular C/C++ programs I have also installed, separately, the
full MinGW bundle with the latest GCC 4.5 compiler tools. So I have two
g++ variants on the same machine.
Accordi...
2015 Mar 11
2
Notes on building a gcc toolchain for Rtools (but not multilib)
...om: "Duncan Murdoch" <murdoch.duncan at gmail.com>
> > To: "Dan Tenenbaum" <dtenenba at fredhutch.org>
> > Cc: r-devel at r-project.org
> > Sent: Wednesday, March 11, 2015 12:06:48 PM
> > Subject: Re: [Rd] Notes on building a gcc toolchain for Rtools (but not multilib)
> >
> > On 10/03/2015 3:17 PM, Duncan Murdoch wrote:
> > > On 10/03/2015 2:56 PM, Dan Tenenbaum wrote:
> > > >
> > > >
> > > > ----- Original Message -----
> > > >> From: "Duncan Murdoch" <murdo...
2023 Nov 27
1
Rtools error
?s 05:07 de 27/11/2023, Neha gupta escreveu:
> Hello, I want to download a package and it gives me the error:
>
> WARNING: Rtools is required to build R packages, but no version of
> Rtools compatible with R 4.2.0 was found. (Only the following
> incompatible version(s) of Rtools were found: 4.3.5550)
>
> Please download and install Rtools 4.2 from
> https://cran.r-project.org/bin/windows/Rtools/.
>
>...
2015 Mar 10
2
Notes on building a gcc toolchain for Rtools (but not multilib)
...---- Original Message -----
> From: "Duncan Murdoch" <murdoch.duncan at gmail.com>
> To: "Hsiu-Khuern Tang" <tangoh at gmail.com>, r-devel at r-project.org
> Sent: Monday, March 9, 2015 10:40:02 AM
> Subject: Re: [Rd] Notes on building a gcc toolchain for Rtools (but not multilib)
>
> On 09/03/2015 11:07 AM, Hsiu-Khuern Tang wrote:
> > On Mon, Mar 9, 2015 at 3:50 AM, Duncan Murdoch
> > <murdoch.duncan at gmail.com> wrote:
> > > On 08/03/2015 10:02 PM, Hsiu-Khuern Tang wrote:
> > >> Hi,
> > >>
>...
2015 Mar 10
3
Notes on building a gcc toolchain for Rtools (but not multilib)
...urdoch.duncan at gmail.com>
> To: "Dan Tenenbaum" <dtenenba at fredhutch.org>
> Cc: "Hsiu-Khuern Tang" <tangoh at gmail.com>, r-devel at r-project.org
> Sent: Tuesday, March 10, 2015 11:37:12 AM
> Subject: Re: [Rd] Notes on building a gcc toolchain for Rtools (but not multilib)
>
> On 10/03/2015 12:54 PM, Dan Tenenbaum wrote:
> >
> > ----- Original Message -----
> > > From: "Duncan Murdoch" <murdoch.duncan at gmail.com>
> > > To: "Hsiu-Khuern Tang" <tangoh at gmail.com>, r-devel at r-...
2018 Feb 13
0
Setting the path to Rtools for package compilation on Windows
I can confirm the behaviour that you report.?
Usually I put Rtools in c:\programs\Rtools and modify the path
accordingly. Recently (don't recall for how long) I have encountered
the same problems as you have and I have resorted to moving Rtools to
c:\Rtools
I have no idea as how to proceed; perhaps it could be worth trying an
older version of Rtools (though...
2015 Mar 11
2
Notes on building a gcc toolchain for Rtools (but not multilib)
...>> To: "Dan Tenenbaum" <dtenenba at fredhutch.org>
> >> Cc: "Hsiu-Khuern Tang" <tangoh at gmail.com>, r-devel at r-project.org
> >> Sent: Tuesday, March 10, 2015 11:37:12 AM
> >> Subject: Re: [Rd] Notes on building a gcc toolchain for Rtools (but not multilib)
> >>
> >> On 10/03/2015 12:54 PM, Dan Tenenbaum wrote:
> >>>
> >>> ----- Original Message -----
> >>>> From: "Duncan Murdoch" <murdoch.duncan at gmail.com>
> >>>> To: "Hsiu-Khuern Tang&q...
2008 May 26
2
RcppTemplate find example C++ souce code without Rtools ??
Dear R users,
I would like to call R from C++ and Rcpp class library already compiled are
a big advantage !!
I have already read the doc/PDF in the installed package 5.0 and all the
posts in this forum
It's possible to get the source code (RcppExample.cpp) whitout Rtools ??
(i'm not familiar whit Rtools)
many thanks in advance
Roberto Iacopetti
win XP sp 2.2600
Dev-C++ 4.9.9.2
R 2.7.0
and the way of
--
View this message in context: http://www.nabble.com/RcppTemplate--find-example-C%2B%2B-souce-code-without-Rtools----tp17472607p17472607.html
Sent from...
2018 Dec 26
1
Issue when building R-parched_2018-12-26
Hello.
Building R-patched from source on Win64 using current Rtools 3.5.0.4, I?m
getting the following notes indicating an extra left brace somewhere; or is
the problem on my end?
My installed Perl is Strawberry 5.28.0.1-64 bit.
Thank you,
Avi
(Sent from an iPhone, so my apologies if HTML also comes through)
------ Making HTML documentation ------
creating d...
2023 Mar 13
1
Versioning Rtools ARP entries
Hi,
If I am not mistaken, all Rtools 4.2 (and 4.3) revisions have the same
ARP [1] entries, i.e. all report version 4.2.0.1 (or 4.3.0.1). This
makes it difficult to determine the installed version (is it possible
to determine the installed revision?) and impossible for tools like
winget [2] to update Rtools to the latest revision, AF...
2018 Feb 13
2
Setting the path to Rtools for package compilation on Windows
...; Thanks for your question. Your logs show that 'gcc' is not found. As
> of R 3.3 you need to set the path to the compiler using the BINPREF
> variable. This is because we ship two separate versions of gcc, one
> targeting win32 and one targeting win64. I am not sure what your
> rtools installation looks like, but could you try setting this
> environment variable:
>
> BINPREF="M:/R/Rtools-3.4/mingw_$(WIN)/bin/"
>
> I think this will do the job.
Thanks, that indeed did the trick. May I suggest that this hint be
also included in "REMAINING TASKS&qu...
2010 Dec 21
1
R CMD build/install: wrong Rtools include path is passed to g++
Never mind. Found the solution: the package coded the rtools path in
Makevars.win. So I was able to compile (but have another problem though). But
not sure if there is an environment name for rtools, maybe RTOOLS_HOME ...
Thanks.
----- Forwarded Message ----
From: Andy Zhu <andyzhu35@yahoo.com>
Cc: r-help@r-project.org
Sent: Mon, December 20,...
2015 Mar 13
0
Rtools version 3.3.0.1957 looking for C even though RTOOLS variable is pointing elsewhere
The subject line is in error, as the issue must be in "R-devel.tar.gz"
as running the same Rtools on last night's download of
R-devel_2015-03-09.tar.gz successfully navigates that error.
The error exists in R-devel_2015-03-12.tar.gz and
R-devel_2015-03-12.tar.gz and R-devel_2015-03-10.tar.gz, but not
R-devel_2015-03-09.tar.gz, so it must have been something between 09
and 10.
Avi
On Thu...