Skip to content

Commit

Permalink
still problems with codeblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
eglerean committed Apr 6, 2024
1 parent 752e0d6 commit f071c4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/time_travel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The ability to work with specific software versions is crucial for ensuring that

First, we'll create a container that includes R 3.2 and RStudio Server 0.99, which are older versions no longer typically supported on modern systems.


.. codeblock:: bash

# Example Apptainer definition file for R 3.2 and RStudio 0.99
Expand All @@ -34,7 +35,8 @@ First, we'll create a container that includes R 3.2 and RStudio Server 0.99, whi
%runscript
echo "Starting RStudio Server..."
/usr/lib/rstudio-server/bin/rserver --server-daemonize=0





.. codeblock:: bash
Expand Down

0 comments on commit f071c4a

Please sign in to comment.