Skip to content

Commit

Permalink
Modified configure as suggested to use checkbashisms https://stackove…
Browse files Browse the repository at this point in the history
  • Loading branch information
knausb committed Jul 15, 2020
1 parent 40a53f6 commit c3f42d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ I think I encountered a situation where 4-96 was not enough so I've bumped it to
This may have been addressed at 64a308ba50b9119108e8946737460de5997b805b by adding `samples` to vcfR method `[`.
* In issue #92 (vcfR2genlight big data #92), JimWhiting91 has documented that `extract.gt()` could be greatly improved with multithreading. While he used `mclapply()` I do not feel this is the best solution because it does not work on Windows. I think a better solution would be [RCppParallel](https://rcppcore.github.io/RcppParallel/) because this should work on all CRAN platforms.

# vcfR 1.12.0
Released on CRAN 2020-07-XX
* Incorporated help from https://stackoverflow.com/a/62721142 to use checkbashisms

# vcfR 1.11.0
Released on CRAN 2020-06-05
* Now compatible with R 4.0.0 and dplyr 1.0.0
Expand Down

0 comments on commit c3f42d9

Please sign in to comment.