File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ R: Makefile svnonly
7070
7171docs : R FORCE
7272 @ (cd doc && $( MAKE) $@ )
73- - @ (cd src/library && $( MAKE) $@ )
73+ @ (cd src/library && $( MAKE) $@ )
7474FORCE :
7575
7676stamp-recommended : R docs
Original file line number Diff line number Diff line change 4040 }
4141 }
4242
43+ \s ubsection{INSTALLATION on a UNIX-ALIKE}{
44+ \i temize{
45+ \i tem Failures in building the documentation for the base packages,
46+ including from parsing their Rd files, are no longer ignored by
47+ \c ommand{make docs}.
48+ }
49+ }
50+
4351 \s ubsection{PACKAGE INSTALLATION}{
4452 \i temize{
4553 \i tem .
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ RD-TS = base.Rdts stats.Rdts utils.Rdts methods.Rdts graphics.Rdts grDevices.Rdt
7070# RD-TS = $(R_PKGS_BASE:=.Rdts)
7171
7272.inn.Rdts :
73- @$(ECHO ) " options(warn=1 );tools:::.install_package_Rd_objects('$( srcdir) /$* ',\
73+ @$(ECHO ) " options(warn=2 );tools:::.install_package_Rd_objects('$( srcdir) /$* ',\
7474 ' $(top_builddir)/library/$*' )" | \
7575 R_DEFAULT_PACKAGES=NULL $(R_EXE ) || exit 1
7676 @$(ECHO ) " $* "
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ RD-TS = base.Rdts stats.Rdts utils.Rdts methods.Rdts graphics.Rdts grDevices.Rdt
7272Rd-ts : $(RD-TS )
7373
7474% .Rdts :
75- @$(ECHO ) " options(warn=1 );tools:::.install_package_Rd_objects(\" $( srcdir) /$* \" , \" $( top_builddir) /library/$* \" )" | R_DEFAULT_PACKAGES=NULL $(R_EXE ) || exit 1
75+ @$(ECHO ) " options(warn=2 );tools:::.install_package_Rd_objects(\" $( srcdir) /$* \" , \" $( top_builddir) /library/$* \" )" | R_DEFAULT_PACKAGES=NULL $(R_EXE ) || exit 1
7676 @$(ECHO ) -n " $* $( ECHO_C) "
7777
7878Rdobjects :
You can’t perform that action at this time.
0 commit comments