Updating log saving and laoding functions, vignettes for logs and working releases, various tests files and documentation#23
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| cli::cli_abort("{.field {folder}} is not available in {.field pip_folders}") | ||
| if (!is.null(name)) { | ||
| assign(name, folders, envir = parent.frame()) | ||
| } |
There was a problem hiding this comment.
@RossanaTat : Does this mean that if the name is not in folders we can assign a new folders with this function to the environment?
There was a problem hiding this comment.
Hey @dana89co, I pushed two more recent commits to modify these changes, so this part is not there anymore. (I'm keeping the function as it was before, I believe it is correct that way)
Updated:
logfunctions to work with {stamp} aliases, mostly loading and saving logs to disk