-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.json
26 lines (26 loc) · 1.77 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
26
{
"courseId": "monash-intro-r",
"title": "Introduction to R",
"slogan": "The basics of R and the tidyverse",
"description": "A website with materials to help you learn R and use it to explore data. No prior experience in programming, statistics, or data is required to work through these materials. These materials were developed to prepare our students for our courses that expect some familiarity of R and data analysis.",
"bio": "This course is brought to you by the team at Monash University, Department of Econometrics and Business Statistics. You can find the full list of contributors in the link 'Contributors' at the footer of this site.",
"siteUrl": "https://numbats.github.io/learnr/",
"twitter": "numbats_rise_up",
"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\ntryCatch({\n suppressPackageStartupMessages(library(testthat))\ntestthat:::test_code(\"Exercise\", {\n${test}\n}, reporter = .learnr_reporter$new())\n}, error = function(e) {\n cat(paste(\"\\033[31m\", e[1], \"\\033[0m\", sep = \"\"))\n})",
"juniper": {
"repo": "numbats/learnr",
"branch": "binder",
"lang": "r",
"kernelType": "ir",
"debug": false
},
"showProfileImage": false,
"footerLinks": [
{ "text": "Website", "url": "https://numbat.space" },
{ "text": "Source", "url": "https://github.com/numbats/learnr" },
{ "text": "Built with ♥", "url": "https://github.com/ines/course-starter-r" },
{ "text": "Contributors", "url": "https://github.com/numbats/learnr/graphs/contributors" }
],
"theme": "#006DAE"
}