Skip to content

Commit

Permalink
Merge pull request #23 from turgeonmaxime/master
Browse files Browse the repository at this point in the history
Update .travis.yml and .Rbuildignore
  • Loading branch information
kkleinoros authored Dec 19, 2016
2 parents a803e19 + 7268e66 commit 43eaf1f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@
.\.RData$
\.(PCR|PLS)\.pdf$
^funtooNorm_old\.Rnw$
^\.travis\.yml$
^\.gitignore$
^.git
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
*.RData
funtooNorm.Rproj
.Rbuildignore
inst/doc
# files created during vignette building
vignettes/*
!vignettes/funtooNorm.Rnw
!vignettes/funtooNorm.pdf


3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
language: r
r:
- release
- devel
sudo: required

env:
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Title: Normalization Procedure for Infinium HumanMethylation450 BeadChip Kit
Version: 0.99.7
Date: 2016-12-14
Author: Celia Greenwood <[email protected]>,Stepan Grinek
<[email protected]>, Kathleen Klein <[email protected]>
<[email protected]>, Kathleen Klein <[email protected]>
Maintainer: Kathleen Klein <[email protected]>
Description: Provides a function to normalize Illumina Infinium Human
Methylation 450 BeadChip (Illumina 450K), correcting for tissue and/or cell
Expand All @@ -31,4 +31,4 @@ Depends:
LazyData: true
VignetteBuilder: knitr
biocViews: DNAMethylation, Preprocessing, Normalization
RoxygenNote: 5.0.1.9000
RoxygenNote: 5.0.1
18 changes: 6 additions & 12 deletions man/funtooNorm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 43eaf1f

Please sign in to comment.