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
- Host: GitHub
- URL: https://github.com/zachcp/drat
- Owner: zachcp
- Created: 2016-08-19T16:55:04.000Z (almost 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-08-19T17:04:36.000Z (almost 9 years ago)
- Last Synced: 2025-02-24T04:13:00.350Z (3 months ago)
- Size: 2.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.