-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
16 lines (16 loc) · 932 Bytes
/
DESCRIPTION
File metadata and controls
16 lines (16 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Package: fplot
Type: Package
Title: Automatic Distribution Graphs Using Formulas
Version: 1.1.1
Authors@R: person("Laurent", "Berge", email = "laurent.berge@u-bordeaux.fr", role = c("aut", "cre"))
Imports: stats, graphics, utils, data.table, Formula, Rcpp, grDevices, stringmagic, dreamerr(>= 1.3.0)
Suggests: knitr, rmarkdown, fixest, pdftools
LinkingTo: Rcpp
Depends: R(>= 3.5.0)
Description: Easy way to plot regular/weighted/conditional distributions by using formulas. The core of the package concerns distribution plots which are automatic: the many options are tailored to the data at hand to offer the nicest and most meaningful graphs possible -- with no/minimum user input. Further provide functions to plot conditional trends and box plots. See <https://lrberge.github.io/fplot/> for more information.
License: GPL-3
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)