Positron update - #8
Conversation
GreatEmerald
left a comment
There was a problem hiding this comment.
Hmm, all the files in _site are a bit messy, indeed. I assume that's what could be put into gh-pages and the main branch can be kept clean? Also some other comments below.
|
|
||
| Both the `R` and the `python` interpreters can be run from Bash. Here is an example of code that is correct in both Python and R. You can use this example to execute a script written in either language: | ||
| ```{bash} | ||
| ```{bash, eval=FALSE} |
There was a problem hiding this comment.
Why all the eval=FALSE? We do want to test Bash and Python on the VMs and also get the output in the HTML.
There was a problem hiding this comment.
Do we want the results in the HTML? I prefer them having to copy and paste and see for them selves. I changed because somewhere next there is a sudo command and rendering complained, so I found/replaced all.
There was a problem hiding this comment.
Yes, we do want to show the output, because the students should be able to verify that what they are doing is correct. Some are using their own Linux versions etc.
Co-authored-by: Dainius Masiliūnas <dainius.masiliunas@wur.nl>
There was a problem hiding this comment.
Entirely removing the HTML will also be a problem, though, because we will get a 404 on the website if this is merged. If you add a runner, it has to go into .github/actions/something.yml from what I know.
| theme: simplex | ||
| highlight-style: zenburn | ||
| toc: true | ||
| toc-location: left |
There was a problem hiding this comment.
Why left? Shouldn't that be right to align better with the RMarkdown stuff?
Don't look at the branch name