Package: statar
Title: Tools Inspired by Stata to Manipulate Tabular Data
Version: 0.2
Authors@R: person("Matthieu","Gomez", email = "mattg@princeton.edu", role =
    c("aut", "cre"))
Description: Tools inspired by Stata for tabular datasets. It
    includes a set of functions to summarize and tabulate datasets, to join
    datasets using an SQL-syntax, to manipulate datasets with a panel structure
    (elapsed dates, lead/lag, rolling functions, fill in missing values based
    on previous dates, add rows for missing dates). 
License: GPL-2
URL: https://github.com/matthieugomez/statar
BugReports: https://github.com/matthieugomez/statar/issues
Depends: R (>= 3.1.0)
Imports: data.table, dplyr (>= 0.4.1), ggplot2, grid, Hmisc, lazyeval,
        lfe, lubridate, matrixStats, stargazer, stringdist, stringr,
        tidyr
Suggests: knitr, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2015-06-03 20:03:46 UTC; Matthieu
Author: Matthieu Gomez [aut, cre]
Maintainer: Matthieu Gomez <mattg@princeton.edu>
Repository: CRAN
Date/Publication: 2015-06-03 22:23:31
