diff --git a/README.Rmd b/README.Rmd index 77d78d7..fa59d5b 100644 --- a/README.Rmd +++ b/README.Rmd @@ -16,12 +16,12 @@ knitr::opts_chunk$set( ) ``` -# rLocker +# rLocker [![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental) [![CRAN status](https://www.r-pkg.org/badges/version/rLocker)](https://cran.r-project.org/package=rLocker) -[![License: GPLv3](https://img.shields.io/github/license/rpc5102/rLocker.svg?style=flat)](https://opensource.org/licenses/GPL-3.0) +[![License: GPLv3](https://img.shields.io/github/license/EducationShinyAppTeam/rLocker.svg?style=flat)](https://opensource.org/licenses/GPL-3.0) Learning Locker xAPI support for Shiny Applications. @@ -43,7 +43,7 @@ See also: [What is the Experience API?](https://xapi.com/overview/) You can install the released version of rLocker from [GitHub](https://github.com/) with: ```{r} -devtools::install_github("rpc5102/rLocker") +devtools::install_github("EducationShinyAppTeam/rLocker") ``` ### Examples diff --git a/README.md b/README.md index 6097f78..f4a0df8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# rLocker +# rLocker @@ -8,7 +8,7 @@ [![CRAN status](https://www.r-pkg.org/badges/version/rLocker)](https://cran.r-project.org/package=rLocker) [![License: -GPLv3](https://img.shields.io/github/license/rpc5102/rLocker.svg?style=flat)](https://opensource.org/licenses/GPL-3.0) +GPLv3](https://img.shields.io/github/license/EducationShinyAppTeam/rLocker.svg?style=flat)](https://opensource.org/licenses/GPL-3.0) Learning Locker xAPI support for Shiny Applications. diff --git a/package.json b/package.json index 15b6c1f..0875306 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Learning Locker for R Shiny", "repository": { "type": "git", - "url": "git@github.com:rpc5102/rLocker.git", + "url": "git@github.com:EducationShinyAppTeam/rLocker.git", "private": false }, "main": "inst/www/rLocker.js",