Displaying 20 results from an estimated 21 matches for "r_zipcmd".
2015 Aug 29
2
Having both R-current and R-devel installed on Ubuntu
...\
> # R_BATCHSAVE="--no-save --no-restore" \
> # R_BROWSER=xdg-open \
> # PAGER=/usr/bin/pager \
> # PERL=/usr/bin/perl \
> # R_UNZIPCMD=/usr/bin/unzip \
> # R_ZIPCMD=/usr/bin/zip \
> # R_PRINTCMD=/usr/bin/lpr \
> # LIBnn=lib \
> # AWK=/usr/bin/awk \
> # CC="ccache gcc" \
> # CFLAG...
2012 Aug 08
2
Having both R-current and R-devel installed on Ubuntu
Dear List,
Having used R on Windows for years, I have recently installed Ubuntu as a virtual machine. I admit that I am quite new to the linux world.
Installing R (current version = 2.15.1) went smoothly, but I would like to have both the current version of R and R-devel installed. I've searched the net for info on doing this but so far without luck.
Can anyone help me getting this up and
2015 Aug 29
0
Having both R-current and R-devel installed on Ubuntu
...t; # R_BATCHSAVE="--no-save --no-restore" \
| > # R_BROWSER=xdg-open \
| > # PAGER=/usr/bin/pager \
| > # PERL=/usr/bin/perl \
| > # R_UNZIPCMD=/usr/bin/unzip \
| > # R_ZIPCMD=/usr/bin/zip \
| > # R_PRINTCMD=/usr/bin/lpr \
| > # LIBnn=lib \
| > # AWK=/usr/bin/awk \
| > # CC="ccache gcc" \
| &g...
2016 Jul 26
3
Exportar datos en formato de Excel
...ces para que camine (para Win:
https://cran.r-project.org/bin/windows/Rtools/). Es importante que RTools
se instale en el path que pone por defecto (ni idea por qué, pero me pasó
que lo instalé en otro Dir y nunca anduvo). También es posible que debas
ejecutar este comando en la consola:
Sys.setenv(R_ZIPCMD= "C:/Rtools/bin/zip") #Por el RTools
Saludos.
El 26 de julio de 2016, 8:49, Javier Martínez-López <
javi.martinez.lopez en gmail.com> escribió:
> que raro... se te ha instalado bien la librería? tiene pinta de un problema
> de JAVA pero no sé cuál...
>
> 2016-07-26 13...
2016 Nov 11
1
installing R-devel on ubuntu
...ild-r-devel.sh file
#==========================================================
## ~/bin/build-R-devel
#!/bin/sh
cd ~/research/svn/R-devel-build
R_PAPERSIZE=letter
R_BATCHSAVE="--no-save --no-restore"
R_BROWSER=xdg-open
PAGER=/usr/bin/pager
PERL=/usr/bin/perl
R_UNZIPCMD=/usr/bin/unzip
R_ZIPCMD=/usr/bin/zip
R_PRINTCMD=/usr/bin/lpr
LIBnn=lib
AWK=/usr/bin/awk
CC="ccache gcc"
CFLAGS="-ggdb -pipe -std=gnu99 -Wall -pedantic"
CXX="ccache g++"
CXXFLAGS="-ggdb -pipe -Wall -pedantic"
FC="ccache gfortran"
F77="ccache gfortran"
MAKE="m...
2017 Apr 06
3
failure of make check-all
...uot;
< [63] "R_PROFILE" "R_PROFILE_USER"
< [65] "R_RD4PDF" "R_SESSION_TMPDIR"
< [67] "R_SHARE_DIR" "R_SYSTEM_ABI"
< [69] "R_TEXI2DVICMD" "R_UNZIPCMD"
< [71] "R_VERSION" "R_ZIPCMD"
< [73] "SED" "SESSION"
< [77] "SHELL" "SHLVL"
< [79] "SSH_AGENT_PID" "SSH_AUTH_SOCK"
< [81] "TAR" "TERM"
< [83] "TEXINPUTS" "UPSTART_EVENTS"
< [85] &qu...
2017 Apr 06
0
failure of make check-all
...[63] "R_PROFILE" "R_PROFILE_USER"
> < [65] "R_RD4PDF" "R_SESSION_TMPDIR"
> < [67] "R_SHARE_DIR" "R_SYSTEM_ABI"
> < [69] "R_TEXI2DVICMD" "R_UNZIPCMD"
> < [71] "R_VERSION" "R_ZIPCMD"
> < [73] "SED" "SESSION"
> < [77] "SHELL" "SHLVL"
> < [79] "SSH_AGENT_PID" "SSH_AUTH_SOCK"
> < [81] "TAR" "TERM"
> < [83] "TEXINPUTS" "UPSTART_EVENTS"
&g...
2017 Apr 19
0
R 3.4 has broken C++11 support
...7PICFLAGS =
CXX17STD =
I call configure in build shell script (which has not changed in years) with
R_PAPERSIZE=letter \
R_BATCHSAVE="--no-save --no-restore" \
R_BROWSER=xdg-open \
PAGER=/usr/bin/pager \
PERL=/usr/bin/perl \
R_UNZIPCMD=/usr/bin/unzip \
R_ZIPCMD=/usr/bin/zip \
R_PRINTCMD=/usr/bin/lpr \
LIBnn=lib \
AWK=/usr/bin/awk \
CC="ccache gcc" \
CFLAGS="-ggdb -pipe -std=gnu99 -Wall -pedantic" \
CXX="ccache g++" \
CXXFLAGS="-ggdb -pipe -Wall -pedantic" \...
2014 Apr 24
1
50% performance of custom R build compared to PPA R for a command
...r/local/lib/R-devel/lib/R/lib -lR
My install script for the local build is based on Dirk's script [1].
In particular, my configure command is:
R_PAPERSIZE=letter R_BATCHSAVE="--no-save --no-restore"
R_BROWSER=xdg-open PAGER=/usr/bin/pager PERL=/usr/bin/perl
R_UNZIPCMD=/usr/bin/unzip R_ZIPCMD=/usr/bin/zip
R_PRINTCMD=/usr/bin/lpr LIBnn=lib AWK=/usr/bin/awk CC="gcc"
CFLAGS="-ggdb -pipe -std=gnu99 -Wall -pedantic" CXX="g++"
CXXFLAGS="-ggdb -pipe -Wall -pedantic" FC="gfortran" F77="gfortran"
MAKE="make -j$NJOBS" "${r...
2015 Oct 14
0
gcc ubsan alignement test --minimal gcc version?
...ommended tk8.5-dev valgrind
x11proto-core-dev xauth xdg-utils xfonts-base xvfb zlib1g-dev
cd /tmp
svn co http://svn.r-project.org/R/trunk R-devel
cd /tmp/R-devel
R_PAPERSIZE=letter R_BATCHSAVE="--no-save --no-restore"
PAGER=/usr/bin/pager PERL=/usr/bin/perl R_UNZIPCMD=/usr/bin/unzip
R_ZIPCMD=/usr/bin/zip R_PRINTCMD=/usr/bin/lpr LIBnn=lib
AWK=/usr/bin/awk CFLAGS="-pipe -std=gnu99 -Wall -pedantic -O2"
CXXFLAGS="-pipe -Wall -pedantic -O2" CC="gcc
-fsanitize=address,undefined" CXX="g++ -fsanitize=address,undefined"
CXX1X="g++ -fsanitiz...
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
2015 Oct 19
1
R 3.2.2 - make check and install package hang
...gnu
R_PRINTCMD lpr
R_RD4PDF times,hyper
R_SESSION_TMPDIR /tmp/Rtmphn5m15
R_SHARE_DIR /cm/shared/apps/R/3.2.1/lib64/R/share
R_SYSTEM_ABI linux,gcc,gxx,gfortran,?
R_TEXI2DVICMD /usr/bin/texi2dvi
R_UNZIPCMD /usr/bin/unzip
R_ZIPCMD /usr/bin/zip
SED /bin/sed
SGE_ROOT /cm/shared/apps/uge/8.2.1
SHELL /bin/bash
SHLVL 1
SSH_ASKPASS /usr/libexec/openssh/gnome-ssh-askpass
TAR /bin/gtar
TERM xterm
U...
2015 Oct 13
2
gcc ubsan alignement test --minimal gcc version?
Dear All,
I'm trying to implement the section of the manual pertaining to the
gcc-ubsan test
carried by CRAN on my local computer (ubuntu 14.04):
http://www.stats.ox.ac.uk/pub/bdr/memtests/gcc-UBSAN/README.txt
I was wondering whether someone could tell what the minimal version
of the gcc tool chain needed to run the gcc-ASAN and gcc-UBSAN alignment
tests on ones local
2016 Apr 27
0
R Script Template
The subject of your email is missing. Perhaps you need to read the Posting Guide (again?) about attachments. Embedding your example directly in the body of the email is generally more accessible in archives than attaching it.
--
Sent from my phone. Please excuse my brevity.
On April 27, 2016 1:14:17 PM GMT+01:00, G.Maubach at gmx.de wrote:
>Hi All,
>
>I am addressing this post to all
2016 Apr 27
2
R Script Template
Hi All,
I am addressing this post to all who are new to R.
When learing R in the last weeks I took some notes for myself to have code snippets ready for the data analysis process. I put these snippets
together as a script template for future use. Almost all of the given command prototypes are tested. The template script contains snippets for best practices and leaves out the commands that
2017 Apr 19
5
R 3.4 has broken C++11 support
Hi!
Well, my linux distribution has very recent versions
of everything, so a working C++11 compiler exists:
$ gcc --version | head -n1
gcc (GCC) 6.3.1 20170306
Could wrong ./configure options be at fault here? See:
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r-devel#n40
My sessionInfo():
$ R-devel --slave -e 'sessionInfo()' | head -n3
R Under development (unstable)
2015 Oct 17
3
R 3.2.2 - make check and install package hang
Hello Everyone,
After trying several ways to compile R 3.2.2 without luck, I?m reaching out for help.
The ?make check? does not hanges for some reason and when
trying to install a package it cannot list the download sites (see below).
What could be the problem?
./configure --enable-R-shlib --enable-BLAS-shlib
hostname = test
uname -m = x86_64
uname -r = 2.6.32-573.7.1.el6.x86_64
uname -s =
2016 Jul 26
7
Exportar datos en formato de Excel
Buenos días a todos!
Estoy trabajando con una base de datos que directamente he descargado de
internet y después de prepararla un poco necesito exportarla a Excel he
intentando con las dos opciones que mencionaré al final pero ninguna
funciona, de qué otra manera puedo exportar esos datos a Excel... muchas
gracias por su ayuda y pronta respuesta!
1)
library(xlsx)
library(rJava)
2009 Feb 21
1
Install failure (PR#13545)
...path_GETWD=//bin/pwd
ac_cv_path_GREP=//bin/grep
ac_cv_path_PAGER=/usr/bin/less
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PKGCONF=/usr/bin/pkg-config
ac_cv_path_R_BROWSER=/usr/bin/open
ac_cv_path_R_GZIPCMD=//bin/gzip
ac_cv_path_R_PDFVIEWER=/usr/bin/open
ac_cv_path_R_UNZIPCMD=/usr/bin/unzip
ac_cv_path_R_ZIPCMD=/usr/bin/zip
ac_cv_path_SED=//bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP=/lib/cpp
ac_cv_prog_F77=gfortran
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=no
ac_cv_pro...
2005 Feb 05
2
Problems compiling (configure) R on Ubuntu linux (debian)
...b_termcap_main=no
ac_cv_lib_termlib_main=no
ac_cv_objext=o
ac_cv_path_GETWD=/bin/pwd
ac_cv_path_PAGER=/usr/bin/less
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_R_BROWSER=/usr/bin/mozilla
ac_cv_path_R_GZIPCMD=/bin/gzip
ac_cv_path_R_PDFVIEWER=/usr/bin/xpdf
ac_cv_path_R_UNZIPCMD=/usr/bin/unzip
ac_cv_path_R_ZIPCMD=/usr/bin/zip
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_F77=fc
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_...