From 63b0ea62166bc37159b046abfa939f91541022e6 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 26 Sep 2014 18:14:35 -0700 Subject: [PATCH] add description and namespace --- DESCRIPTION | 9 +++++++++ NAMESPACE | 1 + 2 files changed, 10 insertions(+) create mode 100644 DESCRIPTION create mode 100644 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:]]+") -- 2.39.2