NEWS | R Documentation |
NEWS file for the noweb package
Changes in version 1.1-4
Fix an issue noted by CRAN. Both notangle and noweave should return the name of the file that was created.
Changes in version 1.1-3
A nested construct such as [[ abc[[3]] <- 4]] would crash the routine.
Changes in version 1.1-2
Addition of LazyData: true, and a further punctuation change in the title field.
Changes in version 1.1-1
Slight change in the Title punctuation, at the request of CRAN
Changes in version 1.1
Revise the vignette. (Inspired by a talk by Donald Knuth at userR 2016.)
Changes in version 1.0-3
All code chunks are expected to have a name. Issue an error message if this is not so instead of dying.
Changes in version 1.0-2
Modify the package to work with the non-Sweave vignettes code of R 3.0. This allows the noweb document to be in the vignettes directory.
Various updates to the code as I test it.