Skip to content

Commit

Permalink
adding infos for re-submission
Browse files Browse the repository at this point in the history
saskiaotto committed Jul 13, 2019
1 parent 1644e96 commit 1e1e5af
Showing 3 changed files with 31 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CRAN-RELEASE

This file was deleted.

5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# INDperform 0.2.1

* Fixed a minor issue with different test results under different R versions by modifying some tests.


# INDperform 0.2.0

## Breaking changes
26 changes: 26 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
INDperform 0.2.1
================

## Release summary

Fixed the warning caused by changes in the random sampling algorithm when calling set.seed() in tests as was requested by the CRAN team.

## Test environments

* macOS 10.14.5 on local install, R 3.6.1
* ubuntu 14.04 on travis-ci (R-devel, R-release, R-oldrelease)
* win-builder (R-devel, R-release, R-oldrelease)

## R CMD check results

There were no ERRORs, WARNINGs or NOTEs.

## Reverse dependencies

There are currently no downstream dependencies for this package.



INDperform 0.2.0
================

## Release summary

This major update has incorporated the tidy evaluation principles from the recent tidyverse packages, which also fixes a bug that would have occurred with the upcoming release of dplyr 0.8.0. Soft-deprecated SE tidyverse function (SE versions) are no longer used to avoid future code breaks and variables in dataframes are accessed as unquoted symbols converted from strings using !!rlang::sym(). All aesthetic mappings are based on variables within dataframes instead single vectors as before.

0 comments on commit 1e1e5af

Please sign in to comment.