-
Notifications
You must be signed in to change notification settings - Fork 3
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 #50 from ShawHahnLab/release-0.3.0
Release 0.3.0
- Loading branch information
Showing
62 changed files
with
834 additions
and
785 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
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,14 +1,29 @@ | ||
# https://docs.travis-ci.com/user/multi-os/ | ||
os: | ||
- linux | ||
- osx | ||
# https://docs.travis-ci.com/user/languages/r | ||
language: r | ||
bioc_packages: msa | ||
r: | ||
- oldrel | ||
- release | ||
- devel | ||
- bioc-release | ||
- bioc-devel | ||
# Mac OS R devel build URL is out of date, currently. | ||
# https://travis-ci.community/t/672 | ||
matrix: | ||
exclude: | ||
- r: devel | ||
os: osx | ||
cache: packages | ||
script: | ||
- R CMD build . | ||
- R CMD check *tar.gz | ||
- ./inst/bin/demo.sh | ||
- ./inst/bin/demo_empty.sh | ||
- ./exec/demo.sh | ||
- ./exec/demo_empty.sh | ||
- ./tools/travis_install_test.sh | ||
# Don't cache the installed chiimp R package itself. We want to start without | ||
# it installed for each test. | ||
before_cache: | ||
- rm -rf $HOME/R/Library/chiimp |
This file was deleted.
Oops, something went wrong.
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,16 +1,20 @@ | ||
Package: chiimp | ||
Title: Computational, High-throughput Individual Identification through Microsatellite Profiling | ||
Version: 0.2.3 | ||
Version: 0.3.0 | ||
Authors@R: person("Jesse", "Connell", email = "[email protected]", role = c("aut", "cre")) | ||
Description: An R package to analyze microsatellites in high-throughput sequencing datasets. | ||
Depends: R (>= 3.2.3) | ||
License: file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Language: en-US | ||
biocViews: | ||
Imports: | ||
argparser (>= 0.4), | ||
Biostrings (>= 2.38.4), | ||
dnaplotr (>= 0.1), | ||
dnar (>= 0.1), | ||
devtools (>= 1.13.5), | ||
graphics (>= 3.2.3), | ||
grDevices (>= 3.2.3), | ||
kableExtra (>= 0.2.1.9000), | ||
|
@@ -29,7 +33,7 @@ Imports: | |
Remotes: | ||
github::sherrillmix/dnar, | ||
github::sherrillmix/dnaplotr | ||
RoxygenNote: 6.0.1 | ||
RoxygenNote: 6.1.1 | ||
Suggests: | ||
testthat, | ||
roxygen2 |
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
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.