Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
golem_0.5.0.tar.gz | 2024-08-21 | 1.7 MB | |
README.md | 2024-08-19 | 5.6 kB | |
v 0.5.0 source code.tar.gz | 2024-08-19 | 954.5 kB | |
v 0.5.0 source code.zip | 2024-08-19 | 1.0 MB | |
Totals: 4 Items | 3.7 MB | 0 |
⚠️ This release has a bug on all 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 https://github.com/ThinkR-open/golem/pull/1003
- feat: add function body upon call to add_fct by @ilyaZar in https://github.com/ThinkR-open/golem/pull/1006
- feat: Add use_readme_rmd() by @ColinFay in https://github.com/ThinkR-open/golem/pull/1025
- feat: Add call to usethis::use_git_remote() by @ilyaZar in https://github.com/ThinkR-open/golem/pull/1015
- feat: allow golem to use person vector by @ColinFay in https://github.com/ThinkR-open/golem/pull/1037
- feat: merge fill_desc and set_options by @ilyaZar in https://github.com/ThinkR-open/golem/pull/1040
- feat: create a add_any_file function by @ColinFay in https://github.com/ThinkR-open/golem/pull/1107
- feat:
writeManifest()
todeploy.R
by @ilyaZar in https://github.com/ThinkR-open/golem/pull/1108 - feat: adding min version in bootstraped attachement & pkgload by @ColinFay in https://github.com/ThinkR-open/golem/pull/1109
- feat: new add_r6 function by @ilyaZar in https://github.com/ThinkR-open/golem/pull/1118
- feat: use test coverage for current git-branch by @ColinFay in https://github.com/ThinkR-open/golem/pull/1133
- feat:
create_golem()
can be used with path = "." and package_name by @ymansiaux in https://github.com/ThinkR-open/golem/pull/1124 - feat: add file .rscignore by @ilyaZar in https://github.com/ThinkR-open/golem/pull/1134
- feat: docker user is now RStudio by @VincentGuyader in https://github.com/ThinkR-open/golem/pull/1152
fix
- fix: No extra whitespace in
golem::add_module
by @ilyaZar in https://github.com/ThinkR-open/golem/pull/1010 - fix: Add -it flag when run docker so ^C still works by @ivokwee in https://github.com/ThinkR-open/golem/pull/1002
- fix: stick to tidyverse style for new modules by @ni2scmn in https://github.com/ThinkR-open/golem/pull/1019
- fix: better checks for add_module by @ColinFay in https://github.com/ThinkR-open/golem/pull/1035
- fix: set_golem_name updates name for tests & vignettes content by @ColinFay in https://github.com/ThinkR-open/golem/pull/1036
- hotfix: remove a warning and a note from devtools::check() by @ilyaZar in https://github.com/ThinkR-open/golem/pull/1039
- fix: typo in filename by @ilyaZar in https://github.com/ThinkR-open/golem/pull/1041
- fix: add missing argument open to usethis_use_readme_rmd() by @ilyaZar in https://github.com/ThinkR-open/golem/pull/1045
- fix: rely on get_golem_wd where useful by @ilyaZar in https://github.com/ThinkR-open/golem/pull/1016
- fix: Rename from rstudioconnect to positconnect by @ilyaZar in https://github.com/ThinkR-open/golem/pull/1017
- fix dockerfiler dep check by @VincentGuyader in https://github.com/ThinkR-open/golem/pull/1072
- hotfix: fix path construction to pass CI on
MAC-OS
forDev-1077
by @ilyaZar in https://github.com/ThinkR-open/golem/pull/1084 - fix: avoid title warning in roxygen checks by @pachadotdev in https://github.com/ThinkR-open/golem/pull/1057* hotfix: remove
return(invisible(file))
by @ilyaZar in https://github.com/ThinkR-open/golem/pull/1091 - fix: bypass unused argument error with higher attachment version by @ilyaZar in https://github.com/ThinkR-open/golem/pull/1104
- fix: moved usethis_git after the use_utils function by @ilyaZar in https://github.com/ThinkR-open/golem/pull/1110
- fix: remove old usethis funcs by @ilyaZar in https://github.com/ThinkR-open/golem/pull/1125
- fix: user-supplied lockfiles are correctly copied by @ColinFay in https://github.com/ThinkR-open/golem/pull/1132
- fix: add_dockerfile_with_renv_shinyproxy no longer uses a full path to the lockfile by @VincentGuyader in https://github.com/ThinkR-open/golem/pull/1151
doc
- doc: Add better comments to fill_desc by @ilyaZar in https://github.com/ThinkR-open/golem/pull/1021
- docs: :rocket: add ilyaZar as contributor :rocket: by @ilyaZar in https://github.com/ThinkR-open/golem/pull/1054
- doc: Update
NEW.md
by @ilyaZar in https://github.com/ThinkR-open/golem/pull/1085 - doc: Add pkgdown link to description by @olivroy in https://github.com/ThinkR-open/golem/pull/1102
- docs: update NEWS.md by @ColinFay in https://github.com/ThinkR-open/golem/pull/1111
- doc: fr link to doc in the default page by @ArthurData in https://github.com/ThinkR-open/golem/pull/1129
- doc/test: readme update & tests by @ColinFay in https://github.com/ThinkR-open/golem/pull/1165
Test
- test: Increase code coverage for utils_{ui,server} to 100% by @ilyaZar in https://github.com/ThinkR-open/golem/pull/1020
- test: improve code coverage for
with_opt.R
to 100% (#1066) by @VincentGuyader in https://github.com/ThinkR-open/golem/pull/1080 - test: test corner case in check_overwrite() by @ColinFay in https://github.com/ThinkR-open/golem/pull/1131
- test: full refactor of the test suite by @ColinFay in https://github.com/ThinkR-open/golem/pull/1162
New Contributors
- @ivokwee made their first contribution in https://github.com/ThinkR-open/golem/pull/1002
- @ni2scmn made their first contribution in https://github.com/ThinkR-open/golem/pull/1019
- @olivroy made their first contribution in https://github.com/ThinkR-open/golem/pull/1102
- @ymansiaux made their first contribution in https://github.com/ThinkR-open/golem/pull/1124
Full Changelog: https://github.com/ThinkR-open/golem/compare/v0.4.0...v0.5.0