Skip to content

Commit 548cf8b

Browse files
authored
Merge branch 'main' into update-from-feedback
2 parents 3e6c407 + 6b05476 commit 548cf8b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

mods/mod-commitq3.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ commitq3_ui <- function(id){
33
tagList(
44
h3("Can you find the version of code Camille needs for journal A?"),
55
p('Using your mouse click to "checkout" each version Camille saved.
6-
Once you find the right one make sure to tag it so we can find it in the future.'),
7-
6+
Once you find the right one, make sure to tag it so we can find it in the future.'),
7+
88
div(id = ns("graph"),
99
div(
1010
class = "dot",

mods/mod-mergeq1.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ mergeq1_ui <- function(id){
66
p("We want to pull the updates we have made on the analysis branch into main.
77
To do this change the branch to main and then merge.
88
"),
9+
910
fluidRow(
1011
column(width = 6,
1112
selectInput(ns("slct_brn"), "Branch",

mods/mod-mergeq2.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ mergeq2_ui <- function(id){
1010
But this time there is a commit on main already.
1111
Change to the branch to main and merge to see what happens.
1212
"),
13+
1314
fluidRow(
1415
column(width = 6,
1516
selectInput(ns("slct_brn"), "Branch",

0 commit comments

Comments
 (0)