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

2019-12-14 Thread Göran Broström




On 2019-12-14 14:02, Sarah Goslee wrote:

It sounds like you're on a Mac? Then you need to install MacTeX,
http://www.tug.org/mactex/ to get pdflatex.


Or maybe tinytex will do? https://yihui.org/tinytex/

Göran



Sarah

On Fri, Dec 13, 2019 at 7:11 PM Cathy Lee Gierke  wrote:


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 running tools::texi2pdf()*

You may want to clean up by 'rm -Rf

/var/folders/0m/41bxx35j5x9f_tks7zrd7jh0gn/T//Rtmpuv00M5/Rd2pdf8f2a123193cb'

* checking for detritus in the temp directory ... OK

* DONE



There are no clues in the Rdlatex.log
I have attached the ...manual.tex file.  Is there a way to check it for
non-ascii or non-printing characters on a Mac?  I have had that problem
before, but I'm not finding any now.  Maybe I have the wrong command?


find /Users/user/CATkit/CATkit/man | perl -ne 'print if /[^[:ascii:]]/'

find /Users/user/CATkit/CATkit/man/CatCall.rd | perl -ne 'print if
/[^[:ascii:]]/'


Should there be a pdf file somewhere?

Thanks,
Cathy Lee Gierke



__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel



__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


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

2019-12-14 Thread Sarah Goslee
It sounds like you're on a Mac? Then you need to install MacTeX,
http://www.tug.org/mactex/ to get pdflatex.

Sarah

On Fri, Dec 13, 2019 at 7:11 PM Cathy Lee Gierke  wrote:

> 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 running tools::texi2pdf()*
>
> You may want to clean up by 'rm -Rf
>
> /var/folders/0m/41bxx35j5x9f_tks7zrd7jh0gn/T//Rtmpuv00M5/Rd2pdf8f2a123193cb'
>
> * checking for detritus in the temp directory ... OK
>
> * DONE
>
>
>
> There are no clues in the Rdlatex.log
> I have attached the ...manual.tex file.  Is there a way to check it for
> non-ascii or non-printing characters on a Mac?  I have had that problem
> before, but I'm not finding any now.  Maybe I have the wrong command?
>
>
> find /Users/user/CATkit/CATkit/man | perl -ne 'print if /[^[:ascii:]]/'
>
> find /Users/user/CATkit/CATkit/man/CatCall.rd | perl -ne 'print if
> /[^[:ascii:]]/'
>
>
> Should there be a pdf file somewhere?
>
> Thanks,
> Cathy Lee Gierke
>
>
> 
> __
> R-package-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-package-devel
>
-- 
Sarah Goslee (she/her)
http://www.sarahgoslee.com

[[alternative HTML version deleted]]

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


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:
Sys.which("pdflatex")
pdflatex
  ""
What is up with that?

Cathy Lee Gierke


“Those who cannot change their minds cannot change anything.”
*George Bernard Shaw*

“The measure of intelligence is the ability to change.”
*Albert Einstein*




On Fri, Dec 13, 2019 at 6:28 PM David Winsemius 
wrote:

> 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 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 running tools::texi2pdf()*
> >
> > You may want to clean up by 'rm -Rf
> >
> /var/folders/0m/41bxx35j5x9f_tks7zrd7jh0gn/T//Rtmpuv00M5/Rd2pdf8f2a123193cb'
> >
> > * checking for detritus in the temp directory ... OK
> >
> > * DONE
> >
> >
> >
> > There are no clues in the Rdlatex.log
> > I have attached the ...manual.tex file.  Is there a way to check it for
> > non-ascii or non-printing characters on a Mac?  I have had that problem
> > before, but I'm not finding any now.  Maybe I have the wrong command?
> >
> >
> > find /Users/user/CATkit/CATkit/man | perl -ne 'print if /[^[:ascii:]]/'
> >
> > find /Users/user/CATkit/CATkit/man/CatCall.rd | perl -ne 'print if
> > /[^[:ascii:]]/'
> >
> >
> > Should there be a pdf file somewhere?
> >
> > Thanks,
> > Cathy Lee Gierke
> >
> >
> > 
> > __
> > R-package-devel@r-project.org mailing list
> > https://stat.ethz.ch/mailman/listinfo/r-package-devel
>

[[alternative HTML version deleted]]

__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


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 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 running tools::texi2pdf()*

You may want to clean up by 'rm -Rf
/var/folders/0m/41bxx35j5x9f_tks7zrd7jh0gn/T//Rtmpuv00M5/Rd2pdf8f2a123193cb'

* checking for detritus in the temp directory ... OK

* DONE



There are no clues in the Rdlatex.log
I have attached the ...manual.tex file.  Is there a way to check it for
non-ascii or non-printing characters on a Mac?  I have had that problem
before, but I'm not finding any now.  Maybe I have the wrong command?


find /Users/user/CATkit/CATkit/man | perl -ne 'print if /[^[:ascii:]]/'

find /Users/user/CATkit/CATkit/man/CatCall.rd | perl -ne 'print if
/[^[:ascii:]]/'


Should there be a pdf file somewhere?

Thanks,
Cathy Lee Gierke



__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


[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 running tools::texi2pdf()*

You may want to clean up by 'rm -Rf
/var/folders/0m/41bxx35j5x9f_tks7zrd7jh0gn/T//Rtmpuv00M5/Rd2pdf8f2a123193cb'

* checking for detritus in the temp directory ... OK

* DONE



There are no clues in the Rdlatex.log
I have attached the ...manual.tex file.  Is there a way to check it for
non-ascii or non-printing characters on a Mac?  I have had that problem
before, but I'm not finding any now.  Maybe I have the wrong command?


find /Users/user/CATkit/CATkit/man | perl -ne 'print if /[^[:ascii:]]/'

find /Users/user/CATkit/CATkit/man/CatCall.rd | perl -ne 'print if
/[^[:ascii:]]/'


Should there be a pdf file somewhere?

Thanks,
Cathy Lee Gierke



__
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel