Displaying 20 results from an estimated 7000 matches similar to: "Windows binaries: Version and revision strings show "(2006-00-00 r00000)""
2011 Nov 21
1
Patched R build available today is missing some info (data and release number)
Hi all,
The R version 2.14.0 Pacthed build from today, including patches up to
2011-11-20, is showing the following when started up :
R version 2.14.0 Patched (2006-00-00 r00000)
...
Isn't something missing here, like a correct date and a release
number? On the page
http://cran.r-project.org/bin/windows/base/rpatched.html the release
number is r00000 as well.
Cheers
Joris
--
Joris Meys
2011 Nov 24
1
capture.output(eval(..., envir)) not evaluate in the expected(?) environment
I've noticed the following oddity where capture.output() prevents
eval() from evaluating an expression in the specified environment.
I'm not sure if it is an undocumented feature or a bug. It caused me
many hours of troubleshooting. By posting it here, it might save
someone else from doing the same exercise.
Start by defining foo() which evaluates an expression locally in a
given
2011 Jun 07
1
Cases of TAB-completion that hang Rterm
FYI,
via a bug report of one of my packages, I discovered that the
following cases will hang Rterm when using TAB completion:
CASE #1:
Adding an empty default function for tail() causes Rterm on Windows to
hang if one press TAB at the prompt:
% Rterm -vanilla
> tail.default <- function(...) {}
> [PRESS TAB]
Error in specialOpLocs(text) :
(list) object cannot be coerced to type
2013 Feb 27
2
Keeping up to date with R-devel
Hi,
is checking out R SVN trunk the recommended way to keep up to date with
R-devel and check packages with the latest version?
My objective is to be able to have both R and R-devel versions
installed/working and up to date.
R-devel binaries would be available as symlinks in my home directory so
that I can do:
Rdevel CMD check mypkg
Rdscript -e "some R code"
anywhere on my system.
2011 Oct 04
2
R-devel (2.14 alpha) Windows binary
Hello,
This question popped up on the bioc-devel list, I'm forwarding it here.
I know that sources for R-2.14 alpha can be found here:
http://cran.r-project.org/src/base-prerelease/
But the OP (below) is asking about Windows binaries.
Dan
---------- Forwarded message ----------
From: Stefan McKinnon H?j-Edwards <Stefan.Hoj-Edwards at agrsci.dk>
Date: 2011/10/4
Subject: Re:
2011 Nov 23
1
glmulti fails because of rJava
Dear R,
The glmulti package no longer loads through the library() command, apparently because of a problem with rJava.
I have today reinstalled R from scratch (updated to v2.14.0) and reinstalled all packages from scratch and updated them all too. The problem is the same as I found on v2.13.2. See session below for the error. I tried
install.packages(rJava) as advised by the error report but it
2011 Apr 30
1
Bug report: R 2.14.0dev Sweave option width does not work
Hi!
In R 2.14.0dev (R version 2.14.0 Under development (unstable)
(2011-04-29 r55692), Windows release
(http://cran.r-project.org/bin/windows/base/rdevel.html), the line :
options(width=55)
in code chunk of an Rnw file has no effect on sweave's output text file.
The same thing in 2.13.0 worked.
WBR,
ALexander Favorov
2008 Dec 26
1
/bin/windows/base/rpatched.html page out of date
Dear all,
it looks like that something is wrong with the
/bin/windows/base/rpatched.html page as it seems pointing to the
2.8.1rc version.
Also, I do not know if it is relevant but notice the dates of the
following files on
ftp://ftp.stat.math.ethz.ch/Software/CRAN/bin/windows/base/
R-2.8.1pat-win32.exe 31963 KB 22/12/2008 16.15.00
R-2.8.1rc-win32.exe 31991 KB 25/12/2008 9.30.00
thank
2008 Aug 14
1
cryptic message of R CMD check
Hi R-devels,
recently, we have seen a new warning by "R CMD check"
appearing for the devel-version of our package distrEx available on
r-forge, e.g. as
*|install.packages("/distrEx/",repos="http://r-forge.r-project.org")|*
Here is the warning:
%---------------------
[...snip ...]
* checking for unstated dependencies in R code ... WARNING
.get_S4_methods_list():
2003 Sep 11
1
potentially nasty interaction between R 1.8.0 and tetex
I've been having problems building vignettes in bioconductor packages
with R-devel. Turns out that Rdevel/share/texmf/hyperref.cfg wants
Blue and Red predefined, when only blue and red are defined (as of
rsync Rdevel, Sept 10th). This is on a Debian unstable system (Sept
9th version). Might not apply to all other tetex systems. Seems to
have bitten the bioconductor build system, though.
2005 Oct 26
1
R patched for Windows missing
R patched for Windows seems to be missing. If one clicks on
R-2.2.0pat-win32.exe at, say,
http://stat.ethz.ch/CRAN/bin/windows/base/rpatched.html
then an error occurs. I tried it at several mirror sites with the same
result. The web page in question says:
This directory contains a Windows binary build of R including patches
up to 2005-10-24.
2004 Nov 30
1
Attn Heinz Tuechler: Re: problem with special characters (ä,ö,ü)
[I tried to send this message privately, but the return address
bounced.]
I think this has been fixed in R-patched, but I doubt if the fix has
been tested in Win98. Could you please download a copy from
<http://cran.r-project.org/bin/windows/base/rpatched.html> and confirm
that it has been fixed?
Duncan Murdoch
On Sat, 27 Nov 2004 23:31:23 +0100, Heinz Tuechler <tuechler at gmx.at>
2017 Jun 23
2
v3.4.0-2 incompatible with gcc 7.1
Thank you for correcting my misunderstandings, Professor. Compiling from
source did the trick, and I'll be following up with the arch maintainers
about addressing the issue on their end.
Best,
Chris
On Fri, 23 Jun 2017 at 11:02 Prof Brian Ripley <ripley at stats.ox.ac.uk>
wrote:
> R is compatible with GCC 7.1 ! New compiler versions are tested, as
> well as those under
2013 Jan 16
1
Trouble building package using R in development
Dear List,
I'm having considerable trouble setting up my environment (Linux, Fedora
16, Bash) to build and check packages under R Under Development
(r61660). I'm doing this to better get a handle on difference in the
output from running checks on examples in one of my packages. Note I
compiled R Under Development myself
The problem I am now having is whenever I try to build my analogue
2018 Mar 05
2
Problem with Rd2.tex tduring compilation
Hello, I am receiving this message when uploading my R package to rdevel.
https://win-builder.r-project.org/incoming_pretest/180305_110240_Compositional_29/00check.log
Can anybody please help?
[[alternative HTML version deleted]]
2005 Mar 24
2
rw2010alpha
Until recently R 2.1.0 was called rw2010dev. I just visited
http://cran.r-project.org/bin/windows/base/rdevel.html
and noticed its now called rw2010alpha, not rw2010dev. I would like
to use it without downloading all the libraries over again.
Can I
- just rename my rw2010dev folder (Windows XP) to
rw2010alpha and then install rw2010alpha to that? or
- install it in a separate
2017 Jun 23
2
v3.4.0-2 incompatible with gcc 7.1
I'm on Arch Linux kernel version 4.11.6-1 using gcc version 7.1.1:
gcc --version
gcc (GCC) 7.1.1 20170516
I have installed R through the arch package manager pacman and when I
attempt to initiate it, R crashes stating a missing dependency:
/usr/lib64/R/bin/exec/R: error while loading shared libraries:
libgfortran.so.3: cannot open shared object file: No such file or directory
I thought
2017 Jun 24
1
v3.4.0-2 incompatible with gcc 7.1
Thanks Ista, that's good to know. Did you install from pacman?
Chris
On Fri, 23 Jun 2017 at 20:35 Ista Zahn <istazahn at gmail.com> wrote:
> FWIW, I don't have any problems with R on Arch Linux.
>
> On Jun 23, 2017 1:32 PM, "Chris Cole" <chris.c.1221 at gmail.com> wrote:
>
>> Thank you for correcting my misunderstandings, Professor. Compiling from
2018 Jan 30
2
as.list method for by Objects
Dario,
What version of R are you using. In my mildly old 3.4.0 installation and in
the version of Revel I have lying around (also mildly old...) I don't see
the behavior I think you are describing
> b = by(1:2, 1:2, identity)
> class(as.list(b))
[1] "list"
> sessionInfo()
R Under development (unstable) (2017-12-19 r73926)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
2015 Feb 24
3
alternatives to do.call() when namespace is attached but not loaded?
Dear R-devel
I have a function in a package that essentially provides a wrapper for a
group of functions in another Suggested package (it sets appropriate
defaults for the context, transforms output, etc). I've implemented
this by verifying that the package was loaded with
require(sna)
and then
do.call(snaFunName, args = args)
The rDevel check is requesting that I use