Skip to content

Best Practice for Pipelines On Top of Packages #1229

Closed Answered by wlandau
kyle-messier asked this question in Help
Discussion options

You must be logged in to vote

I have found it easiest to have at least some separation. Maybe the package implements the kinds of functions that each target calls, and maybe the package even writes a _targets.R file. But then the actual instance of _targets.R and any scripts sourced from _targets.R are best to put in a separate project outside the source code of your package. https://books.ropensci.org/targets/packages.html might help too.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@wlandau
Comment options

@kyle-messier
Comment options

@wlandau
Comment options

@kyle-messier
Comment options

Answer selected by kyle-messier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
2 participants
Converted from issue

This discussion was converted from issue #1228 on February 06, 2024 18:06.