-
-
Notifications
You must be signed in to change notification settings - Fork 766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unclear build instructions and tmuxr failure #144
Comments
I'm getting this error:
|
FYI: If you just want to create the ePub without the interactive command-line elements, you can modify the Rmd files to skip those parts. (It was getting a little in the weeds for me installing tmux into my Rstudio docker container lol): # Backup first
cp -r . ../book_backup
# Comment out the console blocks
sed -i '/^```{r console_start/,/^```$/s/^/# /' *.Rmd
sed -i '/^```{console setup_history/,/^```$/s/^/# /' *.Rmd
# (Assistance from Claude AI)
Hopefully it doesn't detract too much from the overall experience of the book |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi.
I've been trying to build the book from source on ubuntu.
The documentation is rather unclear as to how this book should be built.
After some dependency hunting, I am now hitting the following wall, which seems to be linked to
tmuxr
behaviour:Is this behaviour potentially linked to the fact that I am already using tmux for my daily work ? (I've been building this OUT of tmux, but with another tmux running along, which is necessary for my current work, and which I cannot kill; when building INSIDE tmux, the command above kills the pane in which it is being executed, which is unfortunate.)
The text was updated successfully, but these errors were encountered: