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] (ORCID:
    <https://orcid.org/0000-0002-2544-4551>),
  Joran Elias [ctb]
Maintainer: Bolívar Aponte Rolón <bolaponte@pm.me>
Description: Provides functions for manipulating nested data frames in a 
    list-column using 'dplyr' <https://dplyr.tidyverse.org/> 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
RoxygenNote: 7.3.2
Suggests: gapminder, knitr, readr, rmarkdown, stringr, testthat (>=
        3.0.0), tibble
Config/testthat/edition: 3
VignetteBuilder: knitr
LazyData: true
NeedsCompilation: no
Packaged: 2025-05-28 22:15:12 UTC; baponte
Repository: CRAN
Date/Publication: 2025-05-29 14:50:02 UTC
Built: R 4.6.0; ; 2025-10-11 03:30:59 UTC; windows
