• Replace knitr::wrap with knitr::sew
  • replace details::use_details action to add details to Imports instead of Suggests in DESCRIPTION file
  • add fig.width, fig.height fig.dim chunk option control for interactive details engine use
  • add knitr chunk engine to run details in RMarkdown
  • add dots to the details function to pass arguments to the object print method
  • fix bug with singleton non character objects
  • add details::use_details to set up DESCRIPTION file to use details in documentation
  • Import knit_print methods
  • Add option to set lang to NULL for raw script in details function
  • Added a NEWS.md file to track changes to the package.