summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 665ff5025a7161b0772e7f03a74bc6cd624c2115 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*                 text=auto

*.R               text
*.Rd              text
*.Rmd             text

*.csv             text
*.rda             binary

DESCRIPTION       text
LICENSE           text
NAMESPACE         text

CITATION          text
CITATION.cff      text

.gitattributes    text
.gitignore        text
.Rbuildignore     text