Skip to content

Commit

Permalink
Fixed: Renaming issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rpc5102 committed Jul 12, 2021
1 parent c2baba2 commit 7e89743
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ knitr::opts_chunk$set(
)
```

# rLocker <img src="https://github.com/rpc5102/rLocker/blob/master/rLocker.png?raw=true" align="right" height=140>
# rLocker <img src="https://github.com/EducationShinyAppTeam/rLocker/blob/master/rLocker.png?raw=true" align="right" height=140>

<!-- badges: start -->
[![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)
<!-- badges: end -->

Learning Locker xAPI support for Shiny Applications.
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!-- README.md is generated from README.Rmd. Please edit that file -->

# rLocker <img src="https://github.com/rpc5102/rLocker/blob/master/rLocker.png?raw=true" align="right" height=140>
# rLocker <img src="https://github.com/EducationShinyAppTeam/rLocker/blob/master/rLocker.png?raw=true" align="right" height=140>

<!-- badges: start -->

[![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)
GPLv3](https://img.shields.io/github/license/EducationShinyAppTeam/rLocker.svg?style=flat)](https://opensource.org/licenses/GPL-3.0)
<!-- badges: end -->

Learning Locker xAPI support for Shiny Applications.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7e89743

Please sign in to comment.