File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ Working agenda is here: https://hackmd.io/@hturner/HyISuE97D/edit including
48
48
- Preparation for R Project Sprint 2023
49
49
- Updates on GSoC projects (R Development Container, Translations Dashboard)
50
50
51
- Issues: https://github.com/r-devel/rcontribution /issues
51
+ Issues: https://github.com/r-devel/rcwg /issues
52
52
53
- Minutes of previous meetings: https://github.com/r-devel/rcontribution /tree/main/team_minutes
53
+ Minutes of previous meetings: https://github.com/r-devel/rcwg /tree/main/team_minutes
54
54
55
55
## Setting up Office Hours
56
56
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ source("admin/R/buffer_post.R")
25
25
# copy and paste output to Twitter
26
26
# - cut and re-paste meetup link to display card properly
27
27
28
- month <- " January "
29
- day <- 19
30
- time <- " 15:00 "
28
+ month <- " February "
29
+ day <- 20
30
+ time <- " 19:30 "
31
31
weekday <- get_weekday(day , month , abbreviate = TRUE )
32
32
agenda = c(
33
- " - Activities at useR! 2024
34
- - R Dev Days at useR!/posit::conf
33
+ " - Preparation for R Dev Days
34
+ - RCWG contributions to useR!
35
35
- Ideas for Google Summer of Code/Season of Docs"
36
36
)
37
37
post <- social_post(weekday = weekday ,
@@ -67,7 +67,7 @@ buffer_signin(browser = browser,
67
67
buffer_createpost(browser = browser ,
68
68
day = NULL ,
69
69
month = NULL ,
70
- time = " 15:00 " ,
70
+ time = " 19:30 " ,
71
71
postcontent = post )
72
72
73
73
browser $ close()
You can’t perform that action at this time.
0 commit comments