Skip to content

Commit

Permalink
Merge pull request #69 from sahilseth/devel
Browse files Browse the repository at this point in the history
update flowr NEWS
  • Loading branch information
sahilseth committed Apr 19, 2016
2 parents 3159e82 + 53c762f commit 2e8a0d0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,36 +35,36 @@ tl;dr (**summary of changes**)
```
# 'cherries' version
cd <path to pipelines>
flowr x=mypipline
flowr x=mypipeline
# 'dates' version
flowr x=<path to pipelines>/mypipline
flowr x=<path to pipelines>/mypipeline
```

- Previously, flowr expected a specific structure, now using `~/.flowr.conf`,
one may specify their own structure - enabling flexibility.

```
# 'cherries' version
# 'cherries' version: a fixed directory structure was recommended:
~/flowr
├── conf
│   ├── flowr.conf
├── pipelines
│   ├── sleep_pipe.R
├── runs
# 'dates' version (backward compatible)
# 'dates' version: one may change the default paths to run, config files etc using
~/.flowr.conf
# this file controls the location of these folders:
flow_base_path ~/flowr
flow_conf_path {{flow_base_path}}/conf ## custom configuration files
flow_run_path ~/flowr/runs ## home of all executed flows, you may change this
flow_pipe_paths ~/flowr/pipelines,<add new paths...>
flow_base_path ~/flowr # flowr home
flow_conf_path {{flow_base_path}}/conf # path to configuration files, not required if using ~/.flowr.conf
flow_run_path ~/flowr/runs # default home of all executed flows, you may change this
flow_pipe_paths ~/flowr/pipelines,<add new paths...> # multiple paths can be specified using ","
```

- a few bug fixes in [to_flow](https://github.com/sahilseth/flowr/issues/66)
- several other cosmetic changes to messages
- several other minor changes to messages, errors and warnings.



Expand Down
Binary file modified flowr_manual.pdf
Binary file not shown.
Binary file modified flowr_pkg_ref.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion misc/build.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ render_rd("rd_skeleton.Rmd", "flowr", code_path,
check_output("rd.html")

# create pdf manual
render("flowr_manual.Rmd")
#render("flowr_manual.Rmd")



Expand Down

0 comments on commit 2e8a0d0

Please sign in to comment.