Skip to content

Commit

Permalink
Updates for #184
Browse files Browse the repository at this point in the history
  • Loading branch information
1beb committed Sep 9, 2020
1 parent d992cf3 commit e9234d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Authors@R: c(
URL: https://github.com/Crunch-io/crunchtabs
BugReports: https://github.com/Crunch-io/crunchtabs/issues
License: LGPL (>= 3)
Remotes: haozhu233/kableExtra
Depends:
R (>= 3.5.0),
crunch
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,9 @@ writeExcel(ct_summary, filename = "output") # output.xlsx will be written

## Generating Codebooks

To generate a codebook, you must install the development version of kableExtra
Generating a codebook is easy!

```
devtools::install_github("haozhu233/kableExtra")
# library(crunchtabs)
# login()
Expand Down

0 comments on commit e9234d2

Please sign in to comment.