Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C corescf
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Scientific Computing
  • bioinfo_team
  • corescf
  • Issues
  • #7

Closed
Open
Created Aug 22, 2019 by domingue@domingueGuest

Consider adding packages to dependencies

This would mean missing packages would be installed when coReSCF is installed. A few things to keep in mind

  • there are many packages which are needed directly for our functions, or indirectly for the workflow and it is hard to know which one is which.
  • We would need to defined the dependencies' versions, which is good practice for package version control, but it could lead to dependency hell. I would look in the logs of older project to see the minimum required versions. It could be either:
    • Imports, which just loads the package or
    • Depends which attaches it (similar to calling library(pkg))
  • another alternative would be to create a function load_core which would need to be called at the start of each script to attach all packages we need for our workflows, instead of having this silently inside .onAttach.

I will need some input on this.

Edited Aug 22, 2019 by domingue
Assignee
Assign to
Time tracking