diff --git a/DESCRIPTION b/DESCRIPTION index c92433a0611987d9d88ef10f2005465897c81e92..7b28f0a11b0d8c63a5443b3234481ff0a4665003 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 884a6312ae55caf2d5bac006d43fab89d8545080..5b9879b8e92b88e210bc4e36a7334f394dc04c83 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)