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.
- Loading branch information
Showing
37 changed files
with
42,293 additions
and
81 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,25 @@ | ||
# wilson 2.0.1 | ||
- tests added | ||
# 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
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
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,8 @@ | ||
#' Defines additional questions asked before CRAN submission. | ||
#' DO NOT EXPORT! | ||
release_questions <- function() { | ||
c( | ||
"Re-run reverse dependencies?", | ||
"Abide good practices?" | ||
) | ||
} |
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,57 @@ | ||
# Submission 1 | ||
## 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. | ||
|
||
## Reviewer comments | ||
Thanks, we see you have lots of cuntions without examples (which may be reasonable given they are not intended t be called by users directly). | ||
Nevertheless, it would be good to have them tested, so please create, if examples are not feasible, at least tests that execute the various functions in your package. | ||
|
||
Best, | ||
Uwe Ligges | ||
|
||
# Submission 2 | ||
## Test environments | ||
* local windows 7 install, R 3.5.1 | ||
* debian 9.4, R 3.4.1 | ||
* win-builder (devel and release) | ||
|
||
## Submission comments | ||
Addressed reviewer comments by adding tests where possible. | ||
|
||
## 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.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.