Package: nplyr Title: A Grammar of Nested Data Manipulation Version: 0.3.0 Authors@R: c(person(given = "Mark", family = "Rieke", role = c("aut"), email = "markjrieke@gmail.com"), person(given = "Bolívar", family = "Aponte Rolón", role = "cre", email = "bolaponte@pm.me", comment = c(ORCID = "0000-0002-2544-4551")), person(given = "Joran", family = "Elias", role = "ctb")) Author: Mark Rieke [aut], Bolívar Aponte Rolón [cre] (), Joran Elias [ctb] Maintainer: Bolívar Aponte Rolón Description: Provides functions for manipulating nested data frames in a list-column using 'dplyr' syntax. Rather than unnesting, then manipulating a data frame, 'nplyr' allows users to manipulate each nested data frame directly. 'nplyr' is a wrapper for 'dplyr' functions that provide tools for common data manipulation steps: filtering rows, selecting columns, summarising grouped data, among others. License: MIT + file LICENSE URL: https://github.com/jibarozzo/nplyr, https://jibarozzo.github.io/nplyr/ BugReports: https://github.com/jibarozzo/nplyr/issues Depends: R (>= 3.5.0) Imports: assertthat, dplyr, magrittr, purrr, rlang, tidyr Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Suggests: gapminder, knitr, readr, rmarkdown, stringr, testthat (>= 3.0.0), tibble Config/testthat/edition: 3 VignetteBuilder: knitr LazyData: true Config/pak/sysreqs: libicu-dev Repository: https://jibarozzo.r-universe.dev Date/Publication: 2025-06-10 17:32:40 UTC RemoteUrl: https://github.com/jibarozzo/nplyr RemoteRef: HEAD RemoteSha: 858fe89cd2f804d40018a2c9fce92da7745baf1d NeedsCompilation: no Packaged: 2026-06-05 08:42:01 UTC; root