search for: rdocdir

Displaying 17 results from an estimated 17 matches for "rdocdir".

Did you mean: docdir
2006 Jul 06
1
problem with rdocdir option when installing R2.3.1
Hi, In the "R documentation and Administration" manual it is said that "The configure or make variables |rdocdir| and |rsharedir| can be used to install the system-independent doc and share directories to somewhere other than |libdir|". Then I've installed R v2.3.1 on a solaris platform (SunOS 5.9) with the following commands : > ./configure --prefix=/somewhere/stats rdocdir=/elsewhere/html...
2006 Feb 08
2
R 2.2.1 installation trouble on SGI/Sun (PR#8575)
Hi, I'm upgrading to R 2.2.1 and have bumped into some problems. I have been successful with installing on x86 and PPC Linux, but am unable to install R on Solaris 7 and on IRIX 6.5. Configuration and compilation go through just fine, but "make install" fails: gmake[1]: Entering directory `/scratch/atossava/R-2.2.1/doc' installing doc ... ../tools/install-sh: no destination
2019 Jul 09
2
Addition of a meta viewport tag to HTML manuals
...e that includes many modern HTML elements but does not include this one. A Perl one-liner in the install-html: Makefile directive in Makefile.in: install-html: installdirs @for f in $(OBJECTS_HTML); do \ if test -f $${f} ; then \ $(INSTALL_DATA) $${f} "$(DESTDIR)$(rdocdir)/manual"; \ perl -pi -e 's/\<meta name="desc/<meta name="viewport" content="width=device-width, initial-scale=1.0">\n<meta name="desc/' "$(DESTDIR)$(rdocdir)/manual/*.html"; \ fi \ done would insert this (I st...
2019 Jul 18
2
Addition of a meta viewport tag to HTML manuals
...not include this one. > > > A Perl one-liner in the install-html: Makefile directive in Makefile.in: > > > install-html: installdirs > > @for f in $(OBJECTS_HTML); do \ > > if test -f $${f} ; then \ > > $(INSTALL_DATA) $${f} "$(DESTDIR)$(rdocdir)/manual"; \ > > perl -pi -e 's/\<meta name="desc/<meta name="viewport" content="width=device-width, initial-scale=1.0">\n<meta name="desc/' "$(DESTDIR)$(rdocdir)/manual/*.html"; \ > > fi \ > > done > &...
2006 Mar 18
3
R make install and demo(graphics) issue
I've successfully gotten R 2.2.1 to compile on AIX 5.2. However, when I run "make install", I receive the following message: /appl/perform/workspace/R-2.2.1 [root@diablo][/appl/perform/workspace/R-2.2.1] make install /appl/perform/workspace/R-2.2.1/m4 Target "install" is up to date. /appl/perform/workspace/R-2.2.1/tools Target "install" is up to date.
2019 Jul 15
0
Addition of a meta viewport tag to HTML manuals
...any modern HTML elements but does not include this one. > A Perl one-liner in the install-html: Makefile directive in Makefile.in: > install-html: installdirs > @for f in $(OBJECTS_HTML); do \ > if test -f $${f} ; then \ > $(INSTALL_DATA) $${f} "$(DESTDIR)$(rdocdir)/manual"; \ > perl -pi -e 's/\<meta name="desc/<meta name="viewport" content="width=device-width, initial-scale=1.0">\n<meta name="desc/' "$(DESTDIR)$(rdocdir)/manual/*.html"; \ > fi \ > done > would inser...
2017 Apr 19
4
R 3.4 has broken C++11 support
...aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r-devel#n40 > ./configure --prefix=/opt/r-devel \ > --libdir=/opt/r-devel/lib \ > --sysconfdir=/etc/R-devel \ > --datarootdir=/opt/r-devel/share \ > rsharedir=/opt/r-devel/share/R/ \ > rincludedir=/opt/r-devel/include/R/ \ > rdocdir=/opt/r-devel/share/doc/R/ \ > --with-x \ > --enable-R-shlib \ > --with-lapack \ > --with-blas \ > F77=gfortran \ > LIBnn=lib Thanks and cheers, Philipp Helmholtz Zentrum Muenchen Deutsches Forschungszentrum fuer Gesundheit und Umwelt (GmbH) Ingolstaedter Landstr. 1 85764 Neuh...
2019 Jul 21
0
Addition of a meta viewport tag to HTML manuals
...de this one. >> >> > A Perl one-liner in the install-html: Makefile directive in Makefile.in: >> >> > install-html: installdirs >> > @for f in $(OBJECTS_HTML); do \ >> > if test -f $${f} ; then \ >> > $(INSTALL_DATA) $${f} "$(DESTDIR)$(rdocdir)/manual"; \ >> > perl -pi -e 's/\<meta name="desc/<meta name="viewport" content="width=device-width, initial-scale=1.0">\n<meta name="desc/' "$(DESTDIR)$(rdocdir)/manual/*.html"; \ >> > fi \ >> > done >&g...
2016 Sep 22
1
R_DOC_DIR on EL6
On Wed, Sep 21, 2016 at 7:39 PM, Tom Callaway <tcallawa at redhat.com> wrote: > > On 09/16/2016 10:28 AM, Jeroen Ooms wrote: > > Where are the R docs located on EL6? It seems neither R.home("doc") > > nor Sys.getenv("R_DOC_DIR") exists? > > /usr/share/doc/R-3.3.1 > Can we set this in R_DOC_DIR accordingly so that it can be programmatically
2017 Apr 19
0
R 3.4 has broken C++11 support
...> ./configure --prefix=/opt/r-devel \ >> --libdir=/opt/r-devel/lib \ >> --sysconfdir=/etc/R-devel \ >> --datarootdir=/opt/r-devel/share \ >> rsharedir=/opt/r-devel/share/R/ \ >> rincludedir=/opt/r-devel/include/R/ \ >> rdocdir=/opt/r-devel/share/doc/R/ \ >> --with-x \ >> --enable-R-shlib \ >> --with-lapack \ >> --with-blas \ >> F77=gfortran \ >> LIBnn=lib > > > Thanks and cheers, > Philipp > > > Helmholtz Zentrum Muenchen > De...
2017 Apr 19
0
R 3.4 has broken C++11 support
...=r-devel#n40 > > > ./configure --prefix=/opt/r-devel \ > > --libdir=/opt/r-devel/lib \ > > --sysconfdir=/etc/R-devel \ > > --datarootdir=/opt/r-devel/share \ > > ??rsharedir=/opt/r-devel/share/R/ \ > > ??rincludedir=/opt/r-devel/include/R/ \ > > ??rdocdir=/opt/r-devel/share/doc/R/ \ > > --with-x \ > > --enable-R-shlib \ > > --with-lapack \ > > --with-blas \ > > F77=gfortran \ > > LIBnn=lib > > > Thanks and cheers, > Philipp > ? > > Helmholtz Zentrum Muenchen > Deutsches Forschungsz...
2006 Feb 25
2
R-Project build system: DESTDIR support
Hello, I am writing you about the GNU R-Project, as part of by effort to help GNU projects provide a better, more consistent build system. Currently, your project does not support the DESTDIR variable in generated Makefiles (marked as optional in the GNU coding policies, make and automake manual). In my opinion, DESTDIR support can be very helpful for the user, the distribution-specific
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
2017 Apr 19
5
R 3.4 has broken C++11 support
Hi! Well, my linux distribution has very recent versions of everything, so a working C++11 compiler exists: $ gcc --version | head -n1 gcc (GCC) 6.3.1 20170306 Could wrong ./configure options be at fault here? See: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r-devel#n40 My sessionInfo(): $ R-devel --slave -e 'sessionInfo()' | head -n3 R Under development (unstable)
2013 Apr 29
1
cannot compile R on Cray XE6 HLRS HERMIT
...c-prefix=$PREFIX \ --bindir=$PREFIX/bin \ --sbindir=$PREFIX/sbin \ --sysconfdir=$PKG/etc \ --localstatedir=$PKG/var \ --libdir=$PREFIX/lib${LIBDIRSUFFIX} \ --datarootdir=$PREFIX/share \ --datadir=$PREFIX/share \ --infodir=$PREFIX/info \ --mandir=$PREFIX/man \ --docdir=$PREFIX/doc/$PRGNAM-$VERSION \ rdocdir=$PREFIX/doc/$PRGNAM-$VERSION \ rincludedir=$PREFIX/include \ rsharedir=$PREFIX/share \ --disable-BLAS-shlib \ --with-blas \ --with-lapack \ --without-x \ || exit 1 make || exit 1 My environment is as follows: 1) modules/3.2.6.7 13) udreg/2.3.2-1.0401.5929.3.3.gem...
2009 Feb 21
1
Install failure (PR#13545)
...}/locale' localstatedir='${prefix}/var' lt_ECHO='echo' mandir='${datarootdir}/man' mkdir_p='' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='NONE' program_transform_name='s,x,x,' psdir='${docdir}' r_arch='' rdocdir='${rhome}/doc' rincludedir='${rhome}/include' rsharedir='${rhome}/share' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' shlibpath_var='' striplib='' stripstaticlib='' sysconfdir='${prefix}/etc' target_alias='&...
2012 Aug 11
2
compile fails with x86_64-alpine-linux-uclibc-gcc
...hare/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-byte-compiled-packages --enable-R-shlib --disable-R-framework --with-system-zlib --with-system-bzlib --with-system-pcre --with-system-xz --with-blas=-L/usr/lib/blas/reference -lblas --docdir=/usr/share/doc/R-2.15.1 rdocdir=/usr/share/doc/R-2.15.1 --disable-nls --enable-openmp --disable-R-profiling --disable-memory-profiling --disable-static --disable-R-static-lib --without-cairo --without-ICU --without-jpeglib --without-lapack --without-recommended-packages --without-libpng --with-readline --without-libtiff --without...