search for: r_pdfviewer

Displaying 13 results from an estimated 13 matches for "r_pdfviewer".

2009 Jun 15
1
ubuntu configuration problem "Couldnt get a file descriptior referring to the console"
...program that tries to spawn a pdf viewer fails with this somewhat uninformative error message: > RShowDoc("frame", package="grid") > Couldnt get a file descriptor referring to the console I've traced this back to a setting in /etc/R/Renviron: ## Default PDF viewer R_PDFVIEWER=${R_PDFVIEWER-'/bin/open'} That setting causes the trouble--if it is changed to a valid pdf viewer, then the strange error message does not appear. If your system has the OpenDesktop mime system in place, this setting will work: # Default PDF viewer R_PDFVIEWER=${R_PDFVIEWER-'/usr/bi...
2009 Oct 06
1
vignette() failure
Hi, I can't pinpoint exactly since what R version I first noticed this error, but are others seeing this? R> vignette("grid") R> sh: : command not found instead of having the vignette displayed in the proper viewer? This is with: R> sessionInfo() R version 2.9.2 (2009-08-24) x86_64-pc-linux-gnu locale:
2010 Mar 22
2
some fixes for R 2.01.1 on OpenSolaris using Sun Studio compilers
...--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.R' ... FAILED...
2017 Apr 06
3
failure of make check-all
...IRON_USER" < [51] "R_GZIPCMD" "R_HOME" < [53] "R_INCLUDE_DIR" "R_LIBS" < [55] "R_LIBS_SITE" "R_LIBS_USER" < [57] "R_OSTYPE" "R_PAPERSIZE" < [59] "R_PAPERSIZE_USER" "R_PDFVIEWER" < [61] "R_PLATFORM" "R_PRINTCMD" < [63] "R_PROFILE" "R_PROFILE_USER" < [65] "R_RD4PDF" "R_SESSION_TMPDIR" < [67] "R_SHARE_DIR" "R_SYSTEM_ABI" < [69] "R_TEXI2DVICMD" &qu...
2017 Apr 06
0
failure of make check-all
...> < [51] "R_GZIPCMD" "R_HOME" > < [53] "R_INCLUDE_DIR" "R_LIBS" > < [55] "R_LIBS_SITE" "R_LIBS_USER" > < [57] "R_OSTYPE" "R_PAPERSIZE" > < [59] "R_PAPERSIZE_USER" "R_PDFVIEWER" > < [61] "R_PLATFORM" "R_PRINTCMD" > < [63] "R_PROFILE" "R_PROFILE_USER" > < [65] "R_RD4PDF" "R_SESSION_TMPDIR" > < [67] "R_SHARE_DIR" "R_SYSTEM_ABI" > < [69] "R_TEXI2D...
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
.../cm/shared/apps/R/3.2.1/lib64/R/doc R_GZIPCMD /bin/gzip R_HOME /cm/shared/apps/R/3.2.1/lib64/R R_INCLUDE_DIR /cm/shared/apps/R/3.2.1/lib64/R/include R_LIBS_SITE R_LIBS_USER ~/R/x86_64-unknown-linux-gnu-library/3.2 R_PAPERSIZE a4 R_PDFVIEWER /usr/bin/xdg-open R_PLATFORM x86_64-unknown-linux-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_TEX...
2010 May 30
4
Changing R_LIB_USER variable in ubuntu...
Hi, I'm an experienced R user on windows, but new to linux. This may be an issue with how R (or Ubuntu) was install on my computer, but maybe not. I just installed Ubuntu 10.04, I have administrator privileges and am using R 2.11. Here goes: I'd like to change the location where R installs packages not included in the base installation (using install.packages()). Right now it is
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 =
2008 Oct 20
2
R 2.8.0 is released
...driver is now FALSE rather than TRUE if SWEAVE_STYLEPATH_DEFAULT is unset : see ?RweaveLatex. To support this, tools::texi2dvi adds the R 'texmf' directory to the input search path. o R CMD Rd2dvi now previews PDF output (as was documented) if R_PDFVIEWER is set (as it will normally be on a Unix-alike but not on Windows, where the file association is used by default). o R CMD check checks for binary executable files (which should not appear in a source package), using a suitable 'file' if available, else by nam...
2008 Oct 20
2
R 2.8.0 is released
...driver is now FALSE rather than TRUE if SWEAVE_STYLEPATH_DEFAULT is unset : see ?RweaveLatex. To support this, tools::texi2dvi adds the R 'texmf' directory to the input search path. o R CMD Rd2dvi now previews PDF output (as was documented) if R_PDFVIEWER is set (as it will normally be on a Unix-alike but not on Windows, where the file association is used by default). o R CMD check checks for binary executable files (which should not appear in a source package), using a suitable 'file' if available, else by nam...
2009 Feb 21
1
Install failure (PR#13545)
...n-linux-gnu ac_cv_objext=o ac_cv_path_EGREP='//bin/grep -E' ac_cv_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=g...
2005 Feb 05
2
Problems compiling (configure) R on Ubuntu linux (debian)
...v_lib_ncurses_main=no ac_cv_lib_readline_rl_callback_read_char=no ac_cv_lib_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=...