Skip to content

Commit

Permalink
Added jquery library dependency; also a possible fix for issue #59
Browse files Browse the repository at this point in the history
  • Loading branch information
bwlewis committed May 24, 2017
1 parent 9b5be2b commit 9534d67
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
Loading

1 comment on commit 9534d67

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/scatterplot.R:265:30: style: Remove spaces before the left parenthesis in a function call.

x <- lapply(x, function(x) (x[, 1:3, drop=FALSE] - rep(mn, each = n)) / (rep(mx - mn, each = n)))
                             ^

Please sign in to comment.