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

Installable modules #77

Closed
wants to merge 29 commits into from
Closed

Installable modules #77

wants to merge 29 commits into from

Conversation

azimov
Copy link
Collaborator

@azimov azimov commented May 12, 2023

Draft PR for visibility.

The idea of this is to allow modules to be installed from disk and modules to be listable in a consistent manner.
All this does is what the r package manager does - creates an RDS file that stores what modules are installed.

I fully expect the instantiation to be the same as it currently is. But aims to make development and testing of modules significantly less painful with the principle that they are just folder structures and de-coupling them from remote URLs is definitely going to help with this!

Todo:

  • Modify existing module loading in analysis scripts which requires going to a remote URL
  • Create a module S3 for each module that you can load
  • Support loading by latest version by default
  • Test instantiation of module folders
  • Export and document variables

@azimov azimov closed this Jul 16, 2024
@azimov azimov deleted the installable-modules branch August 6, 2024 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant