Skip to content

Commit

Permalink
made plotting full lazy requiring R
Browse files Browse the repository at this point in the history
  • Loading branch information
behrica committed May 8, 2024
1 parent 33d8b7e commit c952bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/clojisr/v1/applications/plotting_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
(:require [clojisr.v1.applications.plotting :as plot]
[clojisr.v1.r :as r]
[clojure.string :as str]
[clojisr.v1.applications.plotting :refer [plot->svg plot->file plot->buffered-image]]
[clojure.test :refer [is deftest]]))

(require '[clojisr.v1.applications.plotting :refer [plot->svg plot->file plot->buffered-image]])
(r/require-r '[graphics :refer [plot hist]])

(deftest plot-svg
Expand Down

0 comments on commit c952bed

Please sign in to comment.