Skip to content

v 0.5.0

Compare
Choose a tag to compare
@ColinFay ColinFay released this 21 Aug 05:06
· 4 commits to master since this release

⚠️ This release has a bug on all use_external_files — Please update to version 0.5.1 ⚠️

See Issue 1168

What's Changed

feat

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 for Dev-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

Test

New Contributors

Full Changelog: v0.4.0...v0.5.0