Skip to content

Commit a7d0d1e

Browse files
committed
version 4.8
1 parent 61fdcc9 commit a7d0d1e

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ vignettes/*.pdf
3535
# Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html
3636
rsconnect/
3737
.Rproj.user
38+

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
1+
### R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
22

33
language: R
44
sudo: false

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GNU GENERAL PUBLIC LICENSE
2-
Version 2, June 1991
2+
Version 2, June 1991
33

44
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
55
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## DO NOT CHANGE the "init" and "install" sections below
22
## Download script file from GitHub
3+
34
init:
45
ps: |
56
$ErrorActionPreference = "Stop"

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
comment: false
22
codecov:
3-
token: 5d5eaa71-93fe-4916-acd9-3caddde8852b
3+
token: 5d5eaa71-93fe-4916-acd9-3caddde8852b

0 commit comments

Comments
 (0)