{"id":14066462,"url":"https://github.com/dgkf/riddlr","last_synced_at":"2025-04-14T00:57:42.445Z","repository":{"id":129308177,"uuid":"242380716","full_name":"dgkf/riddlr","owner":"dgkf","description":"Tools for building coding challenges in R","archived":false,"fork":false,"pushed_at":"2020-10-17T20:41:27.000Z","size":259,"stargazers_count":14,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T15:06:43.838Z","etag":null,"topics":["hacktoberfest","learnr","r","shiny","shiny-contest"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dgkf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-02-22T17:16:43.000Z","updated_at":"2025-02-07T01:50:47.000Z","dependencies_parsed_at":"2023-07-28T07:15:36.273Z","dependency_job_id":null,"html_url":"https://github.com/dgkf/riddlr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgkf%2Friddlr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgkf%2Friddlr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgkf%2Friddlr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgkf%2Friddlr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dgkf","download_url":"https://codeload.github.com/dgkf/riddlr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248804787,"owners_count":21164132,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","learnr","r","shiny","shiny-contest"],"created_at":"2024-08-13T07:05:06.740Z","updated_at":"2025-04-14T00:57:42.425Z","avatar_url":"https://github.com/dgkf.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"# riddlr  \u003ca href='https://github.com/dgkf/riddlr'\u003e\u003cimg src='inst/www/hex-riddlr.png' align=\"right\" height=\"139\" /\u003e\u003c/a\u003e\n\nA package for making coding challenges, largely inspired by the \n[`learnr`](https://github.com/rstudio/learnr) package.\n\n## Installation\n\nInstall the package off of GitHub via\n\n```r\ndevtools::install_github(\"dgkf/riddlr\")\n```\n\n## Quick Start\n\nTry out some examples:\n\n### Building a single question shiny app\n\n```r\nlibrary(shiny)\n\napp_file \u003c- system.file(\"example\", \"shiny\", \"single_question\", \"app.R\", package = \"riddlr\")\nshinyAppFile(app_file)\n```\n\n### Rendering a searchable question catalog shiny app\n\n```r\nlibrary(shiny)\n\napp_file \u003c- system.file(\"example\", \"shiny\", \"question_catalog\", \"app.R\", package = \"riddlr\")\nshinyAppFile(app_file)\n```\n\n## Community Shout-outs\n\n### `learnr`\n\nA lot of this package is inspired by `learnr`, with early versions being built\ndirectly into `learnr`'s Rmarkdown framework. The scope is slightly different,\nbeing an evaluation tool rather than a learning tool. From this slight change in\nperspective, there were a few features that `learnr` couldn't accommodate.\n\n- easily testing code against multiple test cases, whereas `learnr` only handles\na single input\n- timeout per test case (or timeout with a grace period for feedback)\n- hooks for triggering database logs \n- easier addition of markdown-formatted help dialogs\n\nCould this all be contributed back to the `learnr` package? Absolutely, but\nensuring code quality, reusability and consistency within the `learnr`\nframework wasn't within scope for the proof-of-concept.\n\n### `shinyAce`\n\nA lot of work was put into giving a comfortable programming interface with\nstaple features like improved code completion, help-text popups, parsing errors\nand warnings noted in the code form gutter. All of these features were first\nadded internally as part of the proof-of-concept, but were later [contributed\nback](https://github.com/trestletech/shinyAce/pull/66) to the `shinyAce`\npackage.\n\nA huge thank you goes out to [**@vnijs**](https://github.com/vnijs) and \n[**@detule**](https://github.com/detule) for giving great feedback on\nsuch a large body of new features and diligently checking many edge cases \nthat would have gone unaddressed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdgkf%2Friddlr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdgkf%2Friddlr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdgkf%2Friddlr/lists"}