targets
targets copied to clipboard
Function-oriented Make-like declarative workflows for R
# Prework * [x] I understand and agree to the [code of conduct](https://ropensci.org/code-of-conduct/) and the [contributing guidelines](https://github.com/ropensci/targets/blob/main/CONTRIBUTING.md). * [x] I have already submitted a [discussion topic](https://github.com/ropensci/targets/discussions) or [issue](https://github.com/ropensci/targets/issues) to discuss...
## Prework * [x] Read and agree to the [code of conduct](https://ropensci.org/code-of-conduct/) and [contributing guidelines](https://github.com/ropensci/targets/blob/main/CONTRIBUTING.md). * [x] If there is [already a relevant issue](https://github.com/ropensci/targets/issues), whether open or closed, comment on...
## Prework * [x] Read and agree to the [code of conduct](https://ropensci.org/code-of-conduct/) and [contributing guidelines](https://github.com/ropensci/targets/blob/main/CONTRIBUTING.md). * [x] If there is [already a relevant issue](https://github.com/ropensci/targets/issues), whether open or closed, comment on...
@shikokuchuo discovered an issue with how `targets` is using `digest` (either that or a bug in `digest`, depending on which behaviors were intended). C.f. https://github.com/shikokuchuo/secretbase/pull/5#issuecomment-1961169664. `targets` uses serialization version 3...
`targets` primarily relies on hashes to detect changes in files, but to speed up computation, it sometimes uses time stamps to check if a hash is even worth calculating. I...
# Prework * [x] I understand and agree to the [code of conduct](https://ropensci.org/code-of-conduct/) and the [contributing guidelines](https://github.com/ropensci/targets/blob/main/CONTRIBUTING.md). * [x] I have already submitted a [discussion topic](https://github.com/ropensci/targets/discussions) or [issue](https://github.com/ropensci/targets/issues) to discuss...
## Prework * [x] I understand and agree to [help guide](https://books.ropensci.org/targets/help.html). * [x] I understand and agree to [contributing guide](https://github.com/ropensci/targets/blob/main/CONTRIBUTING.md). * [x] New features take time and effort to create,...
I will be out of office on October 12-20. During that time, I will not be able to respond to new activity at https://github.com/ropensci/targets/issues and https://github.com/ropensci/targets/discussions. If you use targets,...
## Prework * [X ] I understand and agree to [help guide](https://books.ropensci.org/targets/help.html). * [ X] I understand and agree to [contributing guide](https://github.com/ropensci/targets/blob/main/CONTRIBUTING.md). * [ X] New features take time and...
`targets` makes heavy use of base R hash environments for its internal data structures. From https://r-lib.github.io/fastmap/#memory-leak-examples, this could be negatively impacting both memory and performance. `fastmap` and `collections` have more...