Skip to content

Commit 2599e69

Browse files
committed
feb meeting
1 parent 344b14d commit 2599e69

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

admin/rcwg_tasks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ Working agenda is here: https://hackmd.io/@hturner/HyISuE97D/edit including
4848
- Preparation for R Project Sprint 2023
4949
- Updates on GSoC projects (R Development Container, Translations Dashboard)
5050

51-
Issues: https://github.com/r-devel/rcontribution/issues
51+
Issues: https://github.com/r-devel/rcwg/issues
5252

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
5454

5555
## Setting up Office Hours
5656

admin/scripts/rcwg.R

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ source("admin/R/buffer_post.R")
2525
# copy and paste output to Twitter
2626
# - cut and re-paste meetup link to display card properly
2727

28-
month <- "January"
29-
day <- 19
30-
time <- "15:00"
28+
month <- "February"
29+
day <- 20
30+
time <- "19:30"
3131
weekday <- get_weekday(day, month, abbreviate = TRUE)
3232
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!
3535
- Ideas for Google Summer of Code/Season of Docs"
3636
)
3737
post <- social_post(weekday = weekday,
@@ -67,7 +67,7 @@ buffer_signin(browser = browser,
6767
buffer_createpost(browser = browser,
6868
day = NULL,
6969
month = NULL,
70-
time = "15:00",
70+
time = "19:30",
7171
postcontent = post)
7272

7373
browser$close()

0 commit comments

Comments
 (0)