Skip to content

Commit

Permalink
Rudimentary packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark James Adams committed Aug 26, 2011
1 parent 875e7d1 commit c1e007d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions DESCRIPTION
@@ -0,0 +1,10 @@
Package: mcmcglamour
Title: Accessories for MCMCglmm
Version: 0.1
Author: Mark James Adams <mark@raysend.com>
Maintainer: Mark James Adams <mark@raysend.com>
Description: Utility functions for processing MCMCglmm model outputs
Suggests:
MCMCglmm,
coda
License: MIT
2 changes: 2 additions & 0 deletions NAMESPACE
@@ -0,0 +1,2 @@
export(reshape.VCV)

2 changes: 2 additions & 0 deletions MCMCglamour.R → R/MCMCglamour.R
@@ -1,4 +1,6 @@



match.length <- function(x) attr(x, 'match.length')

match.random <- function(x) {
Expand Down

0 comments on commit c1e007d

Please sign in to comment.