Displaying 11 results from an estimated 11 matches for "build_html".
2015 Jan 26
2
Building rinstaller using R-devel (3.2.0-to-be) halts when trying to copy html files
...aller] Error 2
Looking at the directories, I have "\doc\manual" and
"F:\R\R-devel\doc\html" and there are no .html files in the \manual
directory, only pdfs.
I am building on Windows 7 64 bit, so the MkRules.local is being used,
and the pertinent settings therein include:
BUILD_HTML = YES
MIKTEX = TRUE
TEXI2ANY = missing
Is it as simple as changing line 74 in the Makefile under
src/gnuwin32/installer from:
$(CP) -p $(R_HOME)/doc/manual/*.html $(R_HOME)/doc/manual/*.pdf \
to
$(CP) -p $(R_HOME)/doc/html/*.html $(R_HOME)/doc/manual/*.pdf \
Or is the problem t...
2010 Jul 14
1
Cannot Build R From Source - Windows XP
...s211.exe from http://www.murdoch-sutherland.com/Rtools/ & done a
full installation of that and Inno Setup.
I have set R_HOME as C:\R (and also tried using C:\R\R-2.11.1)
After successfully running 'tar xf R-2.11.1.tar.gz' the modifications I
have made and saved as MkRules.local are:
BUILD_HTML = YES & ISDIR=C:/Program Files/Inno Setup 5
I've then run 'make all recommended' from R_HOME\src\gnuwin32 and it
runs nicely for ages, until I get the following message:
building package 'base'
cannot create /tmp/R612: directory nonexistent
mv: cannot stat '/tmp/R612...
2012 Nov 30
1
compiling R for Windows 64 bit
...configuration (it links
32bits external libs to 64bits object files)
I would be very greatful if you could help me to compile R, please.
Thank you very much !!
==============
MkRules.local
==============
G_FLAG=-gdwarf-2
LEA_MALLOC=YES
USE_ATLAS=NO
BINPREF64 = C:/Rtools/gcc-4.6.3/bin/
WIN = 64
BUILD_HTML = NO
MIKTEX = TRUE
EOPTS=-mtune=native
OPENMP = -fopenmp
PTHREAD = -pthread
2015 Jan 27
0
Building rinstaller using R-devel (3.2.0-to-be) halts when trying to copy html files
...ctories, I have "\doc\manual" and
> "F:\R\R-devel\doc\html" and there are no .html files in the \manual
> directory, only pdfs.
>
> I am building on Windows 7 64 bit, so the MkRules.local is being used,
> and the pertinent settings therein include:
>
> BUILD_HTML = YES
> MIKTEX = TRUE
> TEXI2ANY = missing
>
> Is it as simple as changing line 74 in the Makefile under
> src/gnuwin32/installer from:
>
> $(CP) -p $(R_HOME)/doc/manual/*.html $(R_HOME)/doc/manual/*.pdf \
>
> to
>
> $(CP) -p $(R_HOME)/doc/html/*...
2017 Apr 24
1
TEXINFO error when building R-3.4.0
...ml files. I am using Rtools34 version 1962, the texinfo
zip from <http://www.stats.ox.ac.uk/pub/Rtools/> unzipped into
C:\R\texinfo, and Strawberry perl 5.24.1.1-64bit. In my MkRules.local
I have the following, which worked for building R in 3.3.x:
# set this to YES to build static HTML help
BUILD_HTML = YES
# unset this if you are *not* using MiKTeX
MIKTEX = TRUE
# Recent MiKTEX does not provide texi2dvi and needs something like
TEXI2DVI = TEXINDEX=C:/Rtools/bin/texindex.exe texify
# for texinfo >= 5.1. If the texinfo files are installed at /packages/texinfo,
TEXI2ANY = C:/Strawberry/perl/b...
2010 Dec 15
2
Installing R help files (2.11 or later) when no internet access.
We work on a secure stand-alone server with no internet access, for
security reasons. We are running Windows XP. SInce version 2.11 the R
help files point straight to the internet. Is there any way we could
have a local help that we could access on our server.
Thanks in advance for any solutions
Gillian Raab
2018 Feb 09
3
R Compilation gets stuck on Windows 64
...a static build of cairographics from
# https://www.rforge.net/Cairo/files/cairo-current-win.tar.gz
# and set CAIRO_HOME to the parent of the win32/win64 directories
#
# If CAIRO_HOME is not set the devices are not built.
CAIRO_HOME = D:/home/cairo/src
# set this to YES to build static HTML help
BUILD_HTML = YES
# unset this if you are *not* using MiKTeX
MIKTEX = TRUE
# Recent MiKTEX does not provide texi2dvi and needs something like
TEXI2DVI = TEXINDEX=texindex.exe texify
# for texinfo >= 5.1. If the texinfo files are installed at
/packages/texinfo,
# TEXI2ANY = /path/to/perl -I/packages/texinf...
2012 Dec 17
1
Problems with building R from sources
...es
# Optionally use a static build of cairographics from
# http://www.rforge.net/Cairo/files/cairo-current-win.tar.gz
# and set CAIRO_HOME to the parent of the win32/win64 directories
#
# If CAIRO_HOME is not set the devices are not built.
CAIRO_HOME =
# set this to YES to build static HTML help
BUILD_HTML = NO
# unset this if you are *not* using MiKTeX
MIKTEX = TRUE
# additional optimization flags
EOPTS=-mtune=core2
# define to -fopenmp if the toolchain has OpenMP support
OPENMP = -fopenmp
# define to -pthread if the toolchain has pthreads support
PTHREAD = -pthread
## ====== configuration macr...
2018 Feb 09
0
R Compilation gets stuck on Windows 64
...gt; # https://www.rforge.net/Cairo/files/cairo-current-win.tar.gz
> # and set CAIRO_HOME to the parent of the win32/win64 directories
> #
> # If CAIRO_HOME is not set the devices are not built.
> CAIRO_HOME = D:/home/cairo/src
>
> # set this to YES to build static HTML help
> BUILD_HTML = YES
>
> # unset this if you are *not* using MiKTeX
> MIKTEX = TRUE
> # Recent MiKTEX does not provide texi2dvi and needs something like
> TEXI2DVI = TEXINDEX=texindex.exe texify
>
> # for texinfo >= 5.1. If the texinfo files are installed at
> /packages/texinfo,
> #...
2018 Feb 09
2
R Compilation gets stuck on Windows 64
Hi All,
I am trying to compile R from source on a 64 bit Windows. I have downloaded
and installed all the third party software as per the R - documentation.
The compilation starts fine and after a while it stops with the following
error message:
D:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w64-mingw32/bin/ld.exe:
cannot find -lRgraphapp
collect2.exe: error: ld
2018 Feb 09
1
R Compilation gets stuck on Windows 64
...et/Cairo/files/cairo-current-win.tar.gz
>> # and set CAIRO_HOME to the parent of the win32/win64 directories
>> #
>> # If CAIRO_HOME is not set the devices are not built.
>> CAIRO_HOME = D:/home/cairo/src
>>
>> # set this to YES to build static HTML help
>> BUILD_HTML = YES
>>
>> # unset this if you are *not* using MiKTeX
>> MIKTEX = TRUE
>> # Recent MiKTEX does not provide texi2dvi and needs something like
>> TEXI2DVI = TEXINDEX=texindex.exe texify
>>
>> # for texinfo >= 5.1. If the texinfo files are installed at
>...