lorem 1.0.0
CRAN release: 2023-03-09
The first official release of lorem on CRAN! A few small changes have happened in the package since it was first released on GitHub:
lorem::ipsum()now returns aloremclassed object that works in both knitr R chunks and htmltools tags. In htmltools, each paragraph is automatically wrapped in a<p>tag, or you can callas.tags()directly to provide your ownwrapper. This change requiredipsum()to return a list-likeloremclass rather than a character vector; useformat()oras.character()to retrieve standard character vectors. Thanks to @cpsievert for the suggestion (#7, #8).lorem::ipsum()now includes punctuation like commas, colons, semi-colons and em dashes in the generated text (#4).