diff --git a/DESCRIPTION b/DESCRIPTION index a19cbb6..cb5dc8d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: sleepwalk Type: Package Title: Interactively Explore Dimension-Reduced Embeddings -Version: 0.2.0 -Date: 2019-08-26 +Version: 0.2.1 +Date: 2019-10-02 Authors@R: c( person( "Svetlana", "Ovchinnikova", role=c("aut","cre"), email = "s.ovchinnikova@zmbh.uni-heidelberg.de" ), @@ -14,7 +14,7 @@ Description: A tool to interactively explore the T-distributed Stochastic Neighbour Embedding (t-SNE), Uniform Manifold Approximation and Projection (UMAP) or any other. License: GPL-3 -Imports: jrc, cowplot, httpuv, jsonlite, scales, ggplot2 +Imports: jrc (>= 0.2.0), cowplot, httpuv, jsonlite, scales, ggplot2 RoxygenNote: 6.1.1 URL: https://anders-biostat.github.io/sleepwalk/ BugReports: https://github.com/anders-biostat/sleepwalk/issues diff --git a/NEWS.md b/NEWS.md index 081fd20..7a13ac8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,7 +5,7 @@ * Indices of selected points are no longer stored in a variable and can be accessed only via the callback function. Thus, no changes to the global environment are made, unless user specifies them his- or herself. -* Added the possibility to pass arguments to jrc::openPage (such as port number or browser in which to open the app.) +* Added the possibility to pass arguments to `jrc::openPage` (such as port number or browser in which to open the app.) # sleepwalk 0.2.0 diff --git a/cran-comments.md b/cran-comments.md index 8c18f49..0263874 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,7 +1,7 @@ ## Resubmission -This is a new version of the package. Some performance improvent was made and a minor bug fixed. See News.md -for more details. +This is a new version of the package. The changes are caused by update `jrc` package +(resubmitted alongside this one). ## Test environments * local ubuntu 18.04 LST, R 3.6.1 @@ -14,6 +14,20 @@ There were no ERRORS, WARNINGS or NOTES #Previous cran-comments +## Resubmission + +This is a new version of the package. Some performance improvent was made and a minor bug fixed. See News.md +for more details. + +## Test environments +* local ubuntu 18.04 LST, R 3.6.1 +* win-builder: R-devel +* ubuntu 14.04.5 LTS, R-devel, R 3.5.2, R 3.4.4 (travis ci) + +## R CMD check results + +There were no ERRORS, WARNINGS or NOTES + ## Test environments * local ubuntu 16.04 LST, R 3.5.1 * win-builder: R-devel