Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
A few spelling mistakes and many replacements: [Ss]imgrid -> SimGrid.
[simgrid.git] / docs / source / tuto_s4u / draw_gantt.R
index ecc2cc4..e412cd4 100644 (file)
@@ -6,7 +6,7 @@ library(pajengr)
 # Load and relabel the data
 df = pajeng_read(args[1])
 df$state %>%
-    # rename some columns to use simgrid terminology
+    # rename some columns to use SimGrid terminology
     rename(Actor = Container,
            State = Value) %>%
     # do the plot