knitr::opts_chunk$set(echo = TRUE)

0.3.5.1

Added

  • NEWS.md file to track changes to the package.
  • pretty_namespaces
    • Function that autoappends namespace to functions in script by searchpath order.
  • create_yml
    • Functions that creates _sinewconfig.yml in the current project root directory, and updates .Rbuildignore.

Updated

  • makeImport
    • Writes directly to DESCRIPTION file.
  • untangle
    • Create the body.R file in the working directory instead of the directory where the functions are created.
    • Naming scheme for files is updated to replace all . in function names to _.

Removed

0.3.5.2

Updated

  • Fixed bug in pretty_namespace when global env is empty.

0.3.6

Added

  • pretty_namespace
    • add console summary output for changes in file

Updated

  • Fixed bugs in pretty_namespace
    • correct shift in lines with multiple namespaces
    • search only exported namespace functions
    • function split up into smaller functions found in pretty_utils

0.4.0

Added

  • make_force_packages
    • create lists for usage with pretty_namespace force argument.

0.5.0

Added

  • Add snakecase versions of function names make_dictionary(), make_oxygen(), and make_oxy_file()
  • makeOxygen()
    • Create column descrition for data frame documentation using column label attributes if use_labels = TRUE
    • Add support for documenting vector data objects
    • Copy documentation to clipbboard with {clipr} (#74) if copy = TRUE
    • Add option to use Markdown-style documentation (converted with {roxygen2md} (#78) if markdown = TRUE
    • Add title and description argument to optionally override placeholder values
  • makeOxyFile()
    • Expose added parameters from makeOxygen(): print (default to FALSE) and markdown
    • Add dir.out parameter to allow saving to custom directory

Updated

  • Adopt {cli} package for errors, warnings, and messages and drop {crayon} package
  • makeDictionary()
    • Fixed bug with handling of file path inputs



metrumresearchgroup/sinew documentation built on Feb. 28, 2024, 3:13 a.m.