search for: r_papersize

Displaying 20 results from an estimated 72 matches for "r_papersize".

Did you mean: papersize
2000 May 10
8
Paper Size
Dear R Users: Here is a nice simple question: On Version 1.0.0, where is the file that has the paper size for plots? UNIX Dec Alpha please? (Really dumb. I know.) Sincerely, Erin -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
1998 Apr 03
1
R-beta: default paper size
After some paper clipping problems I checked options() and saw that the default paper size was a4; I need US Letter. So as per instructions I uncommented the R_PAPERSIZE line in config.site, R_PAPERSIZE=letter Restarting R, everything is still the same though. I guess I have to reinstall? That seems awkward. Is there a way a prompt ("a4 or letter paper?") can be inserted in the normal install procedure? Or at least explain in INSTALL that this change t...
2006 Apr 20
1
R_PAPERSIZE and LC_PAPER
R uses the environment variable R_PAPERSIZE to set its papersize, e.g. for postscript. It seems the modern way is to via LC_PAPER, e.g. http://mail.nl.linux.org/linux-utf8/2002-05/msg00010.html and Googling will show that people expect this to work. However, that is not set on my FC3 system, and it would affect people who use en_US as...
2006 Oct 23
5
Poll: Does R_PAPERSIZE in /etc/R/Renviron matter?
A heuristic runs via the r-base-core package postinst. It is intended to use the result from Debian's paperconf(1) toool, and to update the R environment variable R_PAPERSIZE accordingly. This apparently broke some time ago when R changed to a dual variable setup, and my regexp didn't notice. Does anybody use this, or is it ok if I simply disable this in Debian? In that case we simply do what everybody else does, so you all get to live by the 'letter' se...
1997 Apr 24
1
R-beta: multiple binary types
...[ "$1" = "SHLIB" ] then shift exec sh $RHOME/etc/SHLIB $* fi if [ "$1" = "COMPILE" ] then shift exec sh $RHOME/etc/COMPILE $* fi if [ "$1" = -xxgdb ] then shift DEBUGGER=xxgdb fi # Default Printer Paper Size # Choose one of the following # R_PAPERSIZE="a4" # R_PAPERSIZE="letter" # R_PAPERSIZE="none" R_PAPERSIZE=a4 export R_PAPERSIZE # Default Print Command # Choose one of the following # R_PRINTCMD="lpr" # R_PRINTCMD="lp" R_PRINTCMD=lpr export R_PRINTCMD exec $DEBUGGER $RHOME/bin/$OSTYPE/R.bina...
1997 Apr 24
1
R-beta: multiple binary types
...[ "$1" = "SHLIB" ] then shift exec sh $RHOME/etc/SHLIB $* fi if [ "$1" = "COMPILE" ] then shift exec sh $RHOME/etc/COMPILE $* fi if [ "$1" = -xxgdb ] then shift DEBUGGER=xxgdb fi # Default Printer Paper Size # Choose one of the following # R_PAPERSIZE="a4" # R_PAPERSIZE="letter" # R_PAPERSIZE="none" R_PAPERSIZE=a4 export R_PAPERSIZE # Default Print Command # Choose one of the following # R_PRINTCMD="lpr" # R_PRINTCMD="lp" R_PRINTCMD=lpr export R_PRINTCMD exec $DEBUGGER $RHOME/bin/$OSTYPE/R.bina...
2016 Feb 05
2
building R Devel --enable-R-shlib
Hello, It has been a while since my last R Devel build, and now I'm running into an issue I'm not sure how to isolate. After updating to the latest SVN sources, and using: ---<--------------------cut here---------------start------------------->--- tools/rsync-recommended R_PAPERSIZE=letter \ R_BATCHSAVE="--no-save --no-restore" \ R_BROWSER=xdg-open \ LIBnn=lib \ ./configure \ --enable-R-shlib \ --enable-strict-barrier \ --with-blas \ --with-lapack \ --with-readline \ --with-tcl-config=/usr/lib/tcl8.6/tclConfig.sh \ --with-tk-config=/usr/li...
2015 Aug 29
2
Having both R-current and R-devel installed on Ubuntu
...s via a second script ~/bin/R-devel.sh which calls it. Also > below. > > Hope this helps, Dirk > > > ## --snip here ------------------------------------------------------------------------------ > ## ~/bin/build-R-devel > > #!/bin/sh > > cd ~/svn/r-devel > > # 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...
2008 Jan 25
4
Problem building R with Intel MKL v10 BLAS
...rofiling options, and link it to the processor-specific Intel MKL blas. The problem is that after I compile R, and do R CMD config BLAS_LIBS, the response is -L/usr/local/lib64/R/lib -lRblas. This tells me that R is not linked to the Intel BLAS at all. My config.site file for R is: #! /bin/sh R_PAPERSIZE=letter CFLAGS="-g -O2 -p -pg" CPPFLAGS="-I/opt/intel/mkl/10.0.1.014/include -I/usr/include -I/usr/local/include" LIBnn=lib64 BLAS_LIBS="-L/opt/intel/mkl/10.0.1.014/lib/em64t -Wl,--start-group -lmkl_gf_lp64.so -lmkl_gnu_thread.so -lmkl_core.so -l -l -l -Wl, --end-group -l...
2016 Feb 06
1
building R Devel --enable-R-shlib
...Devel build, and now I'm running >> into an issue I'm not sure how to isolate. After updating to the >> latest SVN sources, and using: >> >> ---<--------------------cut >> here---------------start------------------->--- >> tools/rsync-recommended R_PAPERSIZE=letter \ R_BATCHSAVE="--no-save >> --no-restore" \ R_BROWSER=xdg-open \ LIBnn=lib \ ./configure \ >> --enable-R-shlib \ --enable-strict-barrier \ > I don't set that but it shouldn't bite ... I removed the --enable-strict-barrier and kept everything else the same a...
2016 Nov 12
0
Ubuntu 16.10 Yakkety Yak uses GCC 6 but -std=c++98 is missing
...ith-blas' '--with-lapack' '--enable-R-profiling' '--enable-R-shlib' '--enable-memory-profiling' '--without-recommended-packages' '--build' 'x86_64-linux-gnu' 'build_alias=x86_64-linux-gnu' 'R_PRINTCMD=/usr/bin/lpr' 'R_PAPERSIZE=letter' 'R_BROWSER=xdg-open' 'LIBnn=lib' 'JAVA_HOME=/usr/lib/jvm/default-java' 'CC=gcc -std=gnu99' 'CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g' 'LDFLAGS=-Wl,-Bsymbolic-functions -Wl,-z...
2002 May 06
2
need help building R on SGI
I'm trying to build R-1.5.0 on an SGI. I downloaded the tar file just a couple of hours ago. These are the various variables I set before configuring, and the arguments to configure I'm using: export R_PAPERSIZE=letter CPPFLAGS=-I/usr/dfs/src/readline export LDFLAGS='-L/usr/common/lib -L/usr/lib32 -L/usr/dfs/src/readline' export CONFIG_SHELL=/v/bin/sh SHELL=/v/bin/sh ./configure --enable-R-shlib --prefix=/usr/common/R-1.5.0 And this where configure dies: checking for readline/readline.h... yes c...
2009 Feb 21
1
Install failure (PR#13545)
...untered a problem installing R on CentOS release 5.2 This is a 64bit OS I need to know if this will work on this server or do I need to change OS> Thanks Bob I downloaded the source ( R-2.8.1.tar.gz ) due to no release being available for CentOS. My ./configure --with-x=no --with-readline=no R_PAPERSIZE='letter' Failed: ./configure --with-x=no --with-readline=no R_PAPERSIZE='letter' 195 lines deleted from log configure:5105: checking whether we are using the GNU C compiler configure:5134: gcc -c -I/usr/local/include conftest.c >&5 configure:5140: $? = 0 configure:5157: res...
2006 May 26
1
Building V2.3.0 on Tru64 V5.1B
...I/opt/libjpeg/include -I/opt/libpng/include -I/opt/ncurses/include" CFLAGS="-std1" LDFLAGS="-L/opt/gnu/lib -L/opt/libjpeg/lib -L/opt/libpng/lib -L/opt/ncurses/lib -lncurses -ljpeg -lpng -rpath "/opt/libpng/lib:/opt/libjpeg/lib:/opt/ncurses/lib:/opt/gnu/lib:/usr/shl ib" R_PAPERSIZE=letter CC=cc CXX=cxx ./configure prefix=/opt/R --without-readline --without-blas I expect to update the config.site file with the above values. If someone has built R-2.3.0 on Tru64 V5.1B, I would appreciate hearing how. Thank you, Narendra Ravi
2009 Mar 11
1
Compiling R-2.8.1 on Sparc Solaris 10: libRlapack.so: symbol __vlog_: referenced symbol not found
...failed for target `all' Current working directory /export/admin-home/nikser/R-2.8.1/src/library/grDevices I set the following environment variables: export LDFLAGS="-L/usr/sfw/lib/sparcv9 -L/opt/csw/lib/sparcv9" export CFLAGS="-I/usr/sfw/include -I/opt/csw/include" export R_PAPERSIZE=letter export CC="cc -xtarget=native64" export FC="f95 -xtarget=native64" export CXX="CC -xtarget=native64" export CPPFLAGS="-I/usr/sfw/include -I/opt/csw/include" export CFLAGS="-O -xlibmieee" export F77="f95 -xtarget=native64" export CXX...
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
2004 Sep 08
1
Problems loading Lapack library
...C 4.2 Sun WorkShop IPE 4.0 Sun WorkShop Dbx 4.0 Sun WorkShop Performance Analyzer 4.0 Sun WorkShop IPE 4.0 Sun WorkShop Compiler FORTRAN 77 4.2 Sun WorkShop Compiler Fortran 90 1.2 Sun Performance Library 1.2 Here are the lines I changed in config.site: R_PAPERSIZE=letter CC="cc -xarch=v8plusa" CFLAGS="-xO3 -dalign" F77="f90 -xarch=v8plusa" FFLAGS="-xO3 -dalign" MAIN_LDFLAGS="-xarch=v8plusa" LDFLAGS="-L/opt/SUNWspro/lib -L/usr/local/lib" CXX="CC -xarch=v8plusa" CXXFLAGS="-xO3 -dalign&q...
2015 Aug 29
0
Having both R-current and R-devel installed on Ubuntu
...n/R-devel.sh which calls it. Also | > below. | > | > Hope this helps, Dirk | > | > | > ## --snip here ------------------------------------------------------------------------------ | > ## ~/bin/build-R-devel | > | > #!/bin/sh | > | > cd ~/svn/r-devel | > | > # R_PAPERSIZE=letter \ | > # R_BATCHSAVE="--no-save --no-restore" \ | > # R_BROWSER=xdg-open \ | > # PAGER=/usr/bin/pager \ | > # PERL=/usr/bin/perl \ | > # R_UNZIPCMD=/usr/...
2016 Nov 12
2
Ubuntu 16.10 Yakkety Yak uses GCC 6 but -std=c++98 is missing
On 12 November 2016 at 07:59, Dirk Eddelbuettel wrote: | | On 12 November 2016 at 14:23, Kirill M?ller wrote: | | Thanks. I have now CXX = g++ -std=c++98 in my /etc/R/Makeconf, it's | | picked up properly. I can only assume that the last -std= option wins if | | more than one are given on the same command line [1]. | | Good to know it works. | | I am still a little puzzled why it was
2003 Apr 21
1
building R 1.7.0 under RH7.3 (PR#2808)
...antly seems to complain about being unable to determine environment variables. I am trying to use the PG set of compilers (because the netCDF library was built with them, and I will need to use it. I have had problems with this in the past, although particularly with the Intel Compilers). setenv R_PAPERSIZE letter setenv CC pgcc setenv F77 pgf90 setenv CXX pgCC [note ALL other environment vars are "undefined", including LD_LIBRARY_PATH] Linux poorman 2.4.18-17.7.xsmp #1 SMP Tue Oct 8 12:37:04 EDT 2002 i686 unknown RH 7.3, on a 1.7Ghz Pentium ./configure --prefix=/contrib/R-1.7.0 >&...