Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: parseLatex
Type: Package
Title: Parse 'LaTeX' Code
Version: 0.4.3
Version: 0.4.4
Authors@R: c(
person(
"Duncan", "Murdoch",
Expand Down
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# parseLatex 0.4.3
# parseLatex 0.4.4

* Improved support for syntax of `\let` and `\def`.
* Fixed error in C code as requested by CRAN.
* Fixed errors in C code as requested by CRAN (protection
issues detected by rchk and "const char *" modification
detected by new gcc.)

# parseLatex 0.4.1

Expand Down
11 changes: 5 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## parseLatex 0.4.1
## parseLatex 0.4.4

* This revision adds a number of functions in support of
reading and editing tables.
* It also includes a few bug fixes, and updates to the
DESCRIPTION file to declare version dependencies for
R and Bison.
* This revision is mainly at the request of CRAN, to fix
issues detected by rchk and a new gcc compiler.
* It also makes \let and \def syntax a bit more
flexible.
Loading
Loading