-
From the Health Inequalities book:
```
library(tidyverse)
library(PostcodesioR)
library(NHSRpostcodetools) # installed from GitHub not CRAN
library(NHSRpopulation) # installed from GitHub not C…
-
@markjrieke Great effort with the package!
Changing every `purrr::map` to `furrr::future_map` (in general, every `purrr` function with equivalent `furrr` function) will help in:
1. Using paralle…
-
I've found that `r2_nakagawa` breaks when used in a purrr::map context.
Here's a simple example where `r2_nakagawa()` is used with `purrr::map`. The same two models are fitted to each species in t…
-
I think it would be helpful to add a function to finalize all the workflows, so far something like this seems to work pretty well
```
#' Finalize Parameter Grid for a Single Workflow
#'
#' @par…
-
Hi,
As the title of the issue explains, a small reprex for this (Hausdorff distance computation on functional data set).
## Generate some data
```r
library(purrr)
library(roahd)
library(with…
-
Aka better apply()
-
Hi,
I am using graalvm and fastr rc-15. I was testing the `purrr` package in fastr. I got no errors using the functions I want to use. But I did found it extremely slow. The `purrr` package is a wo…
-
If I use the function "plotDurationUncertainty()" for another gas than the standard (which is CO2), I get the follwoing error (below), which I don't understand, because the "by" argument in the sequen…
-
по примеру из документации попробовал получить полный список ценных бумаг с помощью
запроса `fetching_fully(query_iss)('securities')`.
но после нескольких минут работы (или ожидания?) сервер верну…
-
Here's an example:
```
set.seed(10)
library(dplyr)
library(purrr)
library(ggplot2)
library(patchwork)
data