Skip to content

Commit

Permalink
style: NEWS.md reflects all changes to the user (ThinkR-open#1085)
Browse files Browse the repository at this point in the history
- fix some typos and miss #-links
- add more content of what has actually been done aand changed for the user
  • Loading branch information
ilyaZar authored Aug 9, 2023
1 parent 9698f00 commit f33fd35
Showing 1 changed file with 25 additions and 6 deletions.
31 changes: 25 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,22 @@

* `use_readme_rmd()` adds a {golem} specific README.Rmd (@ilyaZar, #1011)

* rename `add_rstudioconnect_file()` to `add_positconnect_file()` (@ilyaZar, #1017)

## New features / user visible changes

+ allow for user supplied `run_dev`-files (#886, @ilyaZar)

+ `README` is re-styled and links to various external resources of the `golemverse` (#1064, @ilyaZar)

+ `a_start`-vignette has updated documentation (#1046, @ilyaZar)

+ `fill_desc()` automatically calls `set_options()`; see `dev/01_start.R` as well (#1040, @ilyaZar)

+ `fill_desc()` now uses a `person` vector (#1027, @jmeyer2482, @ColinFay and @ilyaZar)

+ `use_{internal,external}_XXX_file()` function family has improved error handling for non-interactive usage (#1062, @ilyaZar)

+ `add_fct()` now adds the skeleton for a function (#1004, @ilyaZar)

+ The module skeleton now stick to tidyverse style (#1019, @ni2scmn)
Expand All @@ -18,20 +32,25 @@

+ `01_start.R` now has a call to `usethis::use_git_remote()` (#1015, @ilyaZar)

+ Test for utilsui and server now has full code coverate (#1020, @ilyaZar)
+ Tests for `R/golem_utils_server.R` and `R/golem_utils_ui.R` now have full code coverage (#1020, @ilyaZar)

+ When setting a new name, golem now browses tests & vignettes (#805, @ilyaZar)
+ When setting a new name, `{golem}` now browses tests & vignettes (#805, @ilyaZar)

## Bug fix

+ Docker commands now take the `-it` flag so it can be killed with `^C` (#, @ivokwee)
+ `use_{internal,external}_XXX_file()` function family works with default missing `name` argument (#1060, @ilyaZar)

+ `use_readme_rmd()` does not pop up when argument `open=FALSE` is set (#1044, @ilyaZar)

+ Docker commands now take the `-it` flag so it can be killed with `^C` (#1002, @ivokwee)

+ add_module() now behaves correctly when trying to use `mod_mod_XXX` (#997, @ilyaZar)
+ `add_module()` now behaves correctly when trying to use `mod_mod_XXX` (#997, @ilyaZar)

## Internal changes

+ `guess_where_config()` now find the user config-yaml by reading its new location from user changes in "R/app_config.R" (#887, @ilyaZar)
+ All functions that requires to get a path now rely on get_golem_wd() (#1016, @ilyaZar)
+ Add tests for (under/un)-tested files and functions and improve code coverage of `{golem}` (#1043, #1050, #1059, #1066, #1075, @ilyaZar)
+ `guess_where_config()` now finds the user config-yaml by reading its new location from user changes in "R/app_config.R" (#887, @ilyaZar)
+ All functions that require to get a path now rely on `get_golem_wd()` (#1016, @ilyaZar)


# 0.4.1
Expand Down

0 comments on commit f33fd35

Please sign in to comment.