Skip to content
Draft
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,13 @@ Imports:
progress,
RColorBrewer,
reshape (>= 0.8.5),
tibble,
rlang,
scales (>= 1.1.0),
tidyr,
utils
utils,
cubble,
glue
Suggests:
broom (>= 0.7.0),
broom.helpers (>= 1.1.0),
Expand All @@ -69,8 +72,10 @@ Suggests:
knitr,
spelling,
emmeans
Remotes:
huizezhang-sherry/cubble
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
RoxygenNote: 7.1.2
SystemRequirements: openssl
Encoding: UTF-8
Language: en-US
Expand Down
14 changes: 5 additions & 9 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ S3method("[",glyphplot)
S3method("[<-",ggmatrix)
S3method(grid.draw,ggmatrix)
S3method(print,ggmatrix)
S3method(print,glyphplot)
S3method(print,legend_guide_box)
S3method(str,ggmatrix)
S3method(tbl_sum,glyphplot)
export("%>%")
export(StatCross)
export(StatGGallyCount)
export(StatProp)
export(StatWeightedMean)
export(add_ref_boxes)
export(add_ref_lines)
export(add_to_ggmatrix)
export(brew_colors)
export(broomify)
Expand Down Expand Up @@ -103,18 +101,12 @@ export(lowertriangle)
export(mapping_color_to_fill)
export(mapping_string)
export(mapping_swap_x_y)
export(max1)
export(mean0)
export(min0)
export(model_beta_label)
export(model_beta_variables)
export(model_response_variables)
export(print_if_interactive)
export(putPlot)
export(range01)
export(remove_color_unless_equal)
export(rescale01)
export(rescale11)
export(scatmat)
export(signif_stars)
export(stat_cross)
Expand All @@ -134,6 +126,9 @@ import(RColorBrewer)
import(ggplot2)
import(plyr)
import(utils)
importFrom(cubble,geom_glyph)
importFrom(cubble,geom_glyph_box)
importFrom(cubble,geom_glyph_line)
importFrom(dplyr,"%>%")
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,gray.colors)
Expand Down Expand Up @@ -169,6 +164,7 @@ importFrom(stats,spline)
importFrom(stats,symnum)
importFrom(stats,terms)
importFrom(stats,time)
importFrom(tibble,tbl_sum)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,installed.packages)
Expand Down
Loading