forked from laderast/RBootcamp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.json
25 lines (25 loc) · 1.55 KB
/
meta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"courseId": "RBootcamp",
"title": "RBootcamp",
"slogan": "A free online course about the basics of the tidyverse",
"description": "The R-Bootcamp is a gentle and gradual introduction to manipulating and visualizing data in R using the `tidyverse` suite of packages. It is meant for incoming OHSU Bioinformatics and Computational Biomedicine Majors but is appropriate for any beginners wanting to learn elementary data manipulation in R.",
"bio": "Ted Laderas and Jessica Minnier",
"siteUrl": "https://r-bootcamp.netlify.app",
"twitter": "tladeras",
"fonts": "IBM+Plex+Mono:500|IBM+Plex+Sans:700|Lato:400,400i,700,700i",
"testTemplate": "success <- function(text) {\n cat(paste(\"\\033[32m\", text, \"\\033[0m\", sep = \"\"))\n}\n\n.solution <- \"${solutionEscaped}\"\n\n${solution}\n\n${test}\ntryCatch({\n test()\n}, error = function(e) {\n cat(paste(\"\\033[31m\", e[1], \"\\033[0m\", sep = \"\"))\n})",
"juniper": {
"repo": "laderast/RBootcamp",
"branch": "binder",
"lang": "r",
"kernelType": "ir",
"debug": false
},
"showProfileImage": true,
"footerLinks": [
{ "text": "Source", "url": "https://github.com/laderast/RBootcamp" },
{ "text": "Built with ♥", "url": "https://github.com/ines/course-starter-r" },
{ "text": "Please report any bugs you find as an issue (click me to add an issue)","url":"https://github.com/laderast/RBootcamp/issues/new?assignees=&labels=&template=bug_report.md&title=Data+Exercise+Bug%2FError"}
],
"theme": "#de7878"
}