Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Maintainer: Norm Matloff <normmatloff@gmail.com>
Date: 2025-02-16
Title: Top Frequency-Based Parallel Coordinates
Description: Parallel coordinate plotting without the "black screen" problem
Depends: R (>= 3.2.0), data.table, plotly, freqparcoord, partools
Imports:
Depends: R (>= 3.2.0), plotly, freqparcoord, partools
Imports: data.table
Suggests: rmarkdown, knitr
VignetteBuilder: knitr
LazyLoad: no
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import(freqparcoord)
import(data.table)

importFrom("grDevices", "as.raster", "colorRampPalette", "png")
importFrom("graphics", "axis", "lines", "par", "plot",
Expand All @@ -9,6 +8,7 @@ importFrom("utils", "head")
importFrom(data.table,as.data.table)
importFrom(data.table,is.data.table)
importFrom(data.table,".N")
importFrom(data.table,data.table)
importFrom("stats", "complete.cases")
importFrom("utils", "data")
importFrom("plotly", "plot_ly")
Expand Down