Skip to content

Commit

Permalink
Move tkrplot and tcltk to "Suggests" for Apple Silicon compability.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicebread committed Dec 9, 2020
1 parent 3ea26a7 commit 0a10adc
Show file tree
Hide file tree
Showing 7 changed files with 197 additions and 203 deletions.
14 changes: 7 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Encoding: UTF-8
Package: RSA
Type: Package
Title: Response Surface Analysis
Version: 0.10.1
Date: 2020-06-30
Version: 0.10.2
Date: 2020-12-09
Authors@R: c(
person(c("Felix"), "Schönbrodt", email = "felix@nicebread.de", role = c("cre", "aut")),
person("Sarah", "Humberg", role = c("aut"))
Expand All @@ -23,8 +23,9 @@ Suggests:
rgl,
qgraph,
tcltk,
testthat,
covr
tkrplot,
testthat,
covr
Depends:
R (>= 2.15.0),
lavaan (>= 0.5.20),
Expand All @@ -34,7 +35,6 @@ Imports:
plyr,
RColorBrewer,
aplpack,
tkrplot,
methods
methods
License: GPL (>= 2)
RoxygenNote: 7.1.0
RoxygenNote: 7.1.1
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ import(RColorBrewer)
import(ggplot2)
import(lattice)
import(lavaan)
import(tcltk)
import(tkrplot)
importFrom(aplpack,compute.bagplot)
importFrom(grDevices,colorRamp)
importFrom(grDevices,colorRampPalette)
Expand Down

0 comments on commit 0a10adc

Please sign in to comment.