Skip to content

Commit d5f10fc

Browse files
oh, it was a typo
1 parent 7659420 commit d5f10fc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

update_archives.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ today = as.POSIXlt(Sys.time())
88
mailing_lists = read.table(header = TRUE, text = "
99
name frequency
1010
r-devel month
11-
r-package-devel quarter
12-
r-sig-mac month
1311
r-help month
1412
r-sig-geo month
13+
r-sig-mac month
14+
r-package-devel quarter
1515
r-sig-finance quarter
1616
r-sig-mixed-models quarter
17+
r-announe annual
1718
")
1819

1920
for (ii in seq_len(nrow(mailing_lists))) {

0 commit comments

Comments
 (0)