Create chaotic proxies for services to test behaviour of
your clients and servers in the face of unreliable network
connections. Provides a client to the 'toxiproxy' API.
This is a POSIXct method for the date_format() generic.
date_format() formats a date-time (POSIXct) using a format string.
If format is NULL, a default format of "%Y-%m-%dT%H:%M:%S%Ez[%Z]" is
used. This matches the default format that date_time_parse_complete()
parses. Additionally, this format matches the de-facto standard extension to
RFC 3339 for creating completely unambiguous date-times.
{shinytesters}: Updating Inputs in testServer | Ashley's Blog
I have been working on a project where we have been unable to use {shinytest2}, and therefore have had a heavy reliance on the testServer function on testing the reactive functionality in each of the modules. Whilst it is great for checking the server-side logic based on dummy inputs being...
Build your own universe of packages similar to the 'tidyverse'
package with this meta-package creator. Create a
package-verse, or meta package, by supplying a custom name for the
collection of packages and the vector of desired package names to include–
and optionally supply a destination directory, an indicator of whether to
keep the created package directory, and/or a vector of verbs implement via
the 'usethis' package.
quarto R package v1.5.0: Streamlined Workflows for R Users – Quarto
The quarto R package 1.5.0 brings powerful new features for passing R values to Quarto metadata, inserting Markdown in HTML tables, working with R scripts, building paths from Quarto projects, and automating Quarto CLI from R.
posit::conf | R & Python Data Science Conference - Posit
Connect with a vibrant global community of R and Python data scientists at Posit's annual conference. Learn, share, and grow your expertise in data science.
httr2 1.2.0 improves security for redacted headers, improves URL parsing and building, enhances debugging, and includes a bunch of other quality of life improvements.
In this chapter we aim at adding HTTP testing infrastructure to exemplighratia2 using httptest2. For this, we start from the initial state of exemplighratia2 again. Back to square one!...