search for: r_ostyp

Displaying 15 results from an estimated 15 matches for "r_ostyp".

Did you mean: r_ostype
2010 Jun 09
2
Question on trying to build R 2.11.1 on Tru64(aka OSF1)
...ing directory `/usrX/JunqueYard/R-2.11.1/src/library/Recommended' Rcmd for this build: #!/usr/local/bin/bash # # ${R_HOME}/bin/Rcmd ## Shell script wrapper for all R CMD commands. ## For internal use only. R_CMD="${R_HOME}/bin/Rcmd" export R_CMD R_VERSION=2.11.1 export R_VERSION R_OSTYPE="unix" export R_OSTYPE ## Add 'share/perl' to the perl library path. if test -n "${PERL5LIB}"; then PERL5LIB="${R_SHARE_DIR}/perl:${PERL5LIB}" export PERL5LIB else PERLLIB="${R_SHARE_DIR}/perl:${PERLLIB}" export PERLLIB fi ## Append 'sh...
2007 Aug 21
2
compiling R under cygwin
...ime looking in to ways in which the configure/build/install code could be modified to allow a standard install. Notes on building R under cygwin: export FFLAGS=-O3 export CFLAGS=-O3 export CXXFLAGS=-O3 export OBJCFLAGS=-O3 export FCFLAGS=-O3 export LDFLAGS='-lblas -lg2c -lintl' export R_OSTYPE=unix ./configure --prefix=/opt/freeware/R/R-2.5.1 \ --with-tcl-config=/usr/lib/tclConfig.sh \ --with-tk-config=/usr/lib/tkConfig.sh \ --with-blas=-lblas \ --with-lapack=-llapack \ --enable-R-shlib comment out Win32 in src/include/config.h and set Unix to 1, change .so to .dll. change .so to .d...
2004 Jun 08
3
make fails with utf-8 locale, RH9 (PR#6958)
Hi, I have an RH9 box (gcc (GCC) 3.2.2, perl 5.8.0, make 3.79.1). My locale is LANG="et_EE.UTF-8" I do: $ ./configure --prefix=/usr/local ... $ make ... make[4]: Entering directory `/home/otoomet/a/R-1.9.0/src/library/stats4' dumping R code in package 'stats4' Error in structure(c(unlist(lapply(list(...), unclass))), class = c("POSIXt", : couldn't
2006 Jan 09
2
Problem installing from source: no CONTENTS files
...suggest a patch, unfortunately. indices: @$(ECHO) " installing indices" @$(ECHO) "invisible(.libPaths(c(.Library,\"$(RLIB)\", .libPaths()))); tools:::.install_package_indices('.', '"$(DPKG)"')" | \ R_DEFAULT_PACKAGES=NULL LC_COLLATE=C R_OSTYPE=windows $(REXE) > /dev/null # need not have HTML installed when building packages @$(MKDIR) -p $(RHOME)/doc/html/search @$(CAT) $(RHOME)/library/*/CONTENTS > $(RHOME)/doc/html/search/index.txt Mark Bravington CSIRO Mathematical & Information Sciences Marine Laboratory Castray Esplana...
2017 Apr 06
3
failure of make check-all
..."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_PLATFORM" "R_PRINTCMD" < [63] "R_PROFILE" "R_PROFILE_USER" < [65] "R_RD4PDF" "R_SESSION_TMPDIR" < [67]...
2017 Apr 06
0
failure of make check-all
...ot; "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_PLATFORM" "R_PRINTCMD" > < [63] "R_PROFILE" "R_PROFILE_USER" > < [65] "R_RD4PDF" "R_SESSION_TMPDIR" &g...
2003 Oct 07
1
.First.lib doesn't appear to be running after calling library()
Hi - so I've dusted off the C bits of my brain and gotten a library written for my package... It passes R CMD check ok, and I've put a file called '.First.lib.R' in the pacakge's 'R' subdirectory. Its permissions are 644. It says: .First.lib <- function(lib,pkg) { library.dynam("foo",pkg,lib); require(affy,quietly=TRUE); } I build and INSTALL
2004 Jul 14
1
RCMD fails in Windows XP
I have setup R 1.9.1 on my Dell laptop running windows XP. I have installed it to C:\R\rw1091. Rgui runs fine, but Rcmd fails if run with parameters (i.e. install). The windows dialog box cheerfully says "R for Windows front-end has encountered a problem and needs to close. We are sorry for the inconvenience." Running the visual C++ debugger informs me that there is an unhandled
2016 Sep 27
4
src/Makevars ignored ?
...e}" = "yes"; then : ${R_MAKEVARS_SITE="${R_HOME}/etc${R_ARCH}/Makevars.site"} if test -f "${R_MAKEVARS_SITE}"; then makefiles="${makefiles} -f ${R_MAKEVARS_SITE}" fi fi if test "${personal}" = "yes"; then if test "${R_OSTYPE}" = "windows"; then if test -f "${R_MAKEVARS_USER}"; then makefiles="${makefiles} -f ${R_MAKEVARS_USER}" elif test ${R_ARCH} = "/x64" -a -f "${HOME}/.R/Makevars.win64"; then makefiles="${makefiles} -f ${HOME}/.R/Ma...
2016 Sep 27
0
src/Makevars ignored ?
...n > : ${R_MAKEVARS_SITE="${R_HOME}/etc${R_ARCH}/Makevars.site"} > if test -f "${R_MAKEVARS_SITE}"; then > makefiles="${makefiles} -f ${R_MAKEVARS_SITE}" > fi > fi > if test "${personal}" = "yes"; then > if test "${R_OSTYPE}" = "windows"; then > if test -f "${R_MAKEVARS_USER}"; then > makefiles="${makefiles} -f ${R_MAKEVARS_USER}" > elif test ${R_ARCH} = "/x64" -a -f "${HOME}/.R/Makevars.win64"; then > makefiles="${makefiles}...
2016 Sep 27
2
src/Makevars ignored ?
Hello, I'm tring to install a Rpackage that holds some C//C++ code as far as I understood the R library generic compilation mechanism, compilation of C//C++ sources is controled 1) at system level by the ocntentos RHOME/etc/Makeconf 2) at user level by the content of ~/.R/Makevars 3) at package level by the content of src/Makevars Problem I have is that src/Makevars is ignored see
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
2010 Jun 08
3
Question on trying to build R 2.11.1 on Tru64(aka OSF1) system
Hello, I am trying to build the R-2.11.1 software for university faculty to use in research projects on a DEC/Compaq/HP AlphaServer model GS160 16CPU/64GB memory running Tru64Unix aka OSF1 version 5.1B-5. Is it known whether it is possible to build the R-2.11.1 software on the platform I am using? In my attempts to build the R-2.11.1 software, I first used the native C and Fortran 77/90/95
2009 Feb 21
1
Install failure (PR#13545)
...9; RMATH_HAVE_LOG1P='' RMATH_HAVE_WORKING_LOG1P='' R_ARCH='' R_BATCHSAVE='' R_BROWSER='/usr/bin/open' R_DEFS='' R_GZIPCMD='//bin/gzip' R_JAVA_LD_LIBRARY_PATH='' R_LD_LIBRARY_PATH='' R_MODULES='' R_OS='linux-gnu' R_OSTYPE='unix' R_PAPERSIZE='letter' R_PDFVIEWER='/usr/bin/open' R_PLATFORM='x86_64-unknown-linux-gnu' R_PRINTCMD='' R_PROFILING='' R_RD4DVI='ae' R_RD4PDF='times,hyper' R_UNZIPCMD='/usr/bin/unzip' R_XTRA_CFLAGS='' R_XTRA_CPPFLA...
2005 Feb 05
2
Problems compiling (configure) R on Ubuntu linux (debian)
...' RANLIB='ranlib' RLAPACK_LDFLAGS='' RMATH_HAVE_EXPM1='' RMATH_HAVE_LOG1P='' RMATH_HAVE_WORKING_LOG1P='' R_BATCHSAVE='' R_BROWSER='/usr/bin/mozilla' R_GUIS='' R_GZIPCMD='/bin/gzip' R_LD_LIBRARY_PATH='/usr/local/lib' R_OSTYPE='unix' R_PAPERSIZE='' R_PDFVIEWER='/usr/bin/xpdf' R_PLATFORM='i686-pc-linux-gnu' R_PRINTCMD='' R_PROFILING='' R_RD4DVI='ae' R_RD4PDF='times,hyper' R_UNZIPCMD='/usr/bin/unzip' R_XTRA_CFLAGS='' R_XTRA_CPPFLAGS=''...