For using Incanter in my onw projects I use Leiningen, but the *.exe and *.jar files are cool to show Incanter to persons which have no IDE for clojure right at hand (or any other toll/libarary which can be used with clojure), and it is a nice tool to make some demos.


Am 09.06.2013 18:18, schrieb Alex Ott:
I'll try to upload new versions there during next days. Right now, the simplest way to get new version is to create new lein project & add incanter as dependency:

(defproject test-incanter "0.1.0-SNAPSHOT"
  :description "FIXME: write description"
  :url "http://example.com/FIXME";
  :license {:name "Eclipse Public License"
            :url "http://www.eclipse.org/legal/epl-v10.html"}
  :dependencies [[org.clojure/clojure "1.5.1"]
                 [incanter "1.5.0"]])



On Sun, Jun 9, 2013 at 5:09 PM, Marcus Lindner <marcus.goldritter.lind...@gmail.com <mailto:marcus.goldritter.lind...@gmail.com>> wrote:

    Thanks for the new release.

    Will the changes be also available in files which are downloadable
    on this link (http://incanter.org/downloads/)?

    I used these files often to create some ad hoc graphics or a
    method to show others what can be done.


    Am 09.06.2013 14 <tel:09.06.2013%2014>:16, schrieb Alex Ott:

        I'm happy to announce, that Incanter 1.5.0 was pushed to
        Clojars. Full list of changes is in the Changelog:
        https://github.com/liebke/incanter/blob/master/Changes.md,
        please check the "Known issues" section.

        Incanter (http://incanter.org/) is a Clojure-based, R-like
        platform for statistical computing and graphics.  Incanter can
        be used as a standalone, interactive data analysis environment
        or embedded within other analytics systems as a modular suite
        of libraries.

-- With best wishes, Alex Ott
        http://alexott.net/
        Twitter: alexott_en (English), alexott (Russian)
        Skype: alex.ott
-- -- You received this message because you are subscribed to the Google
        Groups "Clojure" group.
        To post to this group, send email to clojure@googlegroups.com
        <mailto:clojure@googlegroups.com>
        Note that posts from new members are moderated - please be
        patient with your first post.
        To unsubscribe from this group, send email to
        clojure+unsubscr...@googlegroups.com
        <mailto:clojure%2bunsubscr...@googlegroups.com>
        For more options, visit this group at
        http://groups.google.com/group/clojure?hl=en
        ---
        You received this message because you are subscribed to the
        Google Groups "Clojure" group.
        To unsubscribe from this group and stop receiving emails from
        it, send an email to clojure+unsubscr...@googlegroups.com
        <mailto:clojure%2bunsubscr...@googlegroups.com>.
        For more options, visit https://groups.google.com/groups/opt_out.



-- -- You received this message because you are subscribed to the Google
    Groups "Clojure" group.
    To post to this group, send email to clojure@googlegroups.com
    <mailto:clojure@googlegroups.com>
    Note that posts from new members are moderated - please be patient
    with your first post.
    To unsubscribe from this group, send email to
    clojure+unsubscr...@googlegroups.com
    <mailto:clojure%2bunsubscr...@googlegroups.com>
    For more options, visit this group at
    http://groups.google.com/group/clojure?hl=en
    --- You received this message because you are subscribed to the
    Google Groups "Clojure" group.
    To unsubscribe from this group and stop receiving emails from it,
    send an email to clojure+unsubscr...@googlegroups.com
    <mailto:clojure%2bunsubscr...@googlegroups.com>.
    For more options, visit https://groups.google.com/groups/opt_out.





--
With best wishes,                    Alex Ott
http://alexott.net/
Twitter: alexott_en (English), alexott (Russian)
Skype: alex.ott
--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to