Skip to content

Commit

Permalink
Set default omit.filenames argument in dscquery to FALSE.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Apr 16, 2019
1 parent 9233e5f commit 90892e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dscrutils/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: dscrutils
Encoding: UTF-8
Type: Package
Version: 0.3.6.3
Date: 2019-04-15
Version: 0.3.6.4
Date: 2019-04-16
Title: Dynamic Statistical Comparisons R Interface
Authors@R: c(person("Gao","Wang",role=c("aut","cre"),
email="[email protected]"),
Expand Down
2 changes: 1 addition & 1 deletion dscrutils/R/dscquery.R
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
dscquery <- function (dsc.outdir, targets = NULL, targets.notreq = NULL,
conditions = NULL, groups = NULL,
return.type = c("auto", "data.frame", "list"),
ignore.missing.files = FALSE, omit.filenames = TRUE,
ignore.missing.files = FALSE, omit.filenames = FALSE,
exec = "dsc-query", verbose = TRUE) {

# CHECK & PROCESS INPUTS
Expand Down
2 changes: 1 addition & 1 deletion dscrutils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ command-line shell:

```bash
R CMD build dscrutils
R CMD check --as-cran dscrutils_0.2.6.5.tar.gz
R CMD check --as-cran dscrutils_0.3.6.4.tar.gz
```

To update the package documentation from the
Expand Down

0 comments on commit 90892e1

Please sign in to comment.