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

Describe key user journeys / workflows in vignette #89

Merged
merged 25 commits into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
94aebb4
updates: intro
mdingemanse Aug 19, 2024
6575ef5
rewrite in progress
mdingemanse Aug 20, 2024
c509aab
+ describe quality plots
mdingemanse Aug 20, 2024
ed1d2b0
updates to Workflow part B
mdingemanse Aug 20, 2024
c72dfac
merge from main and fix issue with example inadvertently being executed
mdingemanse Aug 20, 2024
c85b33e
keep strip label for facets
mdingemanse Aug 21, 2024
d55c808
+ first version of plots
mdingemanse Aug 21, 2024
8d2de91
workflow updates
mdingemanse Aug 21, 2024
d20e534
rename to reflect multiple workflows
mdingemanse Aug 21, 2024
5d338be
add kableExtra to get nicer table output in vignette
mdingemanse Aug 21, 2024
aef9f72
intro
mdingemanse Aug 21, 2024
43fbd40
merge and fix conflicts
mdingemanse Aug 21, 2024
90d9ed3
,
mdingemanse Aug 21, 2024
fb0e876
plots
mdingemanse Aug 21, 2024
ac5345e
Merge branch 'main' into user-journeys
mdingemanse Aug 21, 2024
a6c06fa
+ final set of examples using geom_token
mdingemanse Aug 21, 2024
08a4429
Suggests: we don't use kableExtra current but we do use ggrepel
mdingemanse Aug 21, 2024
72d32f5
Update R/theme_turnPlot.R
mdingemanse Aug 22, 2024
f867c58
change to list
mdingemanse Aug 22, 2024
b582a27
simplify
mdingemanse Aug 22, 2024
f47693c
fix init description
mdingemanse Aug 22, 2024
2cb5118
load dplyr and remove dplyr:: from function calls in sample code
mdingemanse Aug 22, 2024
ded2d87
begin > end
mdingemanse Aug 22, 2024
2ac722f
rm viridis closes #103
mdingemanse Aug 22, 2024
458eee5
provide more info on `tokenize`, closes #102
mdingemanse Aug 22, 2024
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
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Imports:
Suggests:
rmarkdown,
testthat (>= 3.0.0),
ifadv,
pkgdown,
viridis,
ifadv
ggrepel
Remotes: git::https://github.com/elpaco-escience/ifadv.git
Config/testthat/edition: 3
3 changes: 1 addition & 2 deletions R/theme_turnPlot.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ theme_turnPlot <- function(base_size = 11, base_family = "serif", ticks = TRUE)
ticks = ticks
) %+replace%
theme(
legend.position = "none",
axis.text.y = element_text(),
strip.text = element_blank(),
strip.text.x = element_text(hjust = 0, margin=margin(l=0)),
axis.ticks.y = element_blank(),
plot.title.position = "plot",
complete = TRUE)
Expand Down
160 changes: 0 additions & 160 deletions vignettes/workflow.Rmd

This file was deleted.

Loading
Loading