Skip to content

Commit

Permalink
💚 Corrected a number of issues presented by R CMD check such as param…
Browse files Browse the repository at this point in the history
…eter names & namespace issues. Check now produces notes & warnings. Deleted unnecessary LICENCE file
  • Loading branch information
ampatzia committed Jul 19, 2017
1 parent f885903 commit 4c86620
Show file tree
Hide file tree
Showing 26 changed files with 278 additions and 934 deletions.
9 changes: 6 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Title: Pangenome Statistical Analysis for R
Version: 0.0.9
Author: Stelios Batziakas
Maintainer: Stelios Batziakas <ampatziakas@gmail.com>
Description: A package that reads genome clustering results and allows
their statistical analysis
Description: Functions to read genome clustering results and allows
their statistical analysis in the context of a pangenomic analysis.
License: GPL-3
Encoding: UTF-8
LazyData: true
Expand All @@ -16,7 +16,10 @@ Depends:
stringr,
readr,
fpc,
micropan
micropan
Imports: magrittr,
ggplot2,
dplyr
RoxygenNote: 6.0.1
Suggests: knitr,
rmarkdown
Expand Down
674 changes: 0 additions & 674 deletions LICENSE

This file was deleted.

24 changes: 22 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
exportPattern("^[[:alpha:]]+")
importFrom("stats")
# Generated by roxygen2: do not edit by hand

export(cluster_number)
export(cp_plot)
export(gp_plot)
export(grid_plot)
export(make_panmatrix)
export(make_panmatrix_fami)
export(make_panmatrix_fami2)
export(mg_plot)
export(org_names)
export(org_names_fami2)
export(organism_names_panmatrix_fami)
export(panm_summary)
export(pm_binom)
export(pm_chao)
export(pm_cluster)
export(pm_fluidity)
export(pm_fluidity_all)
export(pm_heaps)
export(pm_plot)
importFrom(magrittr,"%>%")
Loading

0 comments on commit 4c86620

Please sign in to comment.