This project template
Explore the docs »
Report Bug
·
Request Feature
Lisp-Stat is an environment for statistical computing, similar to R. Since it is written in Common Lisp, applications written with Lisp-Stat are also suitable for enterprise application deployment.
This example Lisp-Stat project is a basic template that you can use to get your own project started. The system demonstrates loading, analysing, plotting and saving data.
To use this template as a start for your own data analysis project:
-
Click Use this template
-
Select a name for your new project and click Create repository from template
-
Make your own local working copy of your new repo using
git clone
, replacing https://github.com/me/example.git with your repo's URL:git clone --depth 1 https://github.com/me/example.git
-
You can now edit your own versions of the site's source files.
See the manual section Your first project for information on the contents and how to use the starter project.
This system is part of the Lisp-Stat project; that should be your first stop for information. Also see the community page for more information.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. Please see CONTRIBUTING.md for details on the code of conduct, and the process for submitting pull requests.
This template is distributed under the Apache license. You may change the license as required to suit your project requirements.
Project Link: https://github.com/lisp-stat/project-template