Skip to content

devtools 2.4.1

Compare
Choose a tag to compare
@jimhester jimhester released this 12 May 13:29
  • build_readme() now uses the path argument, as designed (#2344)

  • create() no longer opens projects by default to avoid duplicate projects opened by the RStudio IDE project template (#2347, @malcolmbarrett)

  • The RStudio addins now use test_active_file() and test_coverage_active_file() instead of the deprecated test_file() and test_coverage_file() (#2339)

  • RStudio addins now run in interactive mode, rather than background mode (@jennybc, #2350)

  • install(upgrade) now defaults to 'default' rather than 'ask'. This allows you to control the default asking behavior with the R_REMOTES_UPGRADE environment variable (#2345)