We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7659420 commit d5f10fcCopy full SHA for d5f10fc
1 file changed
update_archives.R
@@ -8,12 +8,13 @@ today = as.POSIXlt(Sys.time())
8
mailing_lists = read.table(header = TRUE, text = "
9
name frequency
10
r-devel month
11
-r-package-devel quarter
12
-r-sig-mac month
13
r-help month
14
r-sig-geo month
+r-sig-mac month
+r-package-devel quarter
15
r-sig-finance quarter
16
r-sig-mixed-models quarter
17
+r-announe annual
18
")
19
20
for (ii in seq_len(nrow(mailing_lists))) {
0 commit comments