Giter Site home page Giter Site logo

Comments (3)

matdoering avatar matdoering commented on May 16, 2024

Maybe have a look here? https://support.bioconductor.org/p/9139543/

from openprimer.

cz0430 avatar cz0430 commented on May 16, 2024

Thanks a lot for reply. I have solved the above issue by reinstalling oligoarrayaux. However, when I ran the script provided on the HTML link get from bioconductor. I got the following error at the create_report step:

create_report(constraint.df, template.df, my.file,

  •           settings, sample.name = "My analysis")
    

kpathsea: Running mktexfmt pdftex.fmt
Can't locate mktexlsr.pl in @inc (@inc contains: /public/home/miniconda3/envs/openprimer2/share/texlive/tlpkg /public/home/miniconda3/envs/openprimer2/share/texlive/texmf-dist/scripts/texlive /public/home/miniconda3/envs/openprimer2/lib/perl5/5.32/site_perl /public/home/miniconda3/envs/openprimer2/lib/perl5/site_perl /public/home/miniconda3/envs/openprimer2/lib/perl5/5.32/vendor_perl /public/home/miniconda3/envs/openprimer2/lib/perl5/vendor_perl /public/home/miniconda3/envs/openprimer2/lib/perl5/5.32/core_perl /public/home/miniconda3/envs/openprimer2/lib/perl5/core_perl .) at /public/home/miniconda3/envs/openprimer2/bin/mktexfmt line 23.
BEGIN failed--compilation aborted at /public/home/miniconda3/envs/openprimer2/bin/mktexfmt line 25.
!!! Error: pdfTeX run failed with value 1!

kpathsea: Running mktexfmt pdftex.fmt
Can't locate mktexlsr.pl in @inc (@inc contains: /public/home/miniconda3/envs/openprimer2/share/texlive/tlpkg /public/home/miniconda3/envs/openprimer2/share/texlive/texmf-dist/scripts/texlive /public/home/miniconda3/envs/openprimer2/lib/perl5/5.32/site_perl /public/home/miniconda3/envs/openprimer2/lib/perl5/site_perl /public/home/miniconda3/envs/openprimer2/lib/perl5/5.32/vendor_perl /public/home/miniconda3/envs/openprimer2/lib/perl5/vendor_perl /public/home/miniconda3/envs/openprimer2/lib/perl5/5.32/core_perl /public/home/miniconda3/envs/openprimer2/lib/perl5/core_perl .) at /public/home/miniconda3/envs/openprimer2/bin/mktexfmt line 23.
BEGIN failed--compilation aborted at /public/home/miniconda3/envs/openprimer2/bin/mktexfmt line 25.
!!! Error: pdfTeX run failed with value 1!

kpathsea: Running mktexfmt pdftex.fmt
Can't locate mktexlsr.pl in @inc (@inc contains: /public/home/miniconda3/envs/openprimer2/share/texlive/tlpkg /public/home/miniconda3/envs/openprimer2/share/texlive/texmf-dist/scripts/texlive /public/home/miniconda3/envs/openprimer2/lib/perl5/5.32/site_perl /public/home/miniconda3/envs/openprimer2/lib/perl5/site_perl /public/home/miniconda3/envs/openprimer2/lib/perl5/5.32/vendor_perl /public/home/miniconda3/envs/openprimer2/lib/perl5/vendor_perl /public/home/miniconda3/envs/openprimer2/lib/perl5/5.32/core_perl /public/home/miniconda3/envs/openprimer2/lib/perl5/core_perl .) at /public/home/miniconda3/envs/openprimer2/bin/mktexfmt line 23.
BEGIN failed--compilation aborted at /public/home/miniconda3/envs/openprimer2/bin/mktexfmt line 25.
!!! Error: pdfTeX run failed with value 1!
[WARNING] Deprecated: --self-contained. use --embed-resources --standalone
tlmgr: package repository https://ctan.math.illinois.edu/systems/texlive/tlnet (verified)
[1/1, ??:??/??:??] install: wallpaper [2k]
running mktexlsr ...
done running mktexlsr.
tlmgr: package log updated: /public/home/.TinyTeX/texmf-var/web2c/tlmgr.log
tlmgr: command log updated: /public/home/.TinyTeX/texmf-var/web2c/tlmgr-commands.log
tlmgr: package repository https://ctan.math.illinois.edu/systems/texlive/tlnet (verified)
[1/1, ??:??/??:??] install: eso-pic [4k]
running mktexlsr ...
done running mktexlsr.
tlmgr: package log updated: /public/home/.TinyTeX/texmf-var/web2c/tlmgr.log
tlmgr: command log updated: /public/home/.TinyTeX/texmf-var/web2c/tlmgr-commands.log
tlmgr: package repository https://ctan.math.illinois.edu/systems/texlive/tlnet (verified)
[1/1, ??:??/??:??] install: caption [60k]
running mktexlsr ...
done running mktexlsr.
tlmgr: package log updated: /public/home/.TinyTeX/texmf-var/web2c/tlmgr.log
tlmgr: command log updated: /public/home/.TinyTeX/texmf-var/web2c/tlmgr-commands.log
! LaTeX Error: Unicode character 五 (U+4E94)
not set up for use with LaTeX.

Error : LaTeX failed to compile /tmp/RtmpTfM4HG/file31f19250ee1b1.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See file31f19250ee1b1.log for more info.外: Warning messages:
1: In matrix(c(my.ok, my.fail, ref.ok, ref.fail), nrow = 2, ncol = 2, :
data length differs from size of matrix: [22 != 2 x 2]
2: guides(<scale> = FALSE) is deprecated. Please use guides(<scale> = "none") instead.
NULL
Warning message:
In render_report(params, "report.Rmd", fname) :
No PDF file was produced, please check the console output and whether all Latex dependencies are installed (Texlive available?).

Rscript -e 'tinytex::install_tinytex();rmarkdown::render("QuantDataProcessingScript.Rmd")'
Error: unexpected string constant在"Rscript -e 'tinytex::install_tinytex();rmarkdown::render("QuantDataProcessingScript.Rmd")'"

It seems a pdfLatex problem, so I installed r-tinytex, the same error still showed up. May I know how i can solve it?thanks a lot!

from openprimer.

matdoering avatar matdoering commented on May 16, 2024

Seems you need to fix your Latex install on your machine. Since this is out-of-scope of the package, I will close this one.

from openprimer.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.