-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from bartongroup/development
Merge dev into master as 0.6.4
- Loading branch information
Showing
21 changed files
with
449 additions
and
384 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^CONTRIBUTING* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# How to contribute | ||
|
||
If you are handy with R and inclined to help out, you can propose enhancements and bug fixes via pull request to the development branch. | ||
|
||
If you decide to do so, please make my life easier by following these points: | ||
- [ ] Keep it simple. I will not accept any large-scale changes without prior communication, discussion and aggreement. | ||
- [ ] Document your code and generally follow good legible coding guidelines. If I can't figure out what you've done, I cannot authorise the merge. | ||
- [ ] Avoid adding new dependencies, unless absolutely necessary. | ||
- [ ] It must pass the existing tests and R CMD checks. | ||
- [ ] Any new functionality must provide suitable additional tests. | ||
- [ ] Submit your pull request to the development branch, not the master. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
Type: Package | ||
Package: rats | ||
Version: 0.6.3 | ||
Date: 2018-03-13 | ||
Version: 0.6.4 | ||
Date: 2018-05-18 | ||
Title: Relative Abundance of Transcripts | ||
Encoding: UTF-8 | ||
Authors: c(person("Kimon Froussios", role=c("aut"), email="[email protected]"), | ||
person("Kira Mourão", role=c("aut"), email="[email protected]"), | ||
person("Nick J. Schurch", role=c("cre"), email="[email protected]")) | ||
Author: Kimon Froussios [aut], Kira Mourão [aut], Nick Schurch [cre] | ||
Maintainer: Kimon Froussios <[email protected]> | ||
Description: Given a set of transript abundances or a Sleuth output object, and a transcript-to-gene index of | ||
Description: Given a set of transript abundances and a transcript-to-gene index of | ||
identifiers, this package identifies genes where differential transcript usage occurs. | ||
License: MIT + file LICENSE | ||
VignetteBuilder: knitr | ||
Depends: | ||
matrixStats, | ||
data.table (>= 1.9.8) | ||
Imports: | ||
utils, | ||
stats, | ||
parallel, | ||
matrixStats | ||
Suggests: | ||
ggplot2 (>= 2.2.0), | ||
rhdf5, | ||
wasabi, | ||
shiny | ||
Suggests: | ||
shiny, | ||
testthat, | ||
knitr, | ||
rmarkdown | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.