We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Though these two components of {mandrake} have reasonably high cohesion, they have distinctly different applications:
{mandrake}
roxygen components:
decoration components
visNetwork
{drake}
Projects / packages that produce drake::drake_plans() will:
drake::drake_plans()
packages that provide data analysis/transformation/manipulation functions will:
The shared components are the API for data consumption / production - the colspec format, and the caching / consumption mechanism thereof.
Given that decoration relies on roxygen, this mechanism should probably belong to the roxygen component.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Though these two components of
{mandrake}
have reasonably high cohesion, they have distinctly different applications:roxygen components:
decoration components
visNetwork
graph, and is tightly integrated with{drake}
.Projects / packages that produce
drake::drake_plans()
will:packages that provide data analysis/transformation/manipulation functions will:
The shared components are the API for data consumption / production - the colspec format, and the caching / consumption mechanism thereof.
Given that decoration relies on roxygen, this mechanism should probably belong to the roxygen component.
The text was updated successfully, but these errors were encountered: