https://github.com/richfitz/drat
:package:
https://github.com/richfitz/drat
Last synced: 7 months ago
JSON representation
:package:
- Host: GitHub
- URL: https://github.com/richfitz/drat
- Owner: richfitz
- Created: 2015-06-01T01:47:44.000Z (about 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-02-28T16:09:38.000Z (over 9 years ago)
- Last Synced: 2025-01-20T22:53:51.657Z (over 1 year ago)
- Language: HTML
- Homepage: https://richfitz.github.io/drat
- Size: 11.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# richfitz/drat
Our [drat](https://github.com/eddelbuettel/drat) repository. Plaese see [the webpage](https://outbreakresources.github.io/drat) for more information.
# Updating the website
To rebuild the repository install `drat.builder` with
```
drat:::add("richfitz")
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.