Skip to content

Commit

Permalink
Merge pull request #23 from microbiomeDB/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
d-callan authored May 30, 2024
2 parents 900acf4 + 03c8f5a commit f21a6c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: microbiomeComputations
Title: Compute Results for Microbiome Analyses
Version: 5.1.2
Version: 5.1.3
Authors@R:
c(person(given = "Danielle",
family = "Callan",
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ dt <- alphaDiv(df, recordIdColumn="entity.SampleID", method='simpson')
This package uses the testthat package for testing.

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Pull requests are welcome and should be made to the **dev** branch.

Please make sure to update unit tests as appropriate. If making a change that affects the eda-verse, please conduct integration testing if possible.
For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update unit tests as appropriate.

## License
[Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)

0 comments on commit f21a6c1

Please sign in to comment.