forked from loosolab/wilson
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request loosolab#22 from HendrikSchultheis/cran
Cran
- Loading branch information
Showing
12 changed files
with
229 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
^\.Rproj\.user$ | ||
^\.buildkite.* | ||
^revdep$ | ||
^cran-comments.md$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# wilson 2.0.0 | ||
## Features | ||
- clarion class: | ||
- easier data-format validation by providing several checks | ||
- simplified module usage (only forward clarion object) for top-level modules (e.g. filter & plot) | ||
- provide functions for frequent tasks (e.g. get_name, is_delimited, etc.) | ||
|
||
- geneView: | ||
- group columns by one or more factors | ||
|
||
- pca: | ||
- color & shape grouping by selected factor(s) | ||
|
||
- scatterPlot: | ||
- add name to hovertext if available (only interactive) | ||
|
||
## Misc | ||
- improved notifications (closable, more) | ||
- overall code quality improvements via usage of packages goodpractice and lintr | ||
- removed deprecated colorPicker | ||
|
||
# wilson 1.0.0 | ||
first public release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#' Defines additional questions asked before CRAN submission. | ||
#' DO NOT EXPORT! | ||
release_questions <- function() { | ||
c( | ||
"Updated NEWS.md?", | ||
"Updated README.md?", | ||
"Re-run reverse dependencies?", | ||
"Everything checked?", | ||
"Abide good practices?", | ||
"Updated cran-comments.md?", | ||
"Updated vignettes?", | ||
"Version upped?" | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Test environments | ||
* local windows 7 install, R 3.5.1 | ||
* debian 9.4, R 3.4.1 | ||
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
There were no ERRORs or WARNINGs. | ||
|
||
There was 1 NOTE: | ||
|
||
* New submission | ||
|
||
* Possibly mis-spelled words in DESCRIPTION: | ||
Omics (3:30) | ||
omics (9:126) | ||
|
||
Both are spelled correctly. First is capital because of title case. | ||
|
||
## Downstream dependencies | ||
I have also run R CMD check on downstream dependencies of wilson | ||
(https://github.molgen.mpg.de/loosolab/wilson/tree/master/revdep). | ||
All packages that I could install passed. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.