Skip to content

Commit b9534c7

Browse files
Merge pull request #9 from bbolker/master
add r-sig-mixed-models
2 parents 079d9fe + 43c4648 commit b9534c7

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,9 @@ We track the following archives (file an issue to get a new list added):
3535
## `r-sig-finance`: Special interest group (SIC) on R in finance
3636

3737
> A mailing list for discussing the use of R in finance.
38+
39+
40+
## `r-sig-mixed-models`: Special interest group (SIG) on R in finance
41+
42+
> A mailing list for useRs and programmeRs interested in use and development of mixed effect (hierarchical/multilevel) models in R. While focused on the lme4 package, many other packages are also discussed here.
43+

update_archives.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ mailing_lists = list(
1313
c(name = 'r-announce', current = format(today, '%Y')),
1414
c(name = 'r-sig-geo', current = format(today, '%Y-%B.txt')),
1515
c(name = 'r-sig-finance',
16+
current = with(today, sprintf('%dq%d.txt', year + 1900L, mon %/% 3L + 1L))),
17+
c(name = 'r-sig-mixed-models',
1618
current = with(today, sprintf('%dq%d.txt', year + 1900L, mon %/% 3L + 1L)))
1719
)
1820
for (ii in seq_along(mailing_lists)) {

0 commit comments

Comments
 (0)