{"id":24357040,"url":"https://github.com/psyteachr/webexercises","last_synced_at":"2025-04-10T04:14:31.358Z","repository":{"id":46660134,"uuid":"404625582","full_name":"PsyTeachR/webexercises","owner":"PsyTeachR","description":"RMarkdown tools for creating self-guided web exercises","archived":false,"fork":false,"pushed_at":"2023-12-20T19:59:49.000Z","size":1678,"stargazers_count":32,"open_issues_count":10,"forks_count":15,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-10T04:14:24.285Z","etag":null,"topics":["interactive","r","teaching","website"],"latest_commit_sha":null,"homepage":"https://psyteachr.github.io/webexercises/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PsyTeachR.png","metadata":{"files":{"readme":"README.Rmd","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}},"created_at":"2021-09-09T07:22:44.000Z","updated_at":"2025-02-11T10:08:09.000Z","dependencies_parsed_at":"2023-12-31T00:13:30.314Z","dependency_job_id":"cf7c526a-7a88-491a-85a6-7c66551740da","html_url":"https://github.com/PsyTeachR/webexercises","commit_stats":{"total_commits":30,"total_committers":2,"mean_commits":15.0,"dds":0.2666666666666667,"last_synced_commit":"01ea77227fe39b9b4c208517038521c227ff1eb3"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PsyTeachR%2Fwebexercises","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PsyTeachR%2Fwebexercises/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PsyTeachR%2Fwebexercises/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PsyTeachR%2Fwebexercises/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PsyTeachR","download_url":"https://codeload.github.com/PsyTeachR/webexercises/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248154999,"owners_count":21056543,"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":["interactive","r","teaching","website"],"created_at":"2025-01-18T18:55:06.482Z","updated_at":"2025-04-10T04:14:31.334Z","avatar_url":"https://github.com/PsyTeachR.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n\n```{r setup, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/\",\n  out.width = \"100%\"\n)\nlibrary(webexercises)\n```\n\n# The `{webexercises}` package\n\n\u003cimg src=\"man/figures/logo.png\" style=\"float:right; max-width:280px; width: 25%;\" /\u003e\n\nThe goal of `{webexercises}` is to enable instructors to easily create interactive web pages that students can use in self-guided learning. Although `{webexercises}` has fewer features than RStudio's [learnr](https://rstudio.github.io/learnr/) package, it is more lightweight: whereas `{learnr}` tutorials must be either hosted on a shiny server or run locally, `{webexercises}` creates standalone HTML files that require only a JavaScript-enabled browser. It is also extremely simple to use. See the [webexercises website](https://psyteachr.github.io/webexercises/) for demos and instructions.\n\n## Installation\n\nYou can install `{webexercises}` from CRAN using:\n\n```{r install-cran, eval=FALSE}\ninstall.packages(\"webexercises\")\n```\n\nYou can install the development version from [GitHub](https://github.com/PsyTeachR/webexercises) with:\n\n```{r install-webexercises, eval=FALSE}\ndevtools::install_github(\"psyteachr/webexercises\")\n```\n\n\n\n\u003ca rel=\"license\" href=\"https://creativecommons.org/licenses/by-sa/4.0/\"\u003e\u003cimg alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by-sa/4.0/88x31.png\" /\u003e\u003c/a\u003e\u003cbr /\u003eThis work is licensed under a \u003ca rel=\"license\" href=\"https://creativecommons.org/licenses/by-sa/4.0/\"\u003eCreative Commons Attribution-ShareAlike 4.0 International License\u003c/a\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsyteachr%2Fwebexercises","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsyteachr%2Fwebexercises","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsyteachr%2Fwebexercises/lists"}