kellirichardson / biofeedback-vis

Interactive Sankey diagram for biofeedback scoping review
MIT License
4 stars 0 forks source link

Title committed but not pushed #58

Closed kellirichardson closed 1 year ago

kellirichardson commented 2 years ago

The title and short blurb for the interactive visual were able to be committed, but an error message popped up when I tried to push. I am copying the title/blurb language below just in case (lines 31-35).

ui <- fluidPage( h1("Health Behavior Change Interventions Using Biological Feedback"), p("Below is an interactive visualization of data from a scoping review on biological feedback as a behavior change technique for adults in randomized clinical trials. Protocol DOI: 10.2196/32579"), fluidRow(

kellirichardson commented 1 year ago

Hi @Aariq! I'm still running into issues with "pushing" my title and blurb changes. I have tried on multiple branches (title, blurb, main, and kelli_title), and it lets me commit the change, but it does not let me push the change. Do you have any recommendations? I've copy/pasted what I am trying to write above.

Aariq commented 1 year ago

What error do you get when you try to push changes?

Aariq commented 1 year ago

I can see a commit pushed to the kelli_title branch ~ 2hrs ago: https://github.com/cct-datascience/biofeedback-vis/commit/d965475c69604c5d74adf0265d9fcf8d31a0ef53

kellirichardson commented 1 year ago

Excellent! I didn't realize I could make the pull request from Github (as opposed to R) after committing. Merging it now! Thank you!