From: Don Armstrong Date: Sat, 27 Sep 2014 01:14:35 +0000 (-0700) Subject: add description and namespace X-Git-Url: https://git.donarmstrong.com/?p=plotprotein.git;a=commitdiff_plain;h=63b0ea62166bc37159b046abfa939f91541022e6 add description and namespace --- diff --git a/DESCRIPTION b/DESCRIPTION new file mode 100644 index 0000000..59b24a5 --- /dev/null +++ b/DESCRIPTION @@ -0,0 +1,9 @@ +Package: plotprotein +Type: Package +Title: Protein Plotting Routines +Version: 1.0 +Date: 2014-09-25 +Author: Don Armstrong +Maintainer: Don Armstrong +Description: Plovides routines for plotting proteins (currently alignments) using grid graphics +License: GPL-3+ diff --git a/NAMESPACE b/NAMESPACE new file mode 100644 index 0000000..d75f824 --- /dev/null +++ b/NAMESPACE @@ -0,0 +1 @@ +exportPattern("^[[:alpha:]]+")