1
0
Fork
You've already forked pippy
0

Warn/Error if underlying version of R or packages change #8

Open
opened 2026年07月14日 17:38:28 +02:00 by TimTaylor · 0 comments

Package and base R / stats functions are not hashed. This means that changes to these (i.e. updates) could invalidate the cached output without us knowing. We definitely want to warn in this situation but perhaps we should error. We can allow an argument to configure behaviour but what should the default be. Something like

run_pipeline <- function(
 ..., 
 on_package_update = c("warn", "error", "),
 ...
)
Package and base R / stats functions are not hashed. This means that changes to these (i.e. updates) could invalidate the cached output without us knowing. We definitely want to warn in this situation but perhaps we should error. We can allow an argument to configure behaviour but what should the default be. Something like ```R run_pipeline <- function( ..., on_package_update = c("warn", "error", "), ... ) ```
Sign in to join this conversation.
No Branch/Tag specified
main
pages
No results found.
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
TimTaylor/pippy#8
Reference in a new issue
TimTaylor/pippy
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?