Skip to content

Commit

Permalink
Merge pull request #176 from stephenslab/revamp-dscquery
Browse files Browse the repository at this point in the history
Revamp dscquery
  • Loading branch information
gaow authored Mar 29, 2019
2 parents 765f856 + 7ce208e commit a06c546
Show file tree
Hide file tree
Showing 5 changed files with 800 additions and 514 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,17 @@ install.packages("dscrutils",repos = NULL,type = "source")

#### Project maintenance

Although relatively stable and usable in practice, DSC is still actively being developed.
Occasionally upgrades to the most recent version will lead to changes of file signatures that
triggers rerun of existing benchmark even if they have not been changed. When this happens we will
indicate in bold in our release note below that "a file signature clean up is recommended"
(see release note 0.2.7.7 for example). That means after such DSC upgrades you should
rerun your benchmark with `--touch` option to update file signatures. If possible, it is recommended
that you rerun your benchmark from scratch (if resources can afford) with `-s none` instead of `--touch`
to skip all existing files. We apologize for the inconveniences it incurs.
Although relatively stable and usable in practice, DSC is still
actively being developed. Occasionally upgrades to the most recent
version will lead to changes of file signatures that triggers rerun of
existing benchmark even if they have not been changed. When this
happens we will indicate in bold in our release note below that "a
file signature clean up is recommended" (see release note 0.2.7.7 for
example). That means after such DSC upgrades you should rerun your
benchmark with `--touch` option to update file signatures. If
possible, it is recommended that you rerun your benchmark from scratch
(if resources can afford) with `-s none` instead of `--touch` to skip
all existing files. We apologize for the inconveniences it incurs.

## Change Log

Expand Down
1 change: 1 addition & 0 deletions dscrutils/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Suggests:
ggplot2,
dplyr,
rlang,
tibble,
shiny,
reticulate,
testthat
Expand Down
Loading

0 comments on commit a06c546

Please sign in to comment.