Displaying 6 results from an estimated 6 matches for "r_binari".
Did you mean:
r_binary
2005 Jul 29
2
R_BATCHSAVE setting in config.site
Hi,
I just downloaded and installed last nights version of R-patched
and decided that I'd set R_BATCHSAVE=--no-save in config.site,
which I haven't done before.
Since the comment above R_BATCHSAVE in config.site says:
## The default behavior of R if it encounters EOF in batch mode.
## Set this to one of '--save' or '--no-save' depending whether you
## want automatic
1999 Sep 10
0
problem in R.sh.in script
Hi,
I found problem in R-0.65.0/src/scripts/R.sh.in script.
When I run R program with `R -d gdb', R script say,
/usr/local/bin/R[104]: shift: bad number
I fixed this problem by apply following patch:
*** R.sh.in.orig Fri Sep 10 13:01:10 1999
--- R.sh.in Fri Sep 10 13:01:23 1999
***************
*** 48,54 ****
-g|--gnome)
R_BINARY="R.gnome" ;;
2024 Jan 10
1
Sys.which() caching path to `which`
Hello R-devel,
Currently on Unix-like systems, Sys.which incorporates the absolute
path to the `which` executable, obtained at the configure stage:
> ## hopefully configure found [/usr]/bin/which
> which <- "@WHICH@"
> if (!nzchar(which)) {
> warning("'which' was not found on this platform")
This poses a problem for the Spack package
2004 Mar 02
1
*s behaviour (PR#6633)
Dear all,
While showing some commands of R to my students, I came across the
following behaviour of * which surprised me.
> set.seed(20) # to make it reproducible
# create some objects
> z <- matrix(rnorm(6), ncol=2) # 3x2 matrix
> x1 <- rnorm(3) # vector of length 3
> y1 <- rnorm(4) #
2010 Oct 15
0
R 2.12.0 is released
I've rolled up R-2.12.0.tar.gz a short while ago. This is a development
release which contains a number of new features.
Also, a number of mostly minor bugs have been fixed. See the full list
of changes below.
You can get it from
http://cran.r-project.org/src/base/R-2/R-2.12.0.tar.gz
or wait for it to be mirrored at a CRAN site nearer to you.
Binaries for various platforms will appear in
2010 Oct 15
0
R 2.12.0 is released
I've rolled up R-2.12.0.tar.gz a short while ago. This is a development
release which contains a number of new features.
Also, a number of mostly minor bugs have been fixed. See the full list
of changes below.
You can get it from
http://cran.r-project.org/src/base/R-2/R-2.12.0.tar.gz
or wait for it to be mirrored at a CRAN site nearer to you.
Binaries for various platforms will appear in