Re: [R-pkg-devel] pdflatex is not available

2019-12-13 Thread Cathy Lee Gierke
I think I have pdflatex. At least there is a PATH to textbin > Sys.getenv("PATH") [1] "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Library/TeX/texbin:/opt/X11/bin:/usr/local/git/bin" Does this path indicate I have pdflatex? I'm confused because asking about the pdflatex PATH returns a space: S

Re: [R-pkg-devel] pdflatex is not available

2019-12-13 Thread David Winsemius
I thought TexLive is the usual place to get pdflatex. Appears I am not the only one who thinks that. https://askubuntu.com/questions/1161821/pdflatex-not-found-while-installing-r-software-on-ubuntu-19-04 -- David. On 12/13/19 4:06 PM, Cathy Lee Gierke wrote: Does anyone know why I might ge

[R-pkg-devel] pdflatex is not available

2019-12-13 Thread Cathy Lee Gierke
Does anyone know why I might get this error? Hmm ... looks like a package Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, : pdflatex is not available Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, : * pdflatex is not available* *Error in

Re: [R-pkg-devel] Error: package or namespace load failed for ‘CATkit’ in namespaceExport

2019-12-13 Thread Cathy Lee Gierke
This is now fixed. Not sure why, but I moved a file (that had always resided in another folder) into the folder most of the other files were in, and now it works. Cathy Lee Gierke On Fri, Dec 13, 2019 at 12:22 PM Cathy Lee Gi

[R-pkg-devel] Error: package or namespace load failed for ‘CATkit’ in namespaceExport

2019-12-13 Thread Cathy Lee Gierke
I am doing the check to build my package: R CMD check --as-cran CATkit_3.3.9.tar.gz I get this error: * checking whether package ‘CATkit’ can be installed ... ERROR Installation failed. See ‘/Users/user/CATkit/CATkit.Rcheck/00install.out’ for details. * DONE The log file says: Error: packag

Re: [R-pkg-devel] Problem with placeholer title 'Vignette Tiitle'

2019-12-13 Thread Max Turgeon
You can fix the note by giving an actual tityto your vignette, which you can do by changing the following line in your YAML header: %\VignetteIndexEntry{Vignette Title} Max On Dec 13, 2019 8:16 AM, olivier martin wrote: Dear all, I am trying to update the "siland" package with a new version.

[R-pkg-devel] Problem with placeholer title 'Vignette Tiitle'

2019-12-13 Thread olivier martin
Dear all, I am trying to update the "siland" package with a new version. In this new version, I have introduced a vignette. By using the command R CMD check --as-cran, I have no error message, but when I submit the new version I get a NOTE: Vignette package with placeholder title 'Vignette Title'