-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |