From c0d9f0baa7da3f2f6e50b38ce1a3bdc75163a7c7 Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Fri, 24 Sep 2021 09:25:56 +0200 Subject: [PATCH] Added missing closing parenthesis in data_analytics_with_r.md. --- doc.zih.tu-dresden.de/docs/software/data_analytics_with_r.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/software/data_analytics_with_r.md b/doc.zih.tu-dresden.de/docs/software/data_analytics_with_r.md index 3d49dc630..21966e1f3 100644 --- a/doc.zih.tu-dresden.de/docs/software/data_analytics_with_r.md +++ b/doc.zih.tu-dresden.de/docs/software/data_analytics_with_r.md @@ -64,7 +64,7 @@ marie@compute$ R -e 'install.packages("ggplot2")' The deep learning frameworks perform extremely fast when run on accelerators such as GPU. Therefore, using nodes with built-in GPUs, e.g., partitions [ml](../jobs_and_resources/power9.md) -and [alpha](../jobs_and_resources/alpha_centauri.md, is beneficial for the examples here. +and [alpha](../jobs_and_resources/alpha_centauri.md), is beneficial for the examples here. ### R Interface to TensorFlow -- GitLab