Skip to content

Commit

Permalink
Merge pull request #14 from goodekat/dev20210101
Browse files Browse the repository at this point in the history
Added jitter option and violin plots in xpanel for categorical variables (and some clean up)
  • Loading branch information
Katherine Goode authored Jan 2, 2022
2 parents 7a2dd7d + 7a1868d commit fb41cc2
Show file tree
Hide file tree
Showing 243 changed files with 58,796 additions and 47,093 deletions.
Binary file removed .DS_Store
Binary file not shown.
6 changes: 4 additions & 2 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
^.*\.Rproj$
^\.Rproj\.user$
^cran-comments.md$
^data-raw$
^CRAN-RELEASE$
^doc$
^docs$
^figures$
^Ideas for Future Work$
^Meta$
^pkgdown$
^README_files$
^README\.Rmd$
^residuals.Rmd$
^tests.R$
^CRAN-RELEASE$
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
.RData
.Ruserdata
*.Rproj
*.DS_Store
doc
Meta
5 changes: 2 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Imports:
qqplotr,
stats,
stringr
RoxygenNote: 6.1.1
RoxygenNote: 7.1.1
Suggests:
dplyr,
forcats,
Expand All @@ -35,5 +35,4 @@ Suggests:
vdiffr,
wesanderson
VignetteBuilder: knitr
Depends:R (>= 3.0.0)

Depends: R (>= 3.0.0)
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_jitter)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplotGrob)
Expand Down
Binary file removed R/.DS_Store
Binary file not shown.
Loading

0 comments on commit fb41cc2

Please sign in to comment.