Learn R Programming

mvbutils (version 2.2.0)

maintain.packages: Not documented yet!

Description

Set up packages for live-editing.

Usage

# In your .First, after library( mvbutils)
maintain.packages(..., character.only = FALSE)

Arguments

...
names of your packages, unquoted unless...
character.only
...is TRUE

Faq

How to set up a package from scratch How to convert an existing package so it can be live-edited etc

Details

copious details needed

See Also

fixr, pre.install, patch.installed

Examples

Run this code
# whatever they are...
# In your .First:
library( mvbutils)
maintain.packages( myfirstpack, mysecondpack, mythirdpack)
# or...
live.edit.list <- c( 'myfirstpack', 'mysecondpack', 'mythirdpack')
maintain.packages( live.edit.list, character.only=TRUE)

Run the code above in your browser using DataLab