Skip to content

Commit

Permalink
updated documentation and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mzayeddfe committed Oct 16, 2024
1 parent 48536c9 commit 4fc977e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: dfeR
Title: Common DfE R tasks
Version: 0.6.0
Version: 0.6.1
Authors@R: c(
person("Cam", "Race", , "[email protected]", role = c("aut", "cre")),
person("Laura", "Selby", , "[email protected]", role = "aut"),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# dfeR 0.6.1

Patch to update the pretty_num() function so that the `dp` argument's default is 0.

# dfeR 0.6.0

Update pretty_num so that:
Expand Down
3 changes: 2 additions & 1 deletion R/pretty.R
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ pretty_time_taken <- function(start_time, end_time) {
#' @param alt_na alternative value to return in place of NA, e.g. "x"
#' @param nsmall minimum number of digits to the right of the decimal point.
#' If NULL, the value of `dp` will be used.
#' If value of `dp` is less than 0, then `nsmall` will automatically be set to 0.
#' If the value of `dp` is less than 0, then `nsmall` will
#' automatically be set to 0.
#'
#' @return string featuring prettified value
#' @family prettying
Expand Down

0 comments on commit 4fc977e

Please sign in to comment.