{golem} 0.3.2 is now available

[This article was first published on Rtask, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

You can read the original post in its original format on Rtask website by ThinkR here: {golem} 0.3.2 is now available

The new version of {golem} is now available!

You can download it from your favorite CRAN repository, or by running the following command:

remotes::install_github(
"thinkr-open/[email protected]"
)

What’s up with this new version?

In this release, we have been focusing on a closer integration of tests inside the application building process, notably via Server function testing with Shiny, adding tests to fct, utils, and the ui & server functions that comes with {golem}.

Starting with this version of {golem}, the integration of tests is opt-in:

golem::add_module("plop", with_test = TRUE)
golem::add_fct("helpers", with_test = TRUE)

Note that these will be opt-out in the next release —- in other words they will be TRUE by default in the future.

We also have squashed a bunch of issues, for example amend_config() now keeps !expr (this use to cause some errors when the project was shared across multiple computers), expect_running() now finds R.exe, some adjustments has been made to fit new version of packages (for example testthat::expect_is is no longer used, and we require the correct version of {usethis}).

For a full list of changes, please refer to the NEWS.md file.

READ MORE ON THE GOLEMVERSE WEBSITE

Featured image via marc carpentier OFF on flickr

This post is better presented on its original ThinkR website here: {golem} 0.3.2 is now available

To leave a comment for the author, please follow the link and comment on their blog: Rtask.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)