Skip to content

Commit

Permalink
Merge pull request #6 from mdsumner/patch-1
Browse files Browse the repository at this point in the history
add R-sig-geo please
  • Loading branch information
MichaelChirico authored Sep 26, 2024
2 parents c6c4d06 + f53b348 commit d941c23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion update_archives.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ mailing_lists = list(
current = with(today, sprintf('%dq%d.txt', year + 1900L, mon %/% 3L + 1L))),
c(name = 'r-sig-mac', current = format(today, '%Y-%B.txt')),
c(name = 'r-help', current = format(today, '%Y-%B.txt')),
c(name = 'r-announce', current = format(today, '%Y'))
c(name = 'r-announce', current = format(today, '%Y')),
c(name = 'r-sig-geo', current = format(today, '%Y-%B.txt'))
)
for (ii in seq_along(mailing_lists)) {
this_list = mailing_lists[[ii]]
Expand Down

0 comments on commit d941c23

Please sign in to comment.