Skip to content

Commit 3908bb8

Browse files
committed
Put MathJax in single quotes in DESCRIPTION.
1 parent b6433c0 commit 3908bb8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: mathjaxr
2-
Version: 0.8-2
2+
Version: 0.8-3
33
Date: 2020-05-06
4-
Title: Using Mathjax in Rd Files
4+
Title: Using 'Mathjax' in Rd Files
55
Authors@R: person(given = "Wolfgang", family = "Viechtbauer", role = c("aut","cre"), email = "wvb@wvbauer.com", comment = c(ORCID = "0000-0003-3463-4063"))
6-
Description: Provides MathJax and macros to enable its use within Rd files for rendering equations in the html help files.
6+
Description: Provides 'MathJax' and macros to enable its use within Rd files for rendering equations in the HTML help files.
77
License: GPL-3
88
Encoding: UTF-8
99
URL: https://github.com/wviechtb/mathjaxr

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mathjaxr 0.8-2 (2020-05-06)
1+
# mathjaxr 0.8-3 (2020-05-06)
22

33
* simplified `ifelse` logic for the `\mjeqn` and `\mjdeqn` macros
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mathjaxr: Using Mathjax in Rd Files
33

44
[![Build Status](https://travis-ci.org/wviechtb/mathjaxr.svg?branch=master)](https://travis-ci.org/wviechtb/mathjaxr)
55
![CRAN Version](https://www.r-pkg.org/badges/version/mathjaxr)
6-
![devel Version](https://img.shields.io/badge/devel-0.8--2-brightgreen.svg)
6+
![devel Version](https://img.shields.io/badge/devel-0.8--3-brightgreen.svg)
77

88
## Description
99

0 commit comments

Comments
 (0)