Skip to content

Commit

Permalink
Merge pull request #23 from lewinfox/feature/package-docs
Browse files Browse the repository at this point in the history
Feature/package docs
  • Loading branch information
lewinfox committed Sep 27, 2023
2 parents a6bce89 + 6d5ce60 commit 8b1f847
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 18 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: icecream
Title: Print Debugging Made Sweeter
Version: 0.2.0
Version: 0.2.1
Authors@R:
c(person(given = "Lewin",
family = "Appleton-Fox",
Expand Down Expand Up @@ -38,4 +38,4 @@ Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
RoxygenNote: 7.2.3
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@
* New context managers `with_ic_enable()` and `with_ic_disable()` introduced (#6, @Ben-Stiles).
* `ic()` output is now dynamically truncated to the width of the terminal.
* `ic()` will now work properly with `rlang` 1.0 (#8, @lionel-)

# icecream 0.2.1

* Small change to bring package-level documentation in line with current roxygen standards
[https://github.com/r-lib/roxygen2/issues/1491]
4 changes: 1 addition & 3 deletions R/icecream-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,5 @@
#' [configuration](https://github.com/gruns/icecream#configuration) section of the original
#' project docs for details of what it will do.
#'
#' @docType package
#' @name icecream
#' @keywords internal
NULL
"_PACKAGE"
6 changes: 3 additions & 3 deletions man/enable-disable.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/ic-single-use.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/ic_autopeek.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 25 additions & 1 deletion man/icecream.Rd → man/icecream-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/rlang-reexports.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b1f847

Please sign in to comment.