Skip to content

Commit

Permalink
updated package version, gave details on what was changed in the news…
Browse files Browse the repository at this point in the history
….md and added myself to ctb in the description file
  • Loading branch information
mzayeddfe committed Oct 14, 2024
1 parent 189b6cc commit 600dabe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Type: Package
Package: dfeR
Title: Common DfE R tasks
Version: 0.5.1
Version: 0.6.0
Authors@R: c(
person("Cam", "Race", , "[email protected]", role = c("aut", "cre")),
person("Laura", "Selby", , "[email protected]", role = "aut"),
person("Adam", "Robinson", role = "aut"),
person("Jen", "Machin", , "[email protected]", role = "ctb"),
person("Jake", "Tufts", , "[email protected]", role = "ctb"),
person("Rich", "Bielby", , "[email protected]", role = "ctb",
person( "Menna", "Zayed", , "[email protected]", role = "ctb"),
comment = c(ORCID = "0000-0001-9070-9969"))
)
Description: This package contains R functions to allow DfE analysts to
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# dfeR 0.6.0

Update pretty_num so that:

- it can take single or multiple values.
- it has the argument nsmall that allows control over the number of digits displayed after rounding.

Add pretty_num_table() which uses pretty_num() to format numbers in a readable format in data frames.
It has all the customization provided by pretty_num.

# dfeR 0.5.1

Patch to update the get_clean_sql() function to ignore lines starting with 'USE'.
Expand Down

0 comments on commit 600dabe

Please sign in to comment.