-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.Rmd
45 lines (31 loc) · 1.44 KB
/
README.Rmd
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# moodleR
<!-- badges: start -->
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![CRAN status](https://www.r-pkg.org/badges/version/moodleR)](https://CRAN.R-project.org/package=moodleR)
<!-- badges: end -->
The goal of moodleR is to facilitate access to and manipulating of Moodle™ data for learning analytics practitioners. Moodle is a widely used open source learning management system (LMS). For more information about Moodle go to [www.moodle.org](https://moodle.org/).
## Credits
<img src="man/figures/chi2labs.png" width=100 /><br>
This package is developed and maintained by the [chi square labs team](https://www.chi2labs.com/about) team.
For more information about the work we do and the products and services we offer in learning analytics please visit our product page: [www.chi2labs.com/product](http://www.chi2labs.com/product).
## Installation
You can install the released version of moodleR from [CRAN](https://CRAN.R-project.org) with:
```{r, eval=FALSE}
install.packages("moodleR")
```
To install the latest development version:
```{r, eval=FALSE}
devtools::install("chi2labs/moodleR")
```