Skip to content

Commit

Permalink
feb meeting
Browse files Browse the repository at this point in the history
  • Loading branch information
hturner committed Feb 16, 2024
1 parent 344b14d commit 2599e69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions admin/rcwg_tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ Working agenda is here: https://hackmd.io/@hturner/HyISuE97D/edit including
- Preparation for R Project Sprint 2023
- Updates on GSoC projects (R Development Container, Translations Dashboard)

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

Minutes of previous meetings: https://github.com/r-devel/rcontribution/tree/main/team_minutes
Minutes of previous meetings: https://github.com/r-devel/rcwg/tree/main/team_minutes

## Setting up Office Hours

Expand Down
12 changes: 6 additions & 6 deletions admin/scripts/rcwg.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ source("admin/R/buffer_post.R")
# copy and paste output to Twitter
# - cut and re-paste meetup link to display card properly

month <- "January"
day <- 19
time <- "15:00"
month <- "February"
day <- 20
time <- "19:30"
weekday <- get_weekday(day, month, abbreviate = TRUE)
agenda = c(
"- Activities at useR! 2024
- R Dev Days at useR!/posit::conf
"- Preparation for R Dev Days
- RCWG contributions to useR!
- Ideas for Google Summer of Code/Season of Docs"
)
post <- social_post(weekday = weekday,
Expand Down Expand Up @@ -67,7 +67,7 @@ buffer_signin(browser = browser,
buffer_createpost(browser = browser,
day = NULL,
month = NULL,
time = "15:00",
time = "19:30",
postcontent = post)

browser$close()
Expand Down

0 comments on commit 2599e69

Please sign in to comment.