An open API service indexing awesome lists of open source software.

https://github.com/zachcp/drat

Zach's drat repository
https://github.com/zachcp/drat

Last synced: 3 months ago
JSON representation

Zach's drat repository

Awesome Lists containing this project

README

        

# zachcp/drat

Our [drat](https://github.com/eddelbuettel/drat) repository. Please see [the webpage](https://zachcp.github.io/drat) for more information.

# Updating the website

To rebuild the repository install `drat.builder` with

```
# install drat and drat builder
devtools::install_github("richfitz/drat.builder")

drat:::add("zachcp")
install.packages("drat.builder")
```

Rebuild the repository with:
```
drat.builder::build()
```

Or from the command line with

```
./drat.builder
```

After rebuilding, push with:

```
git push
```

If you removed history (with the `drop_history` argument or `--drop-history` switch) then you'll need to add a `-f` to that push.