svm-r-markdown-templates icon indicating copy to clipboard operation
svm-r-markdown-templates copied to clipboard

Installation / set-up required for non-acdemic resume?

Open brshallo opened this issue 3 years ago • 4 comments

I am not able to run the example for "Steve's Non-Academic Resume Template." What are the required steps for set-up? I'm running into issues with the fonts, specifically this error:

! Package fontspec Error: The font "Fira Sans" cannot be found.

To get here I opened an Rstudio Cloud instance:

Sys.info()
#>                                               sysname 
#>                                               "Linux" 
#>                                               release 
#>                                      "5.4.0-1037-aws" 
#>                                               version 
#> "#39~18.04.1-Ubuntu SMP Fri Jan 15 02:48:42 UTC 2021" 
#>                                              nodename 
#>       "application-4077019-deployment-10023567-x9h4p" 
#>                                               machine 
#>                                              "x86_64" 
#>                                                 login 
#>                                             "unknown" 
#>                                                  user 
#>                                        "rstudio-user" 
#>                                        effective_user 
#>                                        "rstudio-user"

Then ran:

install.packages("stevetemplates")

tinytex::install_tinytex()
tinytex::tlmgr_install("cochineal")

Then clicked "knit" (resulting in error mentioned above).

I'd also tried tinytex::tlmgr_install("fira") and downloading + installing Fira Sans font but still got stuck at the above error message. (Note that just setting sansfont: cochineal works fine though).

brshallo avatar May 04 '21 15:05 brshallo