maintain.packages {mvbutils}R Documentation

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

Details

copious details needed

Faq

How to set up a package from scratch

How to convert an existing package so it can be live-edited etc

See Also

fixr, pre.install, patch.installed

Examples

# whatever they are...
## Not run: 
# 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)
## End(Not run)

[Package mvbutils version 2.2.0 Index]