Skip to content

Commit

Permalink
Update badge color
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterZenke committed Mar 15, 2024
1 parent 1a218d3 commit c1da1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion courses.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h5 style="font-weight: 600">Representative Learning Experiences</h5>
<div class="course mb-4">
<h4 class="mb-1" style="font-weight: 600">CS50's Introduction to Programming with R</h4>
<p>
<span style="color: white" class="badge rounded-pill text-bg-info">Coming Soon!</span>
<span class="badge rounded-pill text-bg-primary">Coming Soon!</span>
</p>
<p>Available, entirely for free, as <a href="https://cs50.harvard.edu/r">OpenCourseWare</a>. Also available via <a href="https://cs50.edx.org/r">edX</a>.</p>
<p>An introduction to programming using a language called R, a popular language for statistical computing and graphics in data science and other domains. Learn to use RStudio, a popular integrated development environment (IDE). Learn to represent real-world data with vectors, matrices, arrays, lists, and data frames. Filter data with conditions, via which you can analyze subsets of data. Apply functions and loops, via which you can manipulate and summarize data sets. Write functions to modularize code and raise exceptions when something goes wrong. Tidy data with R’s tidyverse and create colorful visualizations with R’s grammar of graphics. By course’s end, learn to package, test, and share R code for others to use. Assignments inspired by real-world data sets.</p>
Expand Down

0 comments on commit c1da1e9

Please sign in to comment.