Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove unused variable
[simgrid.git] / docs / source / tuto_s4u / draw_gantt.R
index ecc2cc4526d6c7f630b2b0618f273a4243d651e2..e412cd494af6dbb41708cfa9f686aeec6485755e 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