Changelog
Source:NEWS.md
toscutil v2.8.1
-
Fixed: unloading ofdevtoolsinget_pkg_docs()(which causedcheck_pkg_docs()to fail ifdevtools::load_all()had been called before in the current session).
toscutil v2.8.0
CRAN release: 2024-06-28
-
Added: added functionscheck_pkg_docs(),find_description_file(),get_pkg_docs(),logf(),read_description_file(),trace_package(),untrace_package() -
Added: added listfg(foreground colors) -
Added: argumentscoloranddigits.secto functionsnow()andnow_ms(). Also merged their documentation and implementation (now_ms()callsnow()internally). -
Refactor:languageserveris now an optional dependency instead of a required one. This makes the package more lightweight and easier to install. -
Refactor:catfandcat2are implemented more efficiently now. In particular, both use only one call tocat, which makes them better usable in parallel executed code. -
Refactor:help2now also works for functions loaded viadevtools. -
Fixed: functionnamed() -
Fixed: a bug in functionstub(), which caused the function to fail, when later arguments used the value of previous argument as inputs.
toscutil v2.7.4
CRAN release: 2023-09-05
-
Fixed: Fixed a bug incat2introduced in v2.7.3 that caused additional newlines to be added between each line of output.
toscutil v2.7.3
CRAN release: 2023-08-28
-
Fixed: when usingcat2to print to files theendpart kept getting printed to the console. This behavior is fixed now andendalso goes to the file.
toscutil v2.7.2
-
Fixed: AddedNEWS.mdto .Rbuildignore
toscutil v2.7.1
-
Fixed: Fixedsplit_docstring(). Docstrings ending with a keyword, e.g.@exportare now returned correctly without additional whitespace.
toscutil v2.7.0
-
Added: Added pkgdown website -
Added: Added functionscapture.output2(),dput2(),get_docstring(),get_formals(),update_docstring() -
Added: Added constantDOCSTRING_TEMPLATE -
Changed: Improved documentation for almost every function -
Removed: Removed function reference from README.md -
Deprecated: Functionscat0(),catn(),cat0n(),catsn(),catnn(),catfn()
toscutil v2.6.0
-
Added: Added functionhelp2 -
Infrastructure: Added function reference to README.md
toscutil v2.5.1
-
Fixed: Functionis.nonenow also handles atomic vectors of length 0, e.g.character(),numeric()andlogical()
toscutil v2.5.0
CRAN release: 2022-06-30
-
Added: Added functionscaller,function_locals,locals,now_msandstub -
Changed: Changed default values for functioncat2 -
Changed: Changed return value for functionnow. Timezone is not returned as well, i.e. instead of"2022-12-24 11:13:57"something like"2022-12-24 11:13:57 CEST"is returned. -
Changed: Added dependencies to core packages"methods"and"utils"and to 3rd party package"rlang". -
Changed: Changed package Title from “Utility Functions by Tobias Schmidt (ToSc)” to “Utility Functions” -
Fixed: Made functionpredict.numericmore robust (check for classes “matrix” and “array” is now done using functioninherits). -
Deprecated: Deprecated functionscat0,catn,cat0n,catsnandcatnn
toscutil v2.4.0
-
Added: Added functionsconfig_dir,data_dir,norm_path,config_file,xdg_data_home,xdg_config_home,
toscutil v2.1.0
CRAN release: 2022-02-22
-
Infrastructure: Added more details about package functionality and implemented methods in field Description of file DESCRIPTION -
Fixed: ReplacedFwithFALSEingetfd.{R|Rd} -
Fixed: Updated function documentation. Every function now contains at least the following roxygen tags:name,title,description,return, i.e., the corresponding*.Rd-files contain at least the following tags\name,\title,\value,\description. -
Added: Argumentendtocatvariants
toscutil v2.0.1
-
Fixed: Removedmanfolder from .gitignore -
Fixed: Changed License entry inDESCRIPTIONto MIT + file LICENSE to prevent R CMD check note -
Fixed: Made repo public to prevent invalid URL note in R CMD check -
Fixed: Converted title inDESCRIPTIONto title case to prevent R CMD check note
toscutil v2.0.0
-
Removed:cachefunction, because of downstream dependencies which caused problems with R CMD check -
Fixed: Documentation ofcat0,catn,cat0n -
Fixed: Documentation ofifthen -
Fixed: Documentation ofrm_all -
Changed:predict.numericto usepasteinstead ofglue::glueto remove the dependency on packageglue
toscutil v1.4.1
-
Fixed: filename of ./R/named.R (file extensions was missing) -
Infrastructure: migrated from gitlab to github -
Infrastructure: added github action for R CMD check.
toscutil v1.3.0
-
Fixed: functiongetfd.getfdnow returns the correct file directory also for scripts started throughRscript -
Added: optional parameteron.errortogetfd -
Added: optional parameterwinslashtogetfd