-
Notifications
You must be signed in to change notification settings - Fork 357
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
Fixed broken URLs and added few more #85
Conversation
@@ -174,10 +174,17 @@ flights %>% filter(month == 3, day == 3) %>% | |||
|
|||
## Additional resources | |||
|
|||
- _Markdown_ Cheatsheet - <https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet> | |||
- _Markdown_ Cheatsheet - <https://github.com/rstudio/cheatsheets/raw/master/rmarkdown-2.0.pdf> |
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.
This is more focused on R Markdown than just Markdown as the original cheatsheet had and is still active. Maybe it's better to replace the link below with this R Markdown cheatsheet that you suggest instead?
- Introduction to `dplyr` - <https://cran.rstudio.com/web/packages/dplyr/vignettes/dplyr.html> | ||
|
||
- `ggplot2` | ||
- Documentation - <https://ggplot2.tidyverse.org/> |
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 for updating this!
I moved the Rmakrdown Cheatsheet under R Markdown and reversed the modification of the Markdown Cheatsheet.
You were right, I put R Markdown Cheatsheet link for the Markdown. I guess the c43c876 has fixed it to the direction you wanted it. |
* Add hadamardown template (#67) * Add hadamardown * Update documentation * Update DESCRIPTION * Switch to PDF by default * Update README.md * Update README.md * updates README.md (#78) * updates README.md * changes dependencies from devtools to remotes. * Update template.tex (#79) * Add link to amsterdown pkg in README (#80) * Fixed broken URLs and added few more (#85) * Fixed broken URLs and added few more * Reversed a URL change for markdown cheatsheet I moved the Rmakrdown Cheatsheet under R Markdown and reversed the modification of the Markdown Cheatsheet. * Allow user to change bookdown::gitbook() options (#84) * Add ... * Allow user to change "before" and "after" toc arguments * Pass all type of option and sub-options to bookdown::gitbook Co-authored-by: Antoine Bichat <30300749+abichat@users.noreply.github.com> Co-authored-by: Leon Reteig <35737105+lcreteig@users.noreply.github.com> Co-authored-by: Mehrad Mahmoudian <m.mahmoudian@gmail.com>
* Tweak phrasing * Updates (#68) * Add hadamardown template (#67) * Add hadamardown * Update documentation * Update DESCRIPTION Co-authored-by: Antoine Bichat <30300749+abichat@users.noreply.github.com> * update (#88) * Add hadamardown template (#67) * Add hadamardown * Update documentation * Update DESCRIPTION * Switch to PDF by default * Update README.md * Update README.md * updates README.md (#78) * updates README.md * changes dependencies from devtools to remotes. * Update template.tex (#79) * Add link to amsterdown pkg in README (#80) * Fixed broken URLs and added few more (#85) * Fixed broken URLs and added few more * Reversed a URL change for markdown cheatsheet I moved the Rmakrdown Cheatsheet under R Markdown and reversed the modification of the Markdown Cheatsheet. * Allow user to change bookdown::gitbook() options (#84) * Add ... * Allow user to change "before" and "after" toc arguments * Pass all type of option and sub-options to bookdown::gitbook Co-authored-by: Antoine Bichat <30300749+abichat@users.noreply.github.com> Co-authored-by: Leon Reteig <35737105+lcreteig@users.noreply.github.com> Co-authored-by: Mehrad Mahmoudian <m.mahmoudian@gmail.com> * Fix Package Fancyhdr Warning: \headheight is too small (12.0pt): Make it at least 14.49998pt. * Fix abstract messing up bib findings/fix spacing * Move preliminary content to their own folder * Start using {here} * Apply {styler} / Can't use rmd_files with {thesisdown} in _bookdown.yml * Remove extra line Co-authored-by: Chester Ismay <chester.ismay@datarobot.com> Co-authored-by: Antoine Bichat <30300749+abichat@users.noreply.github.com> Co-authored-by: Leon Reteig <35737105+lcreteig@users.noreply.github.com> Co-authored-by: Mehrad Mahmoudian <m.mahmoudian@gmail.com>
* Tweak phrasing * Updates (#68) * Add hadamardown template (#67) * Add hadamardown * Update documentation * Update DESCRIPTION Co-authored-by: Antoine Bichat <30300749+abichat@users.noreply.github.com> * update (#88) * Add hadamardown template (#67) * Add hadamardown * Update documentation * Update DESCRIPTION * Switch to PDF by default * Update README.md * Update README.md * updates README.md (#78) * updates README.md * changes dependencies from devtools to remotes. * Update template.tex (#79) * Add link to amsterdown pkg in README (#80) * Fixed broken URLs and added few more (#85) * Fixed broken URLs and added few more * Reversed a URL change for markdown cheatsheet I moved the Rmakrdown Cheatsheet under R Markdown and reversed the modification of the Markdown Cheatsheet. * Allow user to change bookdown::gitbook() options (#84) * Add ... * Allow user to change "before" and "after" toc arguments * Pass all type of option and sub-options to bookdown::gitbook Co-authored-by: Antoine Bichat <30300749+abichat@users.noreply.github.com> Co-authored-by: Leon Reteig <35737105+lcreteig@users.noreply.github.com> Co-authored-by: Mehrad Mahmoudian <m.mahmoudian@gmail.com> * Fix Package Fancyhdr Warning: \headheight is too small (12.0pt): Make it at least 14.49998pt. * Fix abstract messing up bib findings/fix spacing * Move preliminary content to their own folder * Start using {here} * Apply {styler} / Can't use rmd_files with {thesisdown} in _bookdown.yml * Remove extra line * Switch to https from http * Add License, update dev version, clean up dependencies * Update documentation * Clean up Rmds * Reduce size of data * Tweak package definition in R file * Add {usethis} commands for setup * Move pictures to images folder * Add hex to README * Add pkgdown build to docs * Update NEWS for 0.1.0 Co-authored-by: Chester Ismay <chester.ismay@datarobot.com> Co-authored-by: Antoine Bichat <30300749+abichat@users.noreply.github.com> Co-authored-by: Leon Reteig <35737105+lcreteig@users.noreply.github.com> Co-authored-by: Mehrad Mahmoudian <m.mahmoudian@gmail.com>
* Tweak phrasing * Updates (#68) * Add hadamardown template (#67) * Add hadamardown * Update documentation * Update DESCRIPTION Co-authored-by: Antoine Bichat <30300749+abichat@users.noreply.github.com> * update (#88) * Add hadamardown template (#67) * Add hadamardown * Update documentation * Update DESCRIPTION * Switch to PDF by default * Update README.md * Update README.md * updates README.md (#78) * updates README.md * changes dependencies from devtools to remotes. * Update template.tex (#79) * Add link to amsterdown pkg in README (#80) * Fixed broken URLs and added few more (#85) * Fixed broken URLs and added few more * Reversed a URL change for markdown cheatsheet I moved the Rmakrdown Cheatsheet under R Markdown and reversed the modification of the Markdown Cheatsheet. * Allow user to change bookdown::gitbook() options (#84) * Add ... * Allow user to change "before" and "after" toc arguments * Pass all type of option and sub-options to bookdown::gitbook Co-authored-by: Antoine Bichat <30300749+abichat@users.noreply.github.com> Co-authored-by: Leon Reteig <35737105+lcreteig@users.noreply.github.com> Co-authored-by: Mehrad Mahmoudian <m.mahmoudian@gmail.com> * Fix Package Fancyhdr Warning: \headheight is too small (12.0pt): Make it at least 14.49998pt. * Fix abstract messing up bib findings/fix spacing * Move preliminary content to their own folder * Start using {here} * Apply {styler} / Can't use rmd_files with {thesisdown} in _bookdown.yml * Remove extra line * Switch to https from http * Add License, update dev version, clean up dependencies * Update documentation * Clean up Rmds * Reduce size of data * Tweak package definition in R file * Add {usethis} commands for setup * Move pictures to images folder * Add hex to README * Add pkgdown build to docs * Update NEWS for 0.1.0 * Add /docs/ to git (Will use GitHub Actions to build pkgdown down the road) Co-authored-by: Chester Ismay <chester.ismay@datarobot.com> Co-authored-by: Antoine Bichat <30300749+abichat@users.noreply.github.com> Co-authored-by: Leon Reteig <35737105+lcreteig@users.noreply.github.com> Co-authored-by: Mehrad Mahmoudian <m.mahmoudian@gmail.com>
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org whenever possible) and link to this issue. If a reprex is not applicable, recording a short Loom video showing what you are seeing can go a long way in helping to diagnose problems. |
No description provided.