show_repo_url
option in axecute()
to
capture repo URL(s) into log file (#167)include_rds
argument to axecute()
to
export log as rds fileread_log_file()
to read logrx log file as optional
functionlibrary_call_linter()
to ensure all library calls
are at the top of the script (#163)axecute()
still accessible via log_write()
(#182)axecute()
works with
.Rmd
files (#140)>3.5
to >4.0
in DESCRIPTION
file (#198)across()
and update
.data$var
top new syntax to match updates in source
packages (#172){dplyr}
version requirementget_used_functions
(#154)Major update release for logrx
Package has moved from atorus-research
to
pharmaverse
organization.
{logrx}
now produces a unique hash sum for each log
file and script (#29)Updated the run environment to be a child of the global
environment instead of a child of the logrx
package
namespace. This fixes the issue of logrx
using internally
imported versions of functions in the place of user imported version of
functions. (#104)
get_used_functions()
now works for scripts with no
functions (#111)
Add options vignette and move all options for logrx
to be set on package load if not set by user prior (#110)(#124)
Added vignette showcasing {logrx}
working with
{tidylog}
package (#97)
Update documentation to exported and non-exported functions (#106)(#120)
Fix typo in and re-format approved vignette (#105)
Update logrx vignette to describe log attributes in more details (#119)(#136)(#137)
Add vignette to execution vignette to help users better understand executing code and the different ways it can be done (#72)(#73)
Address CRAN comments about documentation.
Beta release for logrx
to_report
param to axecute()
to give
users ability to filter out which pieces are reportedaxecute()
to determine if
there were errorsbuild_approved()
and corresponding vignetteInitial alpha release of logrx
See the GitHub release tracker for additional release documentation and links to issues.