Displaying 6 results from an estimated 6 matches for "r00000".
Did you mean:
000000
2011 Nov 18
3
Windows binaries: Version and revision strings show "(2006-00-00 r00000)"
FYI,
for the last few revision the version string for both R v2.14.0
patched and R devel are not correct for the Windows binaries. This is
what R --version and sessionInfo() report since a couple of days:
R version 2.14.0 Patched (2006-00-00 r00000)
R Under development (unstable) (2006-00-00 r00000)
Also, "r00000" is listed as the revision on:
http://cran.r-project.org/bin/windows/base/rdevel.html
http://cran.r-project.org/bin/windows/base/rpatched.html
/Henrik
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
Statistical consultant
Ghent University
Faculty of Bioscience Engineering
Depart...
2008 Aug 14
1
cryptic message of R CMD check
...g under Linux and Windows (if this helps).
Unfortunately, we cannot give you very detailed information about
our R running --- it is R-2.8.0dev but somehow R.Version() failed
to give svn-details ---
>R.Version()$version.string
[1] "R version 2.8.0 Under development (unstable) (2006-00-00 r00000)"
but we built this R based on the then devel-version on July 29.
Could you give us a clue in this
Thank you already
Peter
--
Dr. Peter Ruckdeschel, Abteilung Finanzmathematik, F3.17
Fraunhofer ITWM, Fraunhofer Platz 1, 67663 Kaiserslautern
Telefon: +49 631/31600-4699
Fax : +49 631/3...
2011 Nov 22
0
snow package, socketConnection error, SSH, in Windows 7 x64
...cketConnection(port = port, server = TRUE, blocking = TRUE, :
cannot open the connection
In addition: Warning message:
In socketConnection(port = port, server = TRUE, blocking = TRUE, :
port 22 cannot be opened
Firewall is turned off.
My R sesioninfo:
R version 2.14.0 Patched (2006-00-00 r00000)
Platform: x86_64-pc-mingw32/x64 (64-bit)
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] stat...
2010 May 22
1
exmaple problems
I do not know if this has been reported already
(I searched the headers of the recent messages to r-devel)
It seems that 'example' in R 2.11.0 has a problem when the help file
does not contain any example.
This is what happens on R 2.11.0 on Windows XP.
> library(tools)
> example(Rdiff)
Error in file(con, "r") : cannot open the connection
In addition: Warning message:
In
2011 Dec 07
4
bug in rank(), order(), is.unsorted() on character vector
Hi,
This looks OK:
> x <- c("_1_", "1_9", "2_9")
> rank(x)
[1] 1 2 3
But this does not:
> xa <- paste(x, "a", sep="")
> xa
[1] "_1_a" "1_9a" "2_9a"
> rank(xa)
[1] 2 1 3
Cheers,
H.
> sessionInfo()
R version 2.14.0 (2011-10-31)
Platform: x86_64-unknown-linux-gnu (64-bit)
locale:
[1]