Package: pmdplyr
Type: Package
Title: 'dplyr' Extension for Common Panel Data Maneuvers
Version: 0.3.0
Authors@R: c(
    person(given = "Nick", family = "Huntington-Klein", role = c("aut","cre"), 
           email = "nhuntington-klein@fullerton.edu", 
           comment = c(ORCID = "0000-0002-7352-3991")), 
    person("Philip", "Khor", role = "aut", email = "pk.qa@outlook.com", 
           comment = c(ORCID = "0000-0002-8333-1256")))
Description: Using the 'dplyr' package as a base, adds a family of functions designed to make manipulating panel data easier. Allows the addition of indexing variables to a tibble to create a pibble, and the manipulation of data based on those indexing variables.
License: MIT + file LICENSE
URL: https://nickch-k.github.io/pmdplyr,
        https://github.com/NickCH-K/pmdplyr
BugReports: https://github.com/NickCH-K/pmdplyr/issues
Copyright: file COPYRIGHTS
Encoding: UTF-8
Depends: R (>= 3.4), dplyr (>= 0.7.0)
Imports: lubridate, magrittr, pillar, tidyr, tibble, tidyselect, utils,
        vctrs, rlang (>= 0.4.0)
Suggests: tsibble, plm, panelr, sjlabelled, knitr, rmarkdown, testthat
        (>= 2.1.0), covr
RoxygenNote: 6.1.1
VignetteBuilder: knitr
LazyData: true
NeedsCompilation: no
Packaged: 2019-08-20 04:01:46 UTC; Philip
Author: Nick Huntington-Klein [aut, cre]
    (<https://orcid.org/0000-0002-7352-3991>),
  Philip Khor [aut] (<https://orcid.org/0000-0002-8333-1256>)
Maintainer: Nick Huntington-Klein <nhuntington-klein@fullerton.edu>
Repository: CRAN
Date/Publication: 2019-08-26 09:50:02 UTC
