### etc/Renviron. Generated from Renviron.in by configure. ### ### ${R_HOME}/etc/Renviron ### ### Record R system environment variables. ## As from R 4.0.0 the C code reading this follows the POSIX rules ## for parameter substitution in shells, section 2.6.2 of ## https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18 ## In earlier versions ${FOO-bar} was interpreted the same as ${FOO:-bar} R_PLATFORM=${R_PLATFORM-'x86_64-conda-linux-gnu'} ## Default printer paper size: first record if user set R_PAPERSIZE R_PAPERSIZE_USER=${R_PAPERSIZE} R_PAPERSIZE=${R_PAPERSIZE-'a4'} ## Default print command R_PRINTCMD=${R_PRINTCMD-''} # for Rd2pdf, reference manual R_RD4PDF=${R_RD4PDF-'times,inconsolata,hyper'} ## used for options("texi2dvi") R_TEXI2DVICMD=${R_TEXI2DVICMD-${TEXI2DVI-'/home/conda/feedstock_root/build_artifacts/r-base-split_1714471492496/_build_env/bin/texi2dvi'}} ## used by untar(support_old_tars = TRUE) and installing grDevices R_GZIPCMD=${R_GZIPCMD-gzip} ## Default zip/unzip commands R_UNZIPCMD=${R_UNZIPCMD-''} R_ZIPCMD=${R_ZIPCMD-''} R_BZIPCMD=${R_BZIPCMD-'/home/conda/feedstock_root/build_artifacts/r-base-split_1714471492496/_build_env/bin/bzip2'} ## Default browser R_BROWSER=${R_BROWSER-''} ## Default editor EDITOR=${EDITOR-${VISUAL-vi}} ## Default pager PAGER=${PAGER-less} ## Default PDF viewer R_PDFVIEWER=${R_PDFVIEWER-''} ## Used by libtool LN_S='ln -s' MAKE=${MAKE-'make'} ## Prefer a POSIX-compliant sed on e.g. Solaris SED=${SED-'/opt/conda/bin/sed'} ## Prefer a tar that can automagically read compressed archives TAR=${TAR-tar} ## System and compiler types. R_SYSTEM_ABI='linux,gcc,gxx,gfortran,gfortran' ## Strip shared objects and static libraries. R_STRIP_SHARED_LIB=${R_STRIP_SHARED_LIB-'x86_64-conda-linux-gnu-strip --strip-unneeded'} R_STRIP_STATIC_LIB=${R_STRIP_STATIC_LIB-'x86_64-conda-linux-gnu-strip --strip-debug'} R_LIBS_USER=${R_LIBS_USER:-'%U'} R_LIBS_SITE=${R_LIBS_SITE:-'%S'} ### Local Variables: *** ### mode: sh *** ### sh-indentation: 2 *** ### End: ***