Skip to content

Commit

Permalink
Minor doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Gad Abraham committed Dec 16, 2016
1 parent a7b6c5d commit 9405563
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,15 +245,18 @@ FlashPCA can be called (almost) entirely within R.
Depends on packages:

* [Rcpp](https://cran.r-project.org/package=Rcpp) (>= 0.11.1)
* [abind](https://cran.r-project.org/package=abind)
* [RcppEigen](https://cran.r-project.org/package=RcppEigen) (>= 0.3.2.5.1)
* [BH](https://cran.r-project.org/package=BH)
* [RSpectra](https://cran.r-project.org/package=RSpectra)
* [abind](https://cran.r-project.org/package=abind)

Suggests:

* [foreach](https://cran.r-project.org/package=foreach)
* [testthat](https://cran.r-project.org/package=testthat) (for unit tests)
* [knitr](https://cran.r-project.org/package=knitr)
* [rmarkdown](https://cran.r-project.org/package=rmarkdown)
* [qqman](https://cran.r-project.org/package=qqman)

## PCA

Expand Down
2 changes: 1 addition & 1 deletion flashpcaR/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ NeedsCompilation: yes
Imports:
Rcpp (>= 0.11.1), methods, abind
LinkingTo:
Rcpp, RcppEigen (>= 0.3.2.5.1), BH, RSpectra, RSpectra
Rcpp, RcppEigen (>= 0.3.2.5.1), BH, RSpectra
RoxygenNote: 5.0.1
Suggests: testthat, foreach, knitr, rmarkdown, qqman
VignetteBuilder: knitr
Expand Down

0 comments on commit 9405563

Please sign in to comment.