From a0b135a54a267f2821f38ae7d9fa92a7938d7301 Mon Sep 17 00:00:00 2001 From: Daria Zenkova Date: Wed, 17 Aug 2016 15:37:26 +0300 Subject: [PATCH] add pcaPlot --- DESCRIPTION | 7 +++++-- NAMESPACE | 5 +++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c92433a..7b28f0a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,8 +2,11 @@ Package: morpheusR Title: R-package for using in morpheus.js through opencpu Version: 0.0.0.9000 Authors@R: person("Daria", "Zenkova", email = "daria.zenkova.cs@gmail.com", role = c("aut", "cre")) -Description: This project is supposed to have several tools for plots and serious genome analysis with help of R/Bioconductor -Depends: R (>= 3.3.1) +Description: This project is supposed to have several tools for plots and + serious genome analysis with help of R/Bioconductor +Depends: + R (>= 3.3.1) License: GNU General Public License(GPL) Encoding: UTF-8 LazyData: true +RoxygenNote: 5.0.1.9000 diff --git a/NAMESPACE b/NAMESPACE index 884a631..5b9879b 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,2 +1,3 @@ -# Generated by roxygen2: fake comment so roxygen2 overwrites silently. -exportPattern("^[^\\.]") +# Generated by roxygen2: do not edit by hand + +export(pcaPlot) -- GitLab