Skip to content

Commit

Permalink
Merge pull request #456 from ropensci/utf8
Browse files Browse the repository at this point in the history
Update travis yml
  • Loading branch information
elinw committed May 26, 2019
2 parents 23f768f + 430b70a commit ee5c0f4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,10 @@
language: r
sudo: required
warnings_are_errors: true
r:
- oldrel
- release
- devel
env:
global:
- NOT_CRAN=false
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Expand Up @@ -2,13 +2,13 @@ Package: skimr
Title: Compact and Flexible Summaries of Data
Version: 1.0.6
Authors@R: c(
person("Elin", "Waring", email="elin.waring@gmail.com", role = "cre"),
person("Michael", "Quinn", email="msquinn@google.com", role = "aut"),
person("Amelia", "McNamara", email="amcnamara@smith.edu", role = "aut"),
person("Eduardo", "Arino de la Rubia", email="earino@gmail.com", role = "aut"),
person("Hao", "Zhu", email="haozhu233@gmail.com", role = "aut"),
person("Julia", "Lowndes", email="lowndes@nceas.ucsb.edu", role = 'ctb'),
person("Shannon", "Ellis", email="sellis18@jhmi.edu", role = "aut"),
person("Elin", "Waring", email="elin.waring@gmail.com", role = "cre"),
person("Michael", "Quinn", email="msquinn@google.com", role = "aut"),
person("Hope", "McLeod", email="hmgit2@gmail.com", role = 'ctb'),
person("Hadley", "Wickham", email="hadley@rstudio.com", role = 'ctb'),
person("Kirill", "Müller", email="krlmlr+r@mailbox.org", role = 'ctb'),
Expand Down
21 changes: 11 additions & 10 deletions codemeta.json
Expand Up @@ -25,6 +25,12 @@
"url": "https://cran.r-project.org"
},
"author": [
{
"@type": "Person",
"givenName": "Michael",
"familyName": "Quinn",
"email": "msquinn@google.com"
},
{
"@type": "Person",
"givenName": "Amelia",
Expand All @@ -48,12 +54,6 @@
"givenName": "Shannon",
"familyName": "Ellis",
"email": "sellis18@jhmi.edu"
},
{
"@type": "Person",
"givenName": "Michael",
"familyName": "Quinn",
"email": "msquinn@google.com"
}
],
"contributor": [
Expand Down Expand Up @@ -363,9 +363,9 @@
"sameAs": "https://CRAN.R-project.org/package=tidyselect"
}
],
"releaseNotes": "https://github.com/elinw/skimr/blob/master/NEWS.md",
"readme": "https://github.com/elinw/skimr/blob/master/README.md",
"fileSize": "726.653KB",
"releaseNotes": "https://github.com/ropensci/skimr/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/skimr/blob/master/README.md",
"fileSize": "2671.87KB",
"contIntegration": [
"https://travis-ci.org/ropenscilabs/skimr",
"https://codecov.io/gh/ropenscilabs/skimr"
Expand All @@ -382,6 +382,7 @@
"ropensci",
"unconf",
"r-package",
"rstats"
"rstats",
"peer-reviewed"
]
}

0 comments on commit ee5c0f4

Please sign in to comment.