Skip to content

Commit

Permalink
docs: add news and bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
edalfon committed Apr 18, 2024
1 parent f5e12d7 commit 8b765ff
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: flowme
Title: Add boilerplate code to your project for some specific workflows
Version: 0.3.1
Version: 0.4.0
Authors@R:
person(given = "Eduardo",
family = "Alfonso-Sierra",
Expand Down
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# flowme 0.4.0

A few changes to reflect our current usage of the flow

* not using {conflicted} anymore. Instead, use the
[conflicts.policy option](https://blog.r-project.org/2019/03/19/managing-search-path-conflicts/)
set to strict and rely on good-old library calls making use of `mask.ok`, `exclude`,
`include.only` args to explicitly deal with conflicts.

* keep using load_all for interactive use, and source to make everything available to
{targets} (although this will generate warnings when running document or test)

* add by default a .radian_profile file, for our vscode users

# flowme 0.3.1

* Initial version

0 comments on commit 8b765ff

Please sign in to comment.