Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare CRAN release 4.3.0 #42

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package: icesTAF
Version: 4.2.0
Version: 4.3.0
Title: Functions to Support the ICES Transparent Assessment Framework
Authors@R:
c(
person("Colin", "Millar", role = c("aut", "cre"), email="[email protected]"),
person("Arni", "Magnusson", role = "aut"),
person("Iago", "Mosqueira", role = "aut"),
person("Alexandros", "Kokkalis", role = "ctb"),
person("Iago", "Mosqueira", role = "ctb"),
person("Ibrahim", "Umar", role = "ctb"),
person("Hjalte", "Parner", role = "ctb")
)
Expand All @@ -20,5 +20,5 @@ Description: Functions to support the ICES Transparent Assessment Framework
License: GPL-3
URL: https://taf.ices.dk, https://github.com/ices-tools-prod/icesTAF
Encoding: UTF-8
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
Roxygen: list(old_usage=TRUE)
6 changes: 6 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ export(already.in.taf.library)
export(boot.dir)
export(boot.dir.inside)
export(boot.exists)
export(check.software)
export(clean)
export(clean.boot)
export(clean.data)
export(clean.library)
export(clean.software)
export(convert.spaces)
export(cp)
export(ddim)
export(deps)
export(detach.packages)
export(dir.tree)
Expand Down Expand Up @@ -81,6 +83,7 @@ export(taf.bootstrap)
export(taf.data.path)
export(taf.install)
export(taf.libPaths)
export(taf.libraries)
export(taf.library)
export(taf.png)
export(taf.roxygenise)
Expand All @@ -104,13 +107,15 @@ importFrom(TAF,already.in.taf.library)
importFrom(TAF,boot.dir)
importFrom(TAF,boot.dir.inside)
importFrom(TAF,boot.exists)
importFrom(TAF,check.software)
importFrom(TAF,clean)
importFrom(TAF,clean.boot)
importFrom(TAF,clean.data)
importFrom(TAF,clean.library)
importFrom(TAF,clean.software)
importFrom(TAF,convert.spaces)
importFrom(TAF,cp)
importFrom(TAF,ddim)
importFrom(TAF,deps)
importFrom(TAF,detach.packages)
importFrom(TAF,div)
Expand Down Expand Up @@ -168,6 +173,7 @@ importFrom(TAF,taf.bootstrap)
importFrom(TAF,taf.data.path)
importFrom(TAF,taf.install)
importFrom(TAF,taf.libPaths)
importFrom(TAF,taf.libraries)
importFrom(TAF,taf.library)
importFrom(TAF,taf.png)
importFrom(TAF,taf.session)
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# icesTAF 4.3.0 (2024-06-11)

* See: news(package="TAF", Version=="4.3.0").


# icesTAF 4.2.0 (2023-03-14)

* The term 'boot' is now preferred for what used to be called 'bootstrap',
Expand Down
Loading