From f071c4ae18cbf3e94039bd4c404142315b7814ab Mon Sep 17 00:00:00 2001 From: Glerean Enrico Date: Sat, 6 Apr 2024 19:05:41 +0300 Subject: [PATCH] still problems with codeblocks --- content/time_travel.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/time_travel.rst b/content/time_travel.rst index 8973417..4022ccd 100644 --- a/content/time_travel.rst +++ b/content/time_travel.rst @@ -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 @@ -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