Re: R, knitr and texlive on Guix (as a package manager)

2020-10-25 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Todor Kondić writes: > >> Interestingly, looking into >> $GUIX_PROFILE/share/texmf-dist/tex/latex/psnfss directory, I found >> bunch of *.fd files present that were not there when I tried to >> install texlive-latex-psnfss package individually. Perhaps a bug? > > Quite

Re: R, knitr and texlive on Guix (as a package manager)

2020-10-25 Thread Ricardo Wurmus
Todor Kondić writes: > Interestingly, looking into > $GUIX_PROFILE/share/texmf-dist/tex/latex/psnfss directory, I found > bunch of *.fd files present that were not there when I tried to > install texlive-latex-psnfss package individually. Perhaps a bug? Quite possible! I have been investigati

Re: R, knitr and texlive on Guix (as a package manager)

2020-10-15 Thread Todor Kondić
wrote: > Hello Guix, > > I am trying to generate a pdf report using R and knitr and PDF LaTeX. More > specifically, I was trying out a sample document that comes with knitr > package. This is the code to generate the output: > > require(knitr) > s = system.file("misc", "stitch-test.R",

R, knitr and texlive on Guix (as a package manager)

2020-10-15 Thread Todor Kondić
Hello Guix, I am trying to generate a pdf report using R and knitr and PDF LaTeX. More specifically, I was trying out a sample document that comes with knitr package. This is the code to generate the output: ```r require(knitr) s = system.file("misc", "stitch-test.R", package = "knitr") stitch(