Skip to content

Commit

Permalink
Merge pull request #17 from s-u/master
Browse files Browse the repository at this point in the history
move loon to Suggests to make zenplots avaiable on macOS and non-GUI machines
  • Loading branch information
rwoldford committed Nov 7, 2023
2 parents 2f5431d + 9342431 commit 713e80a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Author: Marius Hofert [aut], Wayne Oldford [aut, cre]
Maintainer: Wayne Oldford <rwoldford@uwaterloo.ca>
URL: https://github.com/great-northern-diver/zenplots
Depends: R (>= 3.4.0)
Imports: grid, graphics, loon, stats, methods, MASS, graph, PairViz
Imports: grid, graphics, stats, methods, MASS, graph, PairViz
Suggests: knitr, rmarkdown, Rgraphviz, ADGofTest, copula, Matrix, pcaPP, qqtest,
qrmdata, qrmtools, rugarch, zoo, ggplot2, lattice, gridExtra,
scagnostics, testthat
scagnostics, testthat, loon
Enhances:
License: GPL-2 | GPL-3
NeedsCompilation: yes
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export(zenplot)
import(PairViz)
import(graphics)
import(grid)
import(loon)
importFrom(MASS,kde2d)
importFrom(PairViz,bipartite_graph)
importFrom(PairViz,eseq)
Expand Down
1 change: 0 additions & 1 deletion R/zenplots.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#'
#' @import graphics
#' @import grid
#' @import loon
#' @importFrom MASS kde2d
#' @importFrom tcltk tktoplevel tktitle<- tkgrid tkconfigure tkgrid.rowconfigure tkgrid.columnconfigure tkframe tkpack
#' @importFrom graph ftM2graphNEL
Expand Down

0 comments on commit 713e80a

Please sign in to comment.