Changes in version 1.1-4 (2024-01-30) o 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 o A nested construct such as [[ abc[[3]] <- 4]] would crash the routine. Changes in version 1.1-2 (2019-10-13) o Addition of LazyData: true, and a further punctuation change in the title field. Changes in version 1.1-1 o Slight change in the Title punctuation, at the request of CRAN Changes in version 1.1 o Revise the vignette. (Inspired by a talk by Donald Knuth at userR 2016.) Changes in version 1.0-3 (2013-02-26) o 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 (2013-02-19) o 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. o Various updates to the code as I test it.