Displaying 11 results from an estimated 11 matches for "r_gzipcmd".
2017 Apr 06
3
failure of make check-all
...; "QT_IM_MODULE"
< [43] "QT_LINUX_ACCESSIBILITY_ALWAYS_ON" "R_ARCH"
< [45] "R_BROWSER" "R_BZIPCMD"
< [47] "R_CMD" "R_DOC_DIR"
< [49] "R_ENVIRON" "R_ENVIRON_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_PLATF...
2017 Apr 06
0
failure of make check-all
...ODULE"
> < [43] "QT_LINUX_ACCESSIBILITY_ALWAYS_ON" "R_ARCH"
> < [45] "R_BROWSER" "R_BZIPCMD"
> < [47] "R_CMD" "R_DOC_DIR"
> < [49] "R_ENVIRON" "R_ENVIRON_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...
2005 Nov 24
1
Windows R CMD build <pkg> leftovers
A command
R CMD build <pkg>
that fails, e.g., because of C code compilation errors, leaves a
directory %TMPDIR%/Rinst.xxx containing the file R.css. Although R
CMD INSTALL --build cleans up after itself, build does not. A fix is
below. Also, build.in references Rcmd.exe, which I thought was no
longer necessary?
Index: build.in
2010 Sep 30
1
tar problem when using 'R CMD build' on Windows
...ys.getenv("TAR", NA)
- TAR <- if (is.na(TAR)) {if (WINDOWS) "tar --force-local" else "tar"}
+ TAR <- if (is.na(TAR)) {if (WINDOWS) "tar --force-local
--no-same-owner" else "tar"}
else shQuote(TAR)
GZIP <- Sys.getenv("R_GZIPCMD")
if (!nzchar(GZIP)) GZIP <- "gzip"
seems to address the problem even though I admit it doesn't provide
a lot of insight about what's really going on. But it seems safe.
Could it be applied as a workaround?
If that is not desirable, could the tools:::.build_packag...
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
2010 Mar 02
1
Installation problem with 2.10 and Solaris 10 (PR#14227)
Full_Name: John Noble
Version: 2.10
OS: Solaris 10 SPARC
Submission from: (NULL) (128.172.190.27)
The make of Recommended fails. All sections of Make work up to this point and
the compiled version of R appears to be correct. Only when adding the
recommended modules does the problem appear. The best I can figure the problem
appears to be related to the fact that gzip will not decompress
2015 Oct 19
1
R 3.2.2 - make check and install package hang
.../root
QTDIR /usr/lib64/qt-3.3
QTINC /usr/lib64/qt-3.3/include
QTLIB /usr/lib64/qt-3.3/lib
R_ARCH
R_BROWSER /usr/bin/firefox
R_BZIPCMD /usr/bin/bzip2
R_DOC_DIR /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_PLATFOR...
2009 Jul 23
1
problem building R 2.9.1 from source on RHEL 4 (x86_64)
I am building from source on RHEL 4 and have run into a
problem while running "make check":
running code in 'lapack.R' ...make[3]: *** [lapack.Rout] Error 1
make[3]: Leaving directory `/opt/R/R-2.9.1/tests'
make[2]: *** [test-Specific] Error 2
make[2]: Leaving directory `/opt/R/R-2.9.1/tests'
make[1]: *** [test-all-basics] Error 1
make[1]: Leaving
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 =
2009 Feb 21
1
Install failure (PR#13545)
...gnu=yes
ac_cv_host=x86_64-unknown-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_...
2005 Feb 05
2
Problems compiling (configure) R on Ubuntu linux (debian)
...os=yes
ac_cv_lib_m_sin=yes
ac_cv_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...