Skip to content

Commit

Permalink
Update News and cran-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
const-ae committed May 27, 2019
1 parent a50c4e2 commit 9e44e14
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

# v0.1.1

* Fix issue #5
- the genome_cluster method assigned all chunks to cluster zero if their end was smaller
than the end of the first entry

* Port dplyr calls to new tidyeval API
- This avoids plenty of deprecation warnings

* Add pkgdown webpage: https://const-ae.github.io/tidygenomics/

# Initial Release (v0.1.0)

First acceptance on CRAN
11 changes: 6 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
## Resubmission
This is a resubmission. In this version I have:
# Bug fix

* Added the Stan developers and David Robinson to the author list as copyright holders in the Description file
In this release I have fixed a bug and ported code to new dplyr API

## Test environments
* linux ubuntu: r 3.4.0
* win-builder (devel and release)
* linux ubuntu: r 3.6.0
* R-Hub (Fedora R-devel, Ubuntu R-release)
* winbuilder (R-devel, R-release)

## R CMD check results
There were no ERRORs, WARNINGs

## Downstream dependencies

There is no downstream dependency yet

0 comments on commit 9e44e14

Please sign in to comment.