Skip to content
New issue

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

Decouple scda in goshawk and teal.goshawk #222

Closed
Assignees
Labels

Comments

@gogonzo
Copy link
Contributor

gogonzo commented Jun 29, 2023

Related to insightsengineering/nestdevs-tasks#1

Summary

After careful observation, it appears that the scda package is not essential for teal. Consequently, it is advantageous for us to separate scda from teal.

Acceptance Criteria

  • Instead of using scda please save scda datasets (only those used in goshawk and teal.goshawk) to data directory in goshawk. Reuse the same datasets in goshawk and teal.goshawk
  • Revise the roxygen examples to use the minimal example data.
  • If applicable, Update the unit tests to utilize the new data.
  • Update affected vignettes.
  • Update DESCRIPTION file to remove scda and related packages.
  • Update staged_dependencies.yml
@gogonzo gogonzo self-assigned this Jun 29, 2023
@gogonzo gogonzo added the core label Jun 29, 2023
@gogonzo gogonzo removed their assignment Jun 29, 2023
@gogonzo gogonzo changed the title Decouple scda Decouple scda in goshawk and teal.goshawk Jun 30, 2023
@m7pr m7pr self-assigned this Jul 11, 2023
m7pr added a commit to insightsengineering/scda.2022 that referenced this issue Jul 12, 2023
Fixes insightsengineering/teal.goshawk#222

Signed-off-by: Marcin <133694481+m7pr@users.noreply.github.com>
m7pr added a commit to insightsengineering/scda that referenced this issue Jul 12, 2023
Fixes insightsengineering/teal.goshawk#222

Signed-off-by: Marcin <133694481+m7pr@users.noreply.github.com>
m7pr added a commit to insightsengineering/goshawk that referenced this issue Jul 12, 2023
Fixes insightsengineering/teal.goshawk#222

Also needed to remove it from scda and scda.2022 packages
insightsengineering/scda#127
insightsengineering/scda.2022#126

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
m7pr added a commit that referenced this issue Jul 12, 2023
Fixes #222

Also needed to remove it from scda and scda.2022 packages
insightsengineering/scda#127
insightsengineering/scda.2022#126
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment