Watts-College / paf-513-template

https://watts-college.github.io/paf-513-template/
MIT License
0 stars 0 forks source link

lab 2 knit not saving #4

Open bbenall4 opened 7 months ago

bbenall4 commented 7 months ago

@JasonSills i'm not sure why my lab isnt uploading to knit as well. can you help me. i keep getting this, processing file: Lab-02-Benally.Rmd |....................... | 44% [unnamed-chunk-15] Quitting from lines 287-290 [unnamed-chunk-15] (Lab-02-Benally.Rmd) Error: ! object 'total' not found

Execution halted

JasonSills commented 7 months ago

@bbenall4

It looks like you have an issue with with code in lines 287-290 that is returning the error. The error is indicating an object called 'total" that was not defined. Can you provide the code chunk with the code spanning lines 287-290? What is the question number that is associated with this code?

bbenall4 commented 7 months ago

now it's saying this,

processing file: Lab-02-Benally.Rmd

output file: Lab-02-Benally.knit.md

"C:/Program Files/RStudio/resources/app/bin/quarto/bin/tools/pandoc" +RTS -K512m -RTS Lab-02-Benally.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output Lab-02-Benally.html --lua-filter "C:\Users\BTB#12\AppData\Local\R\win-library\4.3\rmarkdown\rmarkdown\lua\pagebreak.lua" --lua-filter "C:\Users\BTB#12\AppData\Local\R\win-library\4.3\rmarkdown\rmarkdown\lua\latex-div.lua" --embed-resources --standalone --variable bs3=TRUE --section-divs --table-of-contents --toc-depth 3 --variable toc_float=1 --variable toc_selectors=h1,h2,h3 --variable toc_collapsed=1 --variable toc_smooth_scroll=1 --variable toc_print=1 --template "C:\Users\BTB#12\AppData\Local\R\win-library\4.3\rmarkdown\rmd\h\default.html" --highlight-style haddock --variable theme=cerulean --mathjax --variable "mathjax-url=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" --include-in-header "C:\Users\BTB#12\AppData\Local\Temp\RtmpMx6wrD\rmarkdown-str25e07181777b.html" Could not find data file templates\default.html Error: pandoc document conversion failed with error 97 Execution halted

JasonSills commented 7 months ago

@bbenall4 Is R and R Studio saved on your network drive? If so, you will want to uninstall and reinstall on your c drive.

Here is more information: https://community.rstudio.com/t/error-message-when-i-try-to-knit-the-r-markdown-code/137455/6

https://github.com/yihui/knitr/issues/855