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
  • #16

Closed
Open
Created Jan 09, 2020 by domingue@domingueGuest

Increase package loading transparency

Right now once corescf is loaded a number of other packages is loaded / installed silently in the background. whilst this might be useful in most of our daily work it is has some side effects such as conflicts with already loaded packages and renv (#13 (closed)).

An alternative solution, which only adds a single line to our workflow is to explicitly call the packages after loading:

library(corescf)
load_packs()

This explicit behaviour also makes debugging easier in case of an error. Furthermore, it should print a message with the list of loaded packages.

Edited Jan 09, 2020 by domingue
Assignee
Assign to
Time tracking