Skip to content

Commit

Permalink
compile patches changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickaël Canouil committed May 26, 2020
1 parent da3b572 commit b854aea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 38 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rain
Title: Reference-based Ancestry INference
Version: 0.3.5
Version: 0.4.0
Authors@R:
c(person(given = "Mickaël",
family = "Canouil",
Expand Down Expand Up @@ -40,7 +40,7 @@ Imports:
tidyr (>= 1.0.0),
tidyselect (>= 1.0.0)
Suggests:
roxygen2 (>= 7.0.2)
roxygen2 (>= 7.1.0)
Remotes:
github::gabraham/flashpca/flashpcaR
Encoding: UTF-8
Expand Down
50 changes: 14 additions & 36 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,17 @@
# rain 0.3.4

## Minor improvements and fixes

* In `R/compute_pca.R`, use `R.utils` to count number of SNPs from `*.bim` file.

# rain 0.3.4

## Minor improvements and fixes

* In `R/compute_pca.R`, fix number of SNPs in ggplot legend.

# rain 0.3.3

## Minor improvements and fixes

* In `/R/pca_report.R`, update to `ggplot2` `v3.3.0`.

# rain 0.3.2

## Minor improvements and fixes

* Use `patchwork` for ethnicity plot.
* In `/R/compute_pca.R`,
- fix a missplaced `.data` pronoun.
- core code rewrite.
* In `/R/pca_report.R`, add packages prefix for `tidyselect`.
* Remove `gcta64` from system requirements.
* Remove dependency to `R.utils`.

# rain 0.3.1

## Minor improvements and fixes

* Use `file.path()` instead of `paste()`.
* Change messages prefix.
# rain 0.4.0

* In `DESCRIPTION`,
+ Use `patchwork` for ethnicity plot.
+ Remove `gcta64` from system requirements.
* In `R/compute_pca.R`,
+ Use `R.utils` to count number of SNPs from `*.bim` file.
+ Fix number of SNPs in ggplot legend.
+ Fix a missplaced `.data` pronoun.
+ Core code rewrite.
+ Change messages prefix.
* In `/R/pca_report.R`,
+ Add packages prefix for `tidyselect`.
+ Update to `ggplot2` `v3.3.0`.

# rain 0.3.0

Expand Down

0 comments on commit b854aea

Please sign in to comment.