Skip to content

Commit

Permalink
Add zip
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Apr 4, 2019
1 parent 610cebd commit 23efb8d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ temp.Rmd
figures
_book
_main.*
adv-r-source.zip
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ RMarkdown
* Beware caching: after changing the size of an image you may need to
clear the cache before it is correctly updated.

To zip files to for publisher:

```
zip -r adv-r-source.zip . -x '_book/*' -x '_bookdown_files/*' -x main.pdf -x 'www/*' -x '.*'
```

## Code of conduct

Please note that Advanced R is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md).
Expand Down

0 comments on commit 23efb8d

Please sign in to comment.