Skip to content

Commit efb486a

Browse files
committed
Fix invalid YAML.
1 parent 494cea7 commit efb486a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

_data/events.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
location_url: "https://goo.gl/maps/cfygtx94KL92"
5353
# Packages to install, a space separating each package
5454
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
55-
packages:"dplyr tidyr"
55+
packages: "dplyr tidyr"
5656
# Beginner Intermediate Advanced
5757

5858
youtube_link: ""
@@ -89,7 +89,7 @@
8989
location_url: "https://goo.gl/maps/cfygtx94KL92"
9090
# Packages to install, a space separating each package
9191
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
92-
packages:""
92+
packages: ""
9393
# Beginner Intermediate Advanced
9494

9595
youtube_link: ""
@@ -130,7 +130,7 @@
130130
location_url: "https://goo.gl/maps/cfygtx94KL92"
131131
# Packages to install, a space separating each package
132132
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
133-
packages:""
133+
packages: ""
134134
# Beginner Intermediate Advanced
135135

136136
youtube_link: ""
@@ -162,7 +162,7 @@
162162
location_url: "https://goo.gl/maps/cfygtx94KL92"
163163
# Packages to install, a space separating each package
164164
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
165-
packages:""
165+
packages: ""
166166
# Beginner Intermediate Advanced
167167

168168
youtube_link: ""
@@ -194,7 +194,7 @@
194194
location_url: "https://goo.gl/maps/cfygtx94KL92"
195195
# Packages to install, a space separating each package
196196
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
197-
packages:""
197+
packages: ""
198198
# Beginner Intermediate Advanced
199199

200200
youtube_link: ""
@@ -211,7 +211,7 @@
211211
# Key is the part of the filename in _posts/
212212
- key: R-shinyapps
213213
# Title of event that will show up as the GH Issue title
214-
title: 'Intro to TidyRand Reshape2'
214+
title: 'Intro to TidyR and Reshape2'
215215
# Explanation of event as a paragraph form
216216
description: ""
217217
# Date of the event in YYYY-MM-DD format
@@ -225,7 +225,7 @@
225225
location_url: "https://goo.gl/maps/cfygtx94KL92"
226226
# Packages to install, a space separating each package
227227
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
228-
packages:""
228+
packages: ""
229229
# Beginner Intermediate Advanced
230230

231231
youtube_link: ""
@@ -254,7 +254,7 @@
254254
location_url: "https://goo.gl/maps/cfygtx94KL92"
255255
# Packages to install, a space separating each package
256256
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
257-
packages:""
257+
packages: ""
258258
# Beginner Intermediate Advanced
259259

260260
youtube_link: ""
@@ -284,7 +284,7 @@
284284
location_url: "https://goo.gl/maps/cfygtx94KL92"
285285
# Packages to install, a space separating each package
286286
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
287-
packages:""
287+
packages: ""
288288
# Beginner Intermediate Advanced
289289

290290
youtube_link: ""
@@ -315,7 +315,7 @@
315315
location_url: "https://goo.gl/maps/cfygtx94KL92"
316316
# Packages to install, a space separating each package
317317
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
318-
packages:""
318+
packages: ""
319319
# Beginner Intermediate Advanced
320320

321321
youtube_link: ""
@@ -345,7 +345,7 @@
345345
location_url: "https://goo.gl/maps/cfygtx94KL92"
346346
# Packages to install, a space separating each package
347347
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
348-
packages:""
348+
packages: ""
349349
# Beginner Intermediate Advanced
350350

351351
youtube_link: ""
@@ -374,7 +374,7 @@
374374
location_url: "https://goo.gl/maps/cfygtx94KL92"
375375
# Packages to install, a space separating each package
376376
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
377-
packages:""
377+
packages: ""
378378
# Beginner Intermediate Advanced
379379

380380
youtube_link: ""
@@ -405,7 +405,7 @@
405405
location_url: "https://goo.gl/maps/cfygtx94KL92"
406406
# Packages to install, a space separating each package
407407
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
408-
packages:""
408+
packages: ""
409409
# Beginner Intermediate Advanced
410410

411411
youtube_link: ""
@@ -435,7 +435,7 @@
435435
location_url: "https://goo.gl/maps/cfygtx94KL92"
436436
# Packages to install, a space separating each package
437437
# (e.g. "dplyr tidyr" or "Pandas>=0.21 Seaborn")
438-
packages:""
438+
packages: ""
439439
# Beginner Intermediate Advanced
440440

441441
youtube_link: ""

0 commit comments

Comments
 (0)