Skip to content

Commit

Permalink
Fixed warnings and most notes from devtools::check
Browse files Browse the repository at this point in the history
  • Loading branch information
JBGruber committed Feb 26, 2018
1 parent 03a8171 commit 319eeb6
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 125 deletions.
4 changes: 2 additions & 2 deletions rDNA/DESCRIPTION
@@ -1,5 +1,5 @@
Package: rDNA
Version: 2.0.4
Version: 2.0.5
Date: 2018-02-20
Title: R Bindings for the Discourse Network Analyzer
Authors@R: c( person("Philip", "Leifeld", email = "Philip.Leifeld@glasgow.ac.uk", role =
Expand All @@ -12,7 +12,7 @@ Description: Control the Java software Discourse Network Analyzer (DNA) from
Depends:
R (>= 2.14),
rJava (>= 0.5-0)
Imports: igraph, stats, ggplot2, ggraph, vegan, scales
Imports: igraph (>= 1.1.0), stats (>= 3.4.3), ggplot2 (>= 2.2.1), ggraph (>= 1.0.1), vegan (>= 2.4.6), scales (>= 0.5.0)
SystemRequirements: Java (>= 1.8)
License: GPL-3
LazyData: true
Expand Down
13 changes: 11 additions & 2 deletions rDNA/NAMESPACE
Expand Up @@ -15,6 +15,15 @@ export(dna_timeWindow)
export(lvmod)
import(ggplot2)
import(ggraph)
import(igraph)
import(rJava)
import(stats)
importFrom(igraph,cluster_louvain)
importFrom(igraph,graph.adjacency)
importFrom(igraph,modularity)
importFrom(stats,as.dendrogram)
importFrom(stats,cutree)
importFrom(stats,dendrapply)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,is.leaf)
importFrom(stats,setNames)
importFrom(vegan,vegdist)

0 comments on commit 319eeb6

Please sign in to comment.