You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,18 +47,21 @@ where  denote
47
47
48
48
## Installation
49
49
50
-
The current official (i.e., [CRAN](https://cran.r-project.org/package=mathjaxr)) release can be installed directly within R with:
50
+
The current official (i.e., [CRAN](https://cran.r-project.org/package=mathjaxr)) release can be installed within R with:
51
51
52
52
```r
53
53
install.packages("mathjaxr")
54
54
```
55
55
56
-
After installing the [remotes](https://cran.r-project.org/package=remotes) package with ```install.packages("remotes")```, the development version of the`mathjaxr` package can be installed with:
56
+
The development version of the package can be installed with:
57
57
58
58
```r
59
+
install.packages("remotes")
59
60
remotes::install_github("wviechtb/mathjaxr")
60
61
```
61
62
63
+
This builds the package from source based on the current version on [GitHub](https://github.com/wviechtb/mathjaxr).
64
+
62
65
## Meta
63
66
64
67
The `mathjaxr` package is licensed under the [GNU General Public License Version 3](https://www.gnu.org/licenses/gpl-3.0.txt), while MathJax itself is licensed under the [Apache License, Version 2.0](https://github.com/mathjax/MathJax/blob/master/LICENSE). To report any issues or bugs, please go [here](https://github.com/wviechtb/mathjaxr/issues).
0 commit comments