Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbgruber/amcat-book
manual for the amcat suite of packages
https://github.com/jbgruber/amcat-book
Last synced: 30 days ago
JSON representation
manual for the amcat suite of packages
- Host: GitHub
- URL: https://github.com/jbgruber/amcat-book
- Owner: JBGruber
- Created: 2022-11-07T16:28:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T15:29:23.000Z (over 1 year ago)
- Last Synced: 2024-10-15T04:11:54.553Z (2 months ago)
- Language: TeX
- Homepage: https://amcat.nl/book
- Size: 1.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The amcat book
To view this book, visit https://amcat.nl/book/.
To preview the book as a website:
```bash
git clone https://github.com/ccs-amsterdam/amcat-book.git
quarto preview
```To render as book (html and pdf):
```bash
quarto render
```This needs a working amcat instance though.
You can use the included [makefile](makefile) to spin one up and render the book:```bash
make all
```## Install dependencies
You need [quarto]() and [R]() to render the book.
To handle required packages, the project uses a virtual environment (for both R and Python) with [renv](https://github.com/rstudio/renv/).
To automatically install all required R packages use:```r
install.packages("renv")
```