Skip to content

Commit

Permalink
Update for CRAN release
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Solymos <psolymos@gmail.com>
  • Loading branch information
psolymos committed Nov 2, 2022
1 parent 375ef11 commit f196ca6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Version 0.1.4

*
* `value()` by default coerces the config value to the same storage type as the default value when the default value is not `NULL`.

# Version 0.1.3

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ Rscript iris.R --species virginica

``` bash
Rscript iris.R --species setosa --verbose
# 2022-10-29 20:15:37 - Started
# 2022-11-01 22:12:36 - Started
# Getting summaries for species setosa
# Sepal.Length Sepal.Width Petal.Length Petal.Width
# Min. :4.300 Min. :2.300 Min. :1.000 Min. :0.100
Expand All @@ -413,12 +413,12 @@ Rscript iris.R --species setosa --verbose
# Mean :5.006 Mean :3.428 Mean :1.462 Mean :0.246
# 3rd Qu.:5.200 3rd Qu.:3.675 3rd Qu.:1.575 3rd Qu.:0.300
# Max. :5.800 Max. :4.400 Max. :1.900 Max. :0.600
# 2022-10-29 20:15:37 - Done
# 2022-11-01 22:12:36 - Done
```

``` bash
Rscript iris.R --species maxima --verbose
# 2022-10-29 20:15:37 - Started
# 2022-11-01 22:12:36 - Started
# Error: Provide a valid species
# Execution halted
```
Expand All @@ -445,15 +445,15 @@ Rscript mtcars.R

``` bash
Rscript mtcars.R --verbose --vars cyl
# 2022-10-29 20:15:37 - Started
# 2022-11-01 22:12:37 - Started
# (Intercept) cyl
# 37.88458 -2.87579
# 2022-10-29 20:15:37 - Done
# 2022-11-01 22:12:37 - Done
```

``` bash
Rscript mtcars.R --verbose --vars cal
# 2022-10-29 20:15:37 - Started
# 2022-11-01 22:12:37 - Started
# Error: Not valid variable
# Execution halted
```
Expand Down

0 comments on commit f196ca6

Please sign in to comment.