Package: statar
Title: Tools inspired by Stata to manipulate tabular data
Version: 0.1.3
Authors@R: person("Matthieu","Gomez", email = "mattg@princeton.edu", role =
    c("aut", "cre"))
Description: statar makes it easier to work with tabular datasets. The package
    includes a set of functions to clean and summarize variables, 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). The package also includes
    functions to emulate Stata and Julia string and expression interpolation.
    statar is based on the data.table package and is inspired by Stata.
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.3), ggplot2, grid, Hmisc, lazyeval,
        lfe, lubridate, matrixStats, stargazer, stringr, tidyr
Suggests: knitr, testthat
VignetteBuilder: knitr
Packaged: 2015-01-08 17:52:36 UTC; Matthieu
Author: Matthieu Gomez [aut, cre]
Maintainer: Matthieu Gomez <mattg@princeton.edu>
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-01-08 19:48:13
