Package: tidyboot Type: Package Title: Tidyverse-Compatible Bootstrapping Version: 0.1.3 Authors@R: c( person("Mika", "Braginsky", email = "mika.br@gmail.com", role = c("aut", "cre")), person("Daniel", "Yurovsky", email = "dyurovsky@gmail.com", role = c("aut")) ) Description: Compute arbitrary non-parametric bootstrap statistics on data in tidy data frames. Depends: R (>= 3.4.0) License: GPL-3 URL: https://github.com/langcog/tidyboot BugReports: https://github.com/langcog/tidyboot/issues Encoding: UTF-8 RoxygenNote: 7.3.3 Imports: dplyr (>= 0.7.4), modelr (>= 0.1.1), purrr (>= 0.2.4), rlang (>= 0.1.6), tidyr (>= 0.7.2) Config/pak/sysreqs: libicu-dev Repository: https://langcog.r-universe.dev Date/Publication: 2026-02-17 16:48:35 UTC RemoteUrl: https://github.com/langcog/tidyboot RemoteRef: HEAD RemoteSha: f8ed0be8a24fde40fb0aa64df92227578848f21e NeedsCompilation: no Packaged: 2026-06-17 08:25:00 UTC; root Author: Mika Braginsky [aut, cre], Daniel Yurovsky [aut] Maintainer: Mika Braginsky