Skip to content

Commit

Permalink
fix unbalanced code chunk delimiters in vignette as per yihui/knitr#2057
Browse files Browse the repository at this point in the history
  • Loading branch information
daroczig committed Oct 9, 2021
1 parent 7a5f15b commit 401f10c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Authors@R: c(
)
Title: A Lightweight, Modern and Flexible Logging Utility
Description: Inspired by the the 'futile.logger' R package and 'logging' Python module, this utility provides a flexible and extensible way of formatting and delivering log messages with low overhead.
Version: 0.2.1
Date: 2021-07-06
Version: 0.2.2
Date: 2021-10-10
URL: https://daroczig.github.io/logger/
BugReports: https://github.com/daroczig/logger/issues
Encoding: UTF-8
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# logger 0.2.9000 (development)

# logger 0.2.2 (2021-10-10)

Maintenance release:

* fix unbalanced code chunk delimiters in vignette (yihui/knitr#2057)

# logger 0.2.1 (2021-07-06)

Maintenance release:
Expand Down
2 changes: 1 addition & 1 deletion vignettes/customize_logger.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ mclapply(split(runif(100), 1:10), f, mc.cores = 5)

```{r}
log_layout()
````
```

For more details on this, see the [Writing custom logger extensions](https://daroczig.github.io/logger/articles/write_custom_extensions.html) vignette.

Expand Down

0 comments on commit 401f10c

Please sign in to comment.