File 'standalone.cls' not found.
dougwyu opened this issue · 4 comments
dougwyu commented
I'm trying to run texPreview along with equatiomatic
library(equatiomatic)
library(texPreview)
# texPreview::check_requirements()
# fit a basic multiple linear regression model
m <- lm(bill_length_mm ~ bill_depth_mm + flipper_length_mm, penguins)
extract_eq(m)
tex_preview(extract_eq(m))
and i get this error:
I'm running 4.0.3 in RStudio 1.4.1043 in macOS 10.15.7 (Catalina)
yonicd commented
no problem.
run this in your machine (you'll need sudo
privliges)
https://github.com/yonicd/texPreview/blob/master/.github/workflows/R-mac.yml#L47
dougwyu commented
Thank you, but how do i run a *.yml file?
doug
…--
Prof. Douglas W. Yu
School of Biological Sciences, University of East Anglia, Norwich, Norfolk NR4 7TJ UK, mob +44-7510-308-272
Kunming Institute of Zoology, 21 Qingsong Lu, Kunming, Yunnan 650201 China **云南昆明市盘龙区茨坝青松路21号, ofc +86-871-519 9178, mob +86 183 138 29970
people.uea.ac.uk/en/persons/douglas-yu <https://people.uea.ac.uk/en/persons/douglas-yu>, eastanglia.academia.edu/DouglasYu/Papers <http://eastanglia.academia.edu/DouglasYu/Papers> for pdfs
On 22 Nov 2020, at 12:20, yonicd ***@***.***> wrote:
no problem.
run this in your machine (you'll need sudo privliges)
https://github.com/yonicd/texPreview/blob/master/.github/workflows/R-mac.yml#L47 <https://github.com/yonicd/texPreview/blob/master/.github/workflows/R-mac.yml#L47>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#47 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADB4EP7BGSXS4NWSDO5UVUTSRD6ZLANCNFSM4T6N3KMQ>.
yonicd commented
no. run that line of code in the terminal
> sudo tlmgr install standalone xcolor booktabs multirow amsmath listings setspace caption graphics tools psnfss varwidth colortbl epstopdf-pkg pgf
dougwyu commented
ah, thanks
…--
Prof. Douglas W. Yu
School of Biological Sciences, University of East Anglia, Norwich, Norfolk NR4 7TJ UK, mob +44-7510-308-272
Kunming Institute of Zoology, 21 Qingsong Lu, Kunming, Yunnan 650201 China **云南昆明市盘龙区茨坝青松路21号, ofc +86-871-519 9178, mob +86 183 138 29970
people.uea.ac.uk/en/persons/douglas-yu <https://people.uea.ac.uk/en/persons/douglas-yu>, eastanglia.academia.edu/DouglasYu/Papers <http://eastanglia.academia.edu/DouglasYu/Papers> for pdfs
On 22 Nov 2020, at 12:30, yonicd ***@***.***> wrote:
no. run that line of code in the terminal
sudo tlmgr install standalone xcolor booktabs multirow amsmath listings setspace caption graphics tools psnfss varwidth colortbl epstopdf-pkg pgf
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#47 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADB4EP6D2RGK2GLVJDINVT3SRD773ANCNFSM4T6N3KMQ>.