Skip to content

CRAN release 4.2.0

Latest
Compare
Choose a tag to compare
@arni-magnusson arni-magnusson released this 21 Mar 16:06
· 69 commits to main since this release
  • The term 'boot' is now preferred for what used to be called 'bootstrap', mainly to avoid confusion with statistical bootstrap. To taf.boot() is similar to booting a computer, readying the components required for subsequent computations. Help pages now refer to 'boot', but all TAF functions fully support existing analyses that have a legacy 'bootstrap' folder.

  • The filename method.R is now an alternative to the default filename model.R script, for analyses where the term 'model' would be misleading or ambiguous.

  • Added function clean.boot() to clean the boot directory.

  • Added argument 'imports' to taf.session().

  • Added argument 'model.script' to taf.skeleton().

  • Improved draft.data() so it returns source = {folder} for folders.

  • Improved taf.boot() so it returns a logical vector, as documented.

  • Improved taf.library() to ensure it returns to the previous working directory. Code contributed by Alexandros Kokkalis.

  • Fixed a taf.boot() bug introduced in 4.1.0, checking GitHub references.

  • New admin tools, mainly for use inside TAF functions: boot.dir(), boot.dir.inside(), boot.exists(), model.dir(), and model.script().