Displaying 20 results from an estimated 7000 matches similar to: "RV: Reporting a conflict between ADMB and Rtools on Windows systems"
2010 Nov 03
2
Calling C in R in Windows 64 bit
Dear developers,
I am trying to run some C/ Fortran code in R. Although I have experience with that in Windows (Vista) 32 bit, I could not succeed in 64 bit. I downloaded the following:
- R 2.12.0
- Rtools 212
- miktex 2.9
- inno setup 5
-Afterwards, I changed the path as:
?C:\Program Files\R\R-2.12.0\bin;C:\Rtools\bin;C:\Rtools\MinGW64\bin;C:\Program Files\HTML Help Workshop;C:\Program Files
2010 Dec 30
1
problem building R 2.12.1 64-bit on Windows 7
Hello,
I am stuck trying to build 64-bit R 2.12.1 on Windows 7, hopefully the
problem is obvious and someone can point out what I'm missing.
Well into the "make all recommended" process, I get an error:
make[4]: *** [Rzlib.dll] Error 4
(A longer report on the error in the build print is below - there
is also help output from sed that I have included but don't know if it
is
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
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, 2010 11:33:31 PM
Subject: [R] R CMD
2013 Aug 06
1
Error in building pdf manual with Rtools
Dear list,
I am trying to produce a pdf manual using Rtools (version 3.1.0.1936) on Windows 8 (64-bit). I am also aware of the inconsolata issue posted in the forum (https://stat.ethz.ch/pipermail/r-devel/2013-June/066850.html), and then I have installed the patched version of R-3.0.1. However I still have some errors with the following message:
R CMD Rd2pdf mypack
Hmm ... looks like a package
2011 Dec 17
2
latest Rtools missing "inconsolita.sty"
Hello:
What do you suggest I do to overcome "LaTeX Error: File
'inconsolata.sty' not found", which I got running "R CMD check" on a
package using Rtools I downloaded yesterday?
I found a similar question to R-Help Nov. 3 (URL below), but I've not
yet had success in replicating the solution outlined there. I tried
several different sets of
2010 May 31
1
running admb from R using system()
Hi
I'm trying to run an admb model from R by using the system () command.
The admb model runs fine when running it from the admb command line or
when using emacs. However when I try it with system() then R crashes
every time.
And I tried using the R command line and RGui and in both it crashes. I
also tried it from different computers.
What I do is I first set the directory where I keep
2015 Jan 07
2
New version of Rtools for Windows
I have just uploaded to CRAN a new version 3.2.0.1948 of Rtools for
Windows. This will become visible there in a few hours, and be copied
to mirrors thereafter. People who want to build packages that include
compiled code can use this to supply the compilers, etc., that are
necessary for the build. It also includes some extra materials for
people who want to build R itself.
This version
2011 Sep 03
1
help with glmm.admb
R glmmADMB question
I am trying to use glmm.admb (the latest alpha version
from the R forge website 0.6.4) to model my count data
that is overdispersed using a negative binomial family but
keep getting the following error message:
Error in glmm.admb(data$total_bites_rounded ~
age_class_back, random = ~food.dif.id, :
Argument "group" must be a character string specifying
the
2006 Feb 09
1
glmm.admb - bug and possible solution??
Dear Dr Skaug and R users,
just discovered glmm.admb in R, and it seems a very useful tool.
However, I ran into a problem when I compare two models:
m1<-glmm.admb(survival~light*species*damage, random=~1, group="table",
data=bm, family="binomial", link="logit")
m1.1<-glmm.admb(survival~(light+species+damage)^2, random=~1,
group="table", data=bm,
2015 Jan 08
2
New version of Rtools for Windows
On 07/01/2015 5:20 PM, Jeroen Ooms wrote:
> On Wed, Jan 7, 2015 at 8:00 AM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
>>
>> This version includes only minor updates to the tools. I indicated last summer that I was hoping to update GCC from the current version 4.6.3 before the R 3.2.0 release, but this now looks unlikely, unless someone else with experience building
2024 Feb 23
2
Rtools and things dependent on it
Avi ,
Your question is not dumb. Let me ask a more fundamental question. What is R tools, what does it do, and how is it used. From time to time, I receive a message when I down load a package saying I need R tools. When I receive the message, I don?t know what I should do, other than down load R tools.
John
John David Sorkin M.D., Ph.D.
Professor of Medicine
Chief, Biostatistics and Informatics
2009 Sep 17
1
Windows Source Install Without Rtools
Regarding this from this week:
2.10.0 PACKAGE INSTALLATION (Windows)
It is possible to install source packages without Rtools provided they
have no compiled code and no configure.win or cleanup.win script.
- what are the instructions to perform such a source install?
- I assume one still needs MiKTeX -- is that right?
- is the source install done from a tar.gz (in which case one would
need tar
2006 Feb 08
1
nested random effects in glmm.admb
Hello all,
In a previous posting regarding glmm.admb it is stated that glmm.admb
can handle 2 nested random effects. I can only fit a single random
term at the moment, and wondered if anyone could provide me with some
information on how to specify a model with 2 (nested or
cross-classified) random terms?
Thanks,
Jarrod.
2007 Nov 25
1
Package Building under Windows with MikTeX 2.6
Dear WizaRds,
I wrote a small function in R and would like to create a package. The
necessary documentation is done, Rtools etc. are installed and I am
still unable to complete the process under Windows. I did extensive
research in the archives and read the Murdoch-Sutherland website on the
Rtools and MikTeX hints. I realize that I understand only half or less
of what is said there
2009 Mar 29
3
Eclipse and StatET Howto (also added Subversion, Rtools)
I recently got a RFC on Eclipse and StatET setup from a R-help user, so here
it is.
Note: there may be slight errors of omission in my directions as I am making
these notes after I had a successful install. If you have questions post
here.
Setup tested with Eclipse 3.4.0 on XP 32-bit and Eclipse 3.4.2 on Vista
32-bit.
R 2.9.0 alpha.
Installing StatET:
1. Go to Help > Software Updates...
2009 Aug 17
1
regex problems with the escape character
Hi R-users and R-experts,
I am having a hard time in figuring out how to tackle regex questions where the "backslash" character is an integral part of the string. Let me explain how I?came across?this problem :
I wanted to clearly see all the components in the windows environmental path variable. This is a long string.?For easy readability, I wanted to split up this string so that each
2006 Feb 24
1
SE of parameter estimates in glmm.admb
Dear R users,
Does anyone know how to get standard errors of the
parameter estimates in glmm.admb?
Thanks,
Istvan
2015 Jan 08
1
New version of Rtools for Windows
Very timely, as this is how I got into the problem I posted about
earlier; maybe some of the problems I ran into will mean more to the
you and the experts on this thread, Dr. Murdoch.For reference, I run
Windows 7 64bit, and I am trying to build a 64 bit version of R-3.1.2.
As we discussed offline, Dr. Murdoch, I've been trying to build R
using more recent tools than GCC4.6.3 prerelease.
2009 Nov 10
1
Compile package in version R-2.10.0 (Windows XP)
Under version 2.7.0 I could without problems compile R-packages, I wrote
myself (Windows XP).
In the relevant path I have at the beginning of the path the following
enterings:
PATH=c:\Rtools\bin;c:\Rtools\perl\bin;c:\Rtools\MinGW\bin;C:\Programme\MiKTeX~1\
miktex\bin;C:\Programme\MiKTeX 2.5\miktex\bin;c:\Programme\HTML Help
Workshop;c:
\programme\R\bin;c:\windows;c:\windows\system32;
which