Skip to content

Commit 0bec008

Browse files
committed
version 4.4
1 parent 9345cb4 commit 0bec008

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
^.*\.Rproj$
22
^\.Rproj\.user$
3+

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.Rhistory
33
.Rapp.history
44

5+
56
# Session Data files
67
.RData
78

.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

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DO NOT CHANGE the "init" and "install" sections below
1+
# DO NOT CHANGE the "init" and "install" sections below
22
# Download script file from GitHub
33
init:
44
ps: |

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
comment: false
1+
comment: false

0 commit comments

Comments
 (0)