Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobadenbaum/textables.jl
Publication quality regression and statistical tables
https://github.com/jacobadenbaum/textables.jl
latex regression regression-tables tables
Last synced: about 2 months ago
JSON representation
Publication quality regression and statistical tables
- Host: GitHub
- URL: https://github.com/jacobadenbaum/textables.jl
- Owner: jacobadenbaum
- License: other
- Created: 2018-06-27T05:18:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T01:56:48.000Z (8 months ago)
- Last Synced: 2024-10-31T17:06:11.274Z (about 2 months ago)
- Topics: latex, regression, regression-tables, tables
- Language: Julia
- Homepage:
- Size: 529 KB
- Stars: 39
- Watchers: 3
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TexTables.jl
[![CI](https://github.com/jacobadenbaum/TexTables.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/jacobadenbaum/TexTables.jl/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/jacobadenbaum/TexTables.jl/branch/master/graph/badge.svg?token=ehpys3uhdl)](https://codecov.io/gh/jacobadenbaum/TexTables.jl)
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://jacobadenbaum.github.io/TexTables.jl/stable)
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://jacobadenbaum.github.io/TexTables.jl/latest)The TexTables package provides an easy way for Julia users to quickly
build well-formated and publication-ready ASCII and LaTeX tables from a
variety of different data structures. It allows the user to easily
build complex tables from small, modular components in an object
oriented fashion, as well as providing some methods for easily
constructing common tables from regression output.This package is still in beta. I'm quite happy with it and I've been
using it (or some iteration of it) in my own work for quite a while.
But I'd appreciate feedback, feature requests, or pull requests (if you
want to help!).# Quickstart
TexTables is a registered Julia package, so it can be installed with the command
```julia
Pkg.add("TexTables")
```
For more usage details, please see the latest documentation.# Maintenance Status
This package is maintained, however it is no longer in active development. It works well enough for my purposes, and while I'm happy to review and merge PRs
(so long as the tests are passing), I'm not likely to put a lot of effort into
implementing new features. If someone is interested in working on this more actively,
I'm very open to bringing on another maintainer.