Browse Source

cloc

master
boB Rudis 6 years ago
parent
commit
986d88f007
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 1
      README.Rmd
  2. 4
      README.md

1
README.Rmd

@ -6,7 +6,6 @@ output: rmarkdown::github_document
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/htmltidy)](https://cran.r-project.org/package=htmltidy)
![downloads](http://cranlogs.r-pkg.org/badges/grand-total/htmltidy)
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}

4
README.md

@ -268,7 +268,7 @@ sum(map_int(book, nchar))
## [1] 207501
system.time(tidy_book <- tidy_html(book))
## user system elapsed
## 0.028 0.001 0.029
## 0.026 0.001 0.027
```
(It’s usually between 20 & 25 milliseconds to process those 202
@ -283,7 +283,7 @@ shabby.
| C/C++ Header | 37 | 0.47 | 5799 | 0.16 | 1227 | 0.20 | 2674 | 0.36 |
| C++ | 4 | 0.05 | 647 | 0.02 | 117 | 0.02 | 64 | 0.01 |
| R | 10 | 0.13 | 151 | 0.00 | 38 | 0.01 | 235 | 0.03 |
| Rmd | 1 | 0.01 | 53 | 0.00 | 52 | 0.01 | 68 | 0.01 |
| Rmd | 1 | 0.01 | 53 | 0.00 | 51 | 0.01 | 68 | 0.01 |
## Code of Conduct

Loading…
Cancel
Save