v 0.5.0
use_external_files
— Please update to version 0.5.1
See Issue 1168
What's Changed
feat
- feat: is_golem tries to guess if current folder is a golem based app by @ColinFay in #1003
- feat: add function body upon call to add_fct by @ilyaZar in #1006
- feat: Add use_readme_rmd() by @ColinFay in #1025
- feat: Add call to usethis::use_git_remote() by @ilyaZar in #1015
- feat: allow golem to use person vector by @ColinFay in #1037
- feat: merge fill_desc and set_options by @ilyaZar in #1040
- feat: create a add_any_file function by @ColinFay in #1107
- feat:
writeManifest()
todeploy.R
by @ilyaZar in #1108 - feat: adding min version in bootstraped attachement & pkgload by @ColinFay in #1109
- feat: new add_r6 function by @ilyaZar in #1118
- feat: use test coverage for current git-branch by @ColinFay in #1133
- feat:
create_golem()
can be used with path = "." and package_name by @ymansiaux in #1124 - feat: add file .rscignore by @ilyaZar in #1134
- feat: docker user is now RStudio by @VincentGuyader in #1152
fix
- fix: No extra whitespace in
golem::add_module
by @ilyaZar in #1010 - fix: Add -it flag when run docker so ^C still works by @ivokwee in #1002
- fix: stick to tidyverse style for new modules by @ni2scmn in #1019
- fix: better checks for add_module by @ColinFay in #1035
- fix: set_golem_name updates name for tests & vignettes content by @ColinFay in #1036
- hotfix: remove a warning and a note from devtools::check() by @ilyaZar in #1039
- fix: typo in filename by @ilyaZar in #1041
- fix: add missing argument open to usethis_use_readme_rmd() by @ilyaZar in #1045
- fix: rely on get_golem_wd where useful by @ilyaZar in #1016
- fix: Rename from rstudioconnect to positconnect by @ilyaZar in #1017
- fix dockerfiler dep check by @VincentGuyader in #1072
- hotfix: fix path construction to pass CI on
MAC-OS
forDev-1077
by @ilyaZar in #1084 - fix: avoid title warning in roxygen checks by @pachadotdev in #1057* hotfix: remove
return(invisible(file))
by @ilyaZar in #1091 - fix: bypass unused argument error with higher attachment version by @ilyaZar in #1104
- fix: moved usethis_git after the use_utils function by @ilyaZar in #1110
- fix: remove old usethis funcs by @ilyaZar in #1125
- fix: user-supplied lockfiles are correctly copied by @ColinFay in #1132
- fix: add_dockerfile_with_renv_shinyproxy no longer uses a full path to the lockfile by @VincentGuyader in #1151
doc
- doc: Add better comments to fill_desc by @ilyaZar in #1021
- docs: 🚀 add ilyaZar as contributor 🚀 by @ilyaZar in #1054
- doc: Update
NEW.md
by @ilyaZar in #1085 - doc: Add pkgdown link to description by @olivroy in #1102
- docs: update NEWS.md by @ColinFay in #1111
- doc: fr link to doc in the default page by @ArthurData in #1129
- doc/test: readme update & tests by @ColinFay in #1165
Test
- test: Increase code coverage for utils_{ui,server} to 100% by @ilyaZar in #1020
- test: improve code coverage for
with_opt.R
to 100% (#1066) by @VincentGuyader in #1080 - test: test corner case in check_overwrite() by @ColinFay in #1131
- test: full refactor of the test suite by @ColinFay in #1162
New Contributors
- @ivokwee made their first contribution in #1002
- @ni2scmn made their first contribution in #1019
- @olivroy made their first contribution in #1102
- @ymansiaux made their first contribution in #1124
Full Changelog: v0.4.0...v0.5.0