Package 'mvbjoblot'

Title: One-stop-shop installer
Description: Installs all packages required for MVB CKMR course
Authors: Mark V. Bravington
Maintainer: Mark V. Bravington <[email protected]>
License: GPL-3
Version: 1.0.3
Built: 2025-01-08 03:11:29 UTC
Source: https://github.com/markbravington/mvbjoblot

Help Index


Automatically install certain other packages

Description

The package mvbjoblot imports several of my other packages, so install.packages("mvbjoblot") should automatically install them all without you naming them. The function mvbjoblot only exists so that the package builds nicely! The purpose is only installation, so you should never need to actually library(mvbjoblot) (which will unnecessarily load all the dependencies)— although that might be the only way to see this documentation :/ !

As of July 2024, the packages that get installed are probably:

  "mvbutils, atease, debug, offarray, offartmb, despack, deconvodisc, microscoping"

but you can see the actual list via the following, which does not actually load this package nor its dependencies:o

  packageDescription( 'mvbjoblot', fields='Imports')

Usage

mvbjoblot()  # keep R happy