add tests
Showing 3 of 68 files from the diff.
R/vdist-t.R
changed.
R/vdist-f.R
changed.
R/vdist-normal.R
changed.
Other files ignored by Codecov
docs/LICENSE.html
has changed.
docs/CODE_OF_CONDUCT.html
has changed.
docs/index.html
has changed.
docs/reference/index.html
has changed.
docs/reference/vdist_t.html
has changed.
man/figures/README-normal-3.png
has changed.
docs/reference/vdist_chisquare_plot.html
has changed.
man/figures/README-normal-1.png
has changed.
README.Rmd
has changed.
docs/articles/index.html
has changed.
docs/articles/introduction-to-vistributions.html
has changed.
docs/reference/vdist_f_plot.html
has changed.
docs/news/index.html
has changed.
docs/reference/vdist_normal_plot.html
has changed.
man/figures/README-normal-2.png
has changed.
docs/reference/vdist_launch_app.html
has changed.
docs/authors.html
has changed.
docs/LICENSE-text.html
has changed.
tests/testthat/test-binomial.R
has changed.
_pkgdown.yml
has changed.
README.md
has changed.
docs/reference/vistributions.html
has changed.
DESCRIPTION
has changed.
docs/reference/vdist_binom_plot.html
has changed.
tests/testthat/test-visual.R
is new.
tests/figs/deps.txt
is new.
.travis.yml
has changed.
@@ -60,7 +60,7 @@
Loading
60 | 60 | ggplot2::theme(plot.title = ggplot2::element_text(hjust = 0.5), |
|
61 | 61 | plot.subtitle = ggplot2::element_text(hjust = 0.5)) |
|
62 | 62 | ||
63 | - | print(gplot) |
|
63 | + | return(gplot) |
|
64 | 64 | ||
65 | 65 | } |
|
66 | 66 |
@@ -182,7 +182,7 @@
Loading
182 | 182 | ggplot2::scale_y_continuous(breaks = NULL) + |
|
183 | 183 | ggplot2::scale_x_continuous(breaks = -5:5) |
|
184 | 184 | ||
185 | - | print(gplot) |
|
185 | + | return(gplot) |
|
186 | 186 | ||
187 | 187 | } |
|
188 | 188 |
@@ -349,7 +349,7 @@
Loading
349 | 349 | shape = 4, color = 'red', size = 3) |
|
350 | 350 | } |
|
351 | 351 | ||
352 | - | print(gplot) |
|
352 | + | return(gplot) |
|
353 | 353 | ||
354 | 354 | } |
|
355 | 355 |
@@ -78,7 +78,7 @@
Loading
78 | 78 | color = '#FF4500') |
|
79 | 79 | } |
|
80 | 80 | ||
81 | - | print(gplot) |
|
81 | + | return(gplot) |
|
82 | 82 | ||
83 | 83 | } |
|
84 | 84 |
@@ -187,7 +187,7 @@
Loading
187 | 187 | ggplot2::scale_y_continuous(breaks = NULL) + |
|
188 | 188 | ggplot2::scale_x_continuous(breaks = 0:5) |
|
189 | 189 | ||
190 | - | print(gplot) |
|
190 | + | return(gplot) |
|
191 | 191 | ||
192 | 192 | } |
|
193 | 193 |
@@ -296,7 +296,7 @@
Loading
296 | 296 | ggplot2::scale_y_continuous(breaks = NULL) + |
|
297 | 297 | ggplot2::scale_x_continuous(breaks = 0:max(l)) |
|
298 | 298 | ||
299 | - | print(gplot) |
|
299 | + | return(gplot) |
|
300 | 300 | ||
301 | 301 | } |
|
302 | 302 |
@@ -70,7 +70,7 @@
Loading
70 | 70 | ggplot2::geom_polygon(data = poly_data, mapping = ggplot2::aes(x = x, y = y), fill = col[i]) |
|
71 | 71 | } |
|
72 | 72 | ||
73 | - | print(gplot) |
|
73 | + | return(gplot) |
|
74 | 74 | } |
|
75 | 75 | ||
76 | 76 | #' @rdname vdist_normal_plot |
@@ -200,7 +200,7 @@
Loading
200 | 200 | ggplot2::scale_y_continuous(breaks = NULL) + |
|
201 | 201 | ggplot2::scale_x_continuous(breaks = l) |
|
202 | 202 | ||
203 | - | print(gplot) |
|
203 | + | return(gplot) |
|
204 | 204 | ||
205 | 205 | } |
|
206 | 206 |
@@ -340,7 +340,7 @@
Loading
340 | 340 | ggplot2::scale_y_continuous(breaks = NULL) + |
|
341 | 341 | ggplot2::scale_x_continuous(breaks = l) |
|
342 | 342 | ||
343 | - | print(gplot) |
|
343 | + | return(gplot) |
|
344 | 344 | ||
345 | 345 | } |
|
346 | 346 |
Files | Coverage |
---|---|
R | 92.42% |
Project Totals (8 files) | 92.42% |
43.1
43.3
43.4
43.2
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.