Howard Baik
Howard Baik
Here is a chapter on GHA that I should read: https://r-pkgs.org/software-development-practices.html#sec-sw-dev-practices-gha
Using `reticulate` to run `tts`: https://gist.github.com/seankross/09157c09196b33fd988857cb2b2a85aa
Yes, I've tried `Sys.which()`. Still the same problem: ``` > Sys.which("tts") tts "" > Sys.which("/opt/homebrew/Caskroom/miniforge/base/bin/tts") /opt/homebrew/Caskroom/miniforge/base/bin/tts "/opt/homebrew/Caskroom/miniforge/base/bin/tts" ``` Did you have a better suggestion?
Yes, I agree with that approach. Here is what I was thinking: ``` old_path
Inside an `.Renviron`?
I'm not sure what `~./bash_profile` is. All I want is to see if `tts` was installed correctly in a user-provided path. I feel like editing `~./bash_profile` is overkill for what...
Okay, thanks for the advice.
I found that `rmarkdown` relies on `pandoc`, but it looks complicated since apparently RStudio comes bundled with `pandoc`. Do you know of any other examples?
Thank you, this is really helpful.
How do I use this repo's Actions in `.github/workflows/render-all.yml` inside https://github.com/fhdsl/ottr?