-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CRAN packages using texi2dvi in vignettes/Makefile #158
Comments
An obvious solution is to remove Changes to previous behaviour are:
These changes mean that |
The following standard R commands work: news(package="vegan")
vignette("FAQ-vegan", package="vegan")
vignette("decision-vegan", package="vegan")
vignette("intro-vegan", package="vegan")
vignette("diversity-vegan", package="vegan") The |
|
The |
Closed with the v2.3-4 release. |
Below an email from CRAN:
This concerns packages
HandTill2001 hsdar maSAE vegan
which do as the subject line says. There are number of problems:
a) texi2dvi need not be present. It is an optional install on
Unix-alikes, and MiKTeX on Windows removed it in late 2015.
b) It might be present and not work. The version in texinfo 6.0 uses
bashisms not in POSIX /bin/sh, and that in 6.1 fails when repeated LaTeX
runs are needed (as in hsdar maSAE vegan).
So your usages need correction. Do consider if the Makefile is needed
at all and whether standard mechanisms could be used. If it is needed,
a construction like
$(R_HOME)/bin/Rscript -e "tools::texi2pdf('name.tex', clean = TRUE)"
is more portable. For vegan, which has a .texi file, texi2pdf is
probably needed for that file and should be in SystemRequirements.
Brian D. Ripley, ripley@stats.ox.ac.uk
Emeritus Professor of Applied Statistics, University of Oxford
The text was updated successfully, but these errors were encountered: