-
Notifications
You must be signed in to change notification settings - Fork 87
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
Project – Isabel Monge #90
Conversation
…rectly and fixing long code (titles, captions) that runs off the page. I tried one wrapping solution without success, and another using fvextra, but it's not available for my R version. I’d appreciate any advice on these issues and welcome any other feedback you may have. https://stackoverflow.com/questions/26210656/in-r-markdown-in-rstudio-how-can-i-prevent-the-source-code-from-running-off-a-p
✅ Deploy Preview for mucss-dataviz ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! Some minor comments below.
About your issues:
As discussed with other classmates during the presentations, this is not possible. The only possibility would be to publish e.g. a dashboard in shinyapps.io, then link it here. But I'm mainly interested in the static part, don't waste so much time in that.
The only solution for text that runs off the page is to break it in chunks and paste them together. For example, instead of text <- "suppose that this is a very large piece of text" you can do text <- paste(c(
"suppose",
"that this",
"is a very",
"large piece",
"of text"
), collapse=" ") etc. |
Just a kind reminder that the deadline is tomorrow. :) |
-- Added a caption under the photo. -- Removed title bolding. -- Removed the .Rdata file and kept only the correctly formatted CSV. -- Experimented with using paste for the caption, but it wasn't formatting correctly, so I left it as is for the sake of ensuring the graph displays well. -- Enabled preview = TRUE for the final plot.
-- Added a caption under the photo. -- Removed title bolding. -- Removed the .Rdata file and kept only the correctly formatted CSV. -- Experimented with using paste for the caption, but it wasn't formatting correctly, so I left it as is for the sake of ensuring the graph displays well. -- Enabled preview = TRUE for the final plot.
The first pull request didn’t work as expected, but the second one should be correct. Please let me know, thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, merging after some adjustments and cleanup!
Here you are, congrats! https://csslab.uc3m.es/dataviz/projects/2024/100542532/ |
This is my first draft! My main issues are embedding the Shiny app directly and fixing long code (titles, captions) that runs off the page. I tried one wrapping solution without success, and another using fvextra, but it's not available for my R version. I’d appreciate any advice on these issues and welcome any other feedback you may have.
https://stackoverflow.com/questions/26210656/in-r-markdown-in-rstudio-how-can-i-prevent-the-source-code-from-running-off-a-p