Displaying 20 results from an estimated 49 matches for "r_browser".
2012 Sep 01
2
(Newbie) help cannot find chrome
Following the beginning tutorial, I typed help.start() and was given a
choice of browsers. I picked chrome but got back that chrome is not found.
I cannot seem to change or get rid of it now.
I looked at /etc/R/Renviron but don't see anywhere to set browser
(R_BROWSER = ${R_BROWSER ...etc) - nothing about chrome.
I tried starting as "R_BROWSER= R" - same thing.
How do I change the default browser, for instance, to firefox? (Using Linux
Mint xfce)
Thanks.
[[alternative HTML version deleted]]
2003 Aug 11
2
Changing default browser in options()
I usually startup R from within several directories (usually where the
programs or data of interest are). I like to use a small web browser
called dillo to browse help files. However, by default R looks for
mozilla, so I have to type every single R session:
> options(browser='dillo')
Is there anyway I can change this globally?
thanks,
J.
2016 Feb 05
2
building R Devel --enable-R-shlib
...d 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/lib/tk8.6/tkConfig.sh
make
---<--------------------cut here--------...
2015 Aug 29
2
Having both R-current and R-devel installed on Ubuntu
...# --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 \
> # R_ZIPCMD=/usr/bin/zip \
> # R_PRINTCMD=/usr/bin/lpr...
2004 Apr 20
2
1.9.0 regression test on HP-UX (PR#6800)
...alled R 1.8.1 on HP-UX11.0 by
compiling the source using the gnu compilers and all was fine with
make check
On 1.9.0, I get an error from 'make check' when running reg-tests-1.R
which gives error exit code 1. Commands used are:
./configure --prefix=/apps/global/Gnu_R/R-1.9.0 --with-x
R_BROWSER=mozilla
(all on one line, of course)
make
make check
I tried to get it to make with the HP-UX cc, aCC and f90 but couldn't
get it to make (make came back with numerous unresolved symbols such
as dtrsl), so I'm just using the gnu compilers. I guess that setting
the loader search path w...
2016 Feb 06
1
building R Devel --enable-R-shlib
...ow 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
and compilation went fine. I can't remember what this strict barrier
does...
2003 Feb 21
1
help.start() error:
Hi
I am new to R and just wanted to go through some tutorial. First I tried
to start help, but I got:
----------------
> help.start()
Making links in per-session dir ...
If /usr/bin/netscape is already running, it is *not* restarted, and
you must switch to its window.
Otherwise, be patient ...
> sh: line 1: /usr/bin/netscape: No such file or directory
sh: line 1: /usr/bin/netscape: No
2004 Apr 27
1
Fedora 1 RPM Packages
...ibrary that calls R) needs the shared lib.
Any chance that we can change the R.spec file to include:
[iwallace at localhost SPECS]$ diff -bu R.spec R.spec.orig
--- R.spec 2004-04-27 15:31:51.000000000 -0600
+++ R.spec.orig 2004-04-27 15:31:39.000000000 -0600
@@ -36,7 +36,6 @@
%build
export R_BROWSER="/usr/bin/mozilla"
( %configure \
- --enable-R-shlib \
--with-tcl-config=%{_libdir}/tclConfig.sh \
--with-tk-config=%{_libdir}/tkConfig.sh ) \
| egrep '^R is now|^ |^$' - > CAPABILITIES
I'm not sure if there are other issues with using the shared library,
I...
2005 Dec 27
1
help.start() doesn't work
I installed the latest R-package "R-2.1.1-1.rh4AS.i686.rpm" on a Red Hat
Desktop 4 (RH EL4) machine. When I try to get help by the help.start()
command an error message appears:
-----
> help.start()
Making links in per-session dir ...
If '/usr/bin/mozilla' is already running, it is *not* restarted, and
you must switch to its window.
Otherwise, be patient ...
sh:
2008 Nov 24
1
make fails with no rule to make target `VR.ts'
...#39;
gmake[1]: *** [recommended-packages] Error 2
gmake[1]: Leaving directory `/usr/local/share/R-devel/src/library/Recommended'
gmake: *** [stamp-recommended] Error 2
This is on FreeBSD 7.0-RELEASE (amd64) with
./configure MAKE=gmake CC=gcc44 F77=gfortran44 FC=gfortran44 CXX=g++44
OBJC=gcc44 R_BROWSER=/usr/local/bin/firefox3
This used to build fine until a few weeks ago. Any hints for what may
be going wrong?
h.
--
+---
| Hiroyuki Kawakatsu
| Business School, Dublin City University
| Dublin 9, Ireland. Tel +353 (0)1 700 7496
2010 Mar 22
2
some fixes for R 2.01.1 on OpenSolaris using Sun Studio compilers
...1 --disable-nls
--enable-R-shlib
--with-libintl-prefix=/opt/lib
CC=cc CFLAGS='-O -m64 -xarch=native'
CPPFLAGS=-I/opt/lib/include
LDFLAGS='-m64 -L/opt/lib/lib -R/opt/lib/lib'
LIBS=-liconv CXX=CC CXXFLAGS='-O -m64 -xarch=native'
F77=f95 FFLAGS='-O -m64 -xarch=native'
R_BROWSER=opera R_PDFVIEWER=evince
5. The results of running the tests:
cd tests.
make test-Examples Ok
make test-Specific Ok
make test-Reg
running tests of plotting Latin-1
expect failure or some differences if not in a Latin or
UTF-8 locale
running code in 'reg-plot-latin1....
2006 Feb 20
2
Unable to configure R 2.2.1 on Solaris 5.10 x86_64
...-I/opt/SUNWspro/include -I/opt/csw/include/readline
F77="f95 -xarch=amd64 -xtarget=opteron"
FFLAGS="-xO5 -xlibmil -dalign"
LDFLAGS=-L/opt/SUNWspro/lib/amd64/ -L/opt/sfw/lib -L/opt/csw/lib
CXX="CC -xarch=amd64 -xtarget=opteron"
CXXFLAGS="-xO5 -xlibmil -dalign"
R_BROWSER=mozilla
MAKE=gmake
My .zshrc file has the following (as I saw that some of the LDFLAGS
should match my LD_LIBRARY_PATH and CONFIG_SHELL=/bin/ksh):
LD_LIBRARY_PATH=/opt/sfw/include:/opt/sfw/include/readline:/usr/local/lib:/usr/X/lib:/usr/lib:/usr/ucblib:/lib:/usr/ccs/lib:/etc/lib:/usr/dt/lib:/opt/...
2016 Nov 12
0
Ubuntu 16.10 Yakkety Yak uses GCC 6 but -std=c++98 is missing
...ack'
'--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,relro'
'CPPFLAGS=...
2008 Nov 16
1
help.start() displays index.html in emacs (PR#13293)
Full_Name: Juergen Rose
Version: 2.8.0 (2008-10-20)
OS: Linux 2.6.27.4 x86_64 Intel
Submission from: (NULL) (87.185.220.122)
If I start as ordinary user rose R and help.start(), the help is displayed in
emacs. If I do as the user root, file:///tmp/Rtmpyzlc7Y/.R/doc/html/index.html
is shown as expected in a firefox windows. So it seems to be connected with my
private configuration. But I can not
2005 Apr 11
2
R_LIBS difficulty ?
...The last writing (I mean, something similar) is suggested somewhere in
the R manuals (but I do not have the manual with me right now to give
the exact reference, I'm in another town).
Another hint that it could be expected to work is that the same
`~/.Renviron' once contained the line:
R_BROWSER=$HOME/bin/links
which apparently worked as expected. (This `links' script launches the
real program with `-g' appended whenever `DISPLAY' is defined.)
This is R 2.0.1, installed on SuSE 9.2.
--
Fran?ois Pinard http://pinard.progiciels-bpi.ca
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
...--------------------------------------------------------------------------
| > ## ~/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 \
| > # R_ZIPCMD=/usr/bin/zip \
| > # R_PRINTCMD=/usr/bin/lpr...
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
2006 Jul 26
2
Install R-patched_2006-07-13 on i386-pc-solaris2.10 with Sun Studio 11
...GS
-xarch=amd64 -xmodel=medium
root at Huba # echo $CXXFLAGS
-xarch=amd64 -xmodel=medium
root at Huba # echo $FCFLAGS
-xarch=amd64 -xmodel=medium
root at Huba # echo $FFLAGS
-xarch=amd64 -xmodel=medium
root at Huba # echo $LDFLAGS
-xarch=amd64 -xmodel=medium
root at Huba # echo $R_BROWSER
/usr/sfw/bin/mozilla
root at Huba # echo $r_arch
amd64
root at Huba # echo $LD_LIBRARY_PATH
/usr/openwin/lib:/usr/local/gcc-4.1.1-x86-bootstrap/lib/gcc/i386-pc-sola
ris2.10/4.1.1/amd64:/usr/local/lib:/usr/local/gcc-4.1.1-x86-bootstrap/li
b/gcc/i386-pc-solaris2.10/4.1.1/amd64:/usr/local/lib:...
2016 Nov 11
1
installing R-devel on ubuntu
...er again so any insights are REALLY,
REALLY appreciated. Thanks a lot.
Mark
my build-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 -pedant...