Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lewinfox committed Sep 27, 2023
1 parent ff1be33 commit f6884b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- badges: start -->

[![](https://cranlogs.r-pkg.org/badges/icecream)](https://cran.r-project.org/package=icecream)
[![R-CMD-check](https://github.com/lewinfox/icecream/workflows/R-CMD-check/badge.svg)](https://github.com/lewinfox/icecream/actions)
[![R-CMD-check](https://github.com/lewinfox/icecream/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/lewinfox/icecream/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

icecream is designed to make print debugging easier. It allows you to
Expand Down Expand Up @@ -265,8 +265,8 @@ of the original project docs for details of what they will do.

## TODO:

- Implement `ic.format()` (see
[here](https://github.com/gruns/icecream#miscellaneous)).
- Implement `ic.output.function`. At the moment it uses
`cli::cli_alert_info()`
- Implement `ic.arg.to.string.function`
- Implement `ic.format()` (see
[here](https://github.com/gruns/icecream#miscellaneous)).
- Implement `ic.output.function`. At the moment it uses
`cli::cli_alert_info()`
- Implement `ic.arg.to.string.function`

0 comments on commit f6884b6

Please sign in to comment.