Skip to content

Commit

Permalink
Update NEWS entries
Browse files Browse the repository at this point in the history
  • Loading branch information
arni-magnusson committed Feb 28, 2024
1 parent 3905f72 commit 6e3decd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: TAF
Version: 4.3.0
Date: 2023-11-26
Date: 2024-02-28
Title: Transparent Assessment Framework for Reproducible Research
Authors@R: c(person("Arni", "Magnusson", role=c("aut","cre"), email="[email protected]"),
person("Colin", "Millar", role="aut"),
Expand Down
13 changes: 3 additions & 10 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
# TAF 4.3.0 (2023-12-11)
# TAF 4.3.0 (2024-02-28)

* Added function ddim() to show the data dimensions of a table.

* Added function taf.libraries() to load all packages from TAF library. Code
contributed by Iago Mosqueira.

* Added argument 'quiet' to make(). Renamed argument 'debug' to 'details'.

* Added argument 'gitignore' to taf.skeleton() for writing a .gitignore file,
enabled by default.

* Improved draft.software() so it supports packages from r-universe. Code
contributed by Iago Mosqueira.

* Renamed the 'silent' argument to 'quiet' in make().




# TAF 4.2.1 (2023-03-26)

* Added argument 'silent' to make(). Renamed argument 'debug' to 'details'.

* Improved taf.boot() so it is not affected by user option "pkgType". Changed
taf.boot() so it handles multiple filenames/URLs in 'source' field, separated
by comma.
Expand Down

0 comments on commit 6e3decd

Please sign in to comment.