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

Fix missing links in episodes 06 and 07 #582

Merged
merged 2 commits into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ community listed at <https://carpentries.org/connect/> including via social
media, slack, newsletters, and email lists. You can also [reach us by
email][contact].

[repo]: https://example.com/FIXME
[repo]: https://github.com/swcarpentry/r-novice-inflammation/
[contact]: mailto:[email protected]
[cp-site]: https://carpentries.org/
[dc-issues]: https://github.com/issues?q=user%3Adatacarpentry
Expand All @@ -111,7 +111,7 @@ email][contact].
[github]: https://github.com
[github-flow]: https://guides.github.com/introduction/flow/
[github-join]: https://github.com/join
[how-contribute]: https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github
[how-contribute]: https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github
[issues]: https://carpentries.org/help-wanted-issues/
[lc-issues]: https://github.com/issues?q=user%3ALibraryCarpentry
[swc-issues]: https://github.com/issues?q=user%3Aswcarpentry
Expand Down
7 changes: 6 additions & 1 deletion episodes/06-best-practices-R.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,12 @@ cat inflammation_fxns.R

::::::::::::::::::::::::::::::::::::::::::::::::::


[swc-lesson-git]: https://swcarpentry.github.io/git-novice/
[rstudio-git]: https://web.archive.org/web/20190103191213/https://support.rstudio.com/hc/en-us/articles/200532077
[rstudio-project]: https://posit.co/resources/videos/programming-part-1-writing-code-in-rstudio/
[dc-rstudio]: https://datacarpentry.org/R-ecology-lesson/00-before-we-start.html#getting-set-up
[sessionInfo]: https://stackoverflow.com/a/21967272/4341322
[gh-pr]: https://github.com/skills/review-pull-requests

:::::::::::::::::::::::::::::::::::::::: keypoints

Expand Down
4 changes: 2 additions & 2 deletions episodes/07-knitr-R.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ In the example document add
Markdown also supports LaTeX equation editing.
We can display pretty equations by enclosing them in `$`,
e.g., `$\alpha = \dfrac{1}{(1 - \beta)^2}$` renders as:
[![Rendered LaTeX equation][tex-eq]][tex-eq]
$\alpha = \dfrac{1}{(1 - \beta)^2}$

The top of the source (.Rmd) file has some header material in YAML format (enclosed by triple dashes).
Some of this gets displayed in the output header, other of it provides formatting information to the conversion engine.
Expand All @@ -78,7 +78,7 @@ but you can also print the results of code within a text block by enclosing code

::::::::::::::::::::::::::::::::::::::::::::::::::


[pandoc]: https://pandoc.org/

:::::::::::::::::::::::::::::::::::::::: keypoints

Expand Down