Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

point glyphmap creation to relevant functions in cubble #433

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 7 additions & 2 deletions DESCRIPTION
Expand Up @@ -41,10 +41,13 @@ Imports:
progress,
RColorBrewer,
reshape (>= 0.8.5),
tibble,
schloerke marked this conversation as resolved.
Show resolved Hide resolved
rlang,
scales (>= 1.1.0),
tidyr,
utils
utils,
cubble,
glue
schloerke marked this conversation as resolved.
Show resolved Hide resolved
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
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