Skip to content

Commit 1c8dad1

Browse files
committed
Version jump for CRAN submission.
1 parent 4a922d1 commit 1c8dad1

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: mathjaxr
2-
Version: 0.9-11
2+
Version: 1.0-0
33
Date: 2020-06-05
44
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"))

NEWS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# mathjaxr 0.9-11 (2020-06-05)
1+
# mathjaxr 1.0-0 (2020-06-05)
2+
3+
* added `\mjteqn` and `\mjtdeqn` macros (triple-argument versions)
24

35
* added `preview_rd()` function
46

57
* environment variable `MATHJAXR_CDN` can now be used to specify an alternative URL for a CDN
68

79
* changed name of environment variable from `MATHJAXR.USECDN` to `MATHJAXR_USECDN`
810

9-
* added information under 'Issues' about curly braces/brackets and supported LaTeX commands
11+
* expanded information provided under 'Issues'
1012

1113
# mathjaxr 0.8-3 (2020-05-08)
1214

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)](https://CRAN.R-project.org/package=mathjaxr)
6-
![devel Version](https://img.shields.io/badge/devel-0.9--11-brightgreen.svg)
6+
![devel Version](https://img.shields.io/badge/devel-1.1--0-brightgreen.svg)
77

88
## Description
99

0 commit comments

Comments
 (0)