Selecting subsets of data from arrays, vectors and data-frames
Explore the docs »
Report Bug · Request Feature · Reference Manual
This library provides:
select
. Unless you want to define additional methods for select
, this is pretty much all you need from this library. See the documentation for a tutorial.To get a local copy up and running follow these steps:
An ANSI Common Lisp implementation. Developed and tested with SBCL and CCL.
cd ~/quicklisp/local-projects && git clone https://github.com/Lisp-Stat/select.git
(asdf:clear-source-registry)
The API documentation is in the docs/
directory and is available in emacs info format, PDF and HTML. You can also view the documentation online.
The most frequently used form is:
(select object selection1 selection2 ...)
where each selection specifies a set of subscripts along the corresponding axis. The selection specifications are found in the documentation.
For more examples, please refer to the Reference Manual
See the open issues for a list of proposed features (and known issues).
Select
is known to pass all tests on SBCL and ACL (Allegro Common Lisp), and fails two tests on CCL related to vector/array representations. The specifics are described in issue #3. I suspect this to be a bug somewhere in CCL. Version 1.12 of CCL doesn't run on MS Windows, so the obvious next step is not available (install 1.12 and try). It could also be specific to MS Windows. If someone successfully gets this to run on another platform, I'd appreciate hearing about it.
This system is part of the Lisp-Stat project; that should be your first stop for information. Also see the resources and community pages 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 our code of conduct, and the process for submitting pull requests.
Distributed under the MS-PL License. See LICENSE
for more information.
Project Link: https://github.com/lisp-stat/select
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4