Skip to content

Commit

Permalink
README.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
prdm0 committed Apr 24, 2024
1 parent 81b53b0 commit e7cd5f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ knitr::opts_chunk$set(
)
```

# AcceptReject <img src="logo.png" align="right" width="100" />
# AcceptReject <img src="logo.png" align="right" width="200" />

[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/AcceptReject)](https://cran.r-project.org/package=AcceptReject)
[![R-CMD-check](https://github.com/prdm0/AcceptReject/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/prdm0/AcceptReject/actions/workflows/R-CMD-check.yaml)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# AcceptReject <img src="logo.png" align="right" width="100" />
# AcceptReject <img src="logo.png" align="right" width="200" />

[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/AcceptReject)](https://cran.r-project.org/package=AcceptReject)
[![R-CMD-check](https://github.com/prdm0/AcceptReject/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/prdm0/AcceptReject/actions/workflows/R-CMD-check.yaml)
Expand Down Expand Up @@ -284,7 +284,7 @@ case_1 <- accept_reject(
xlim = c(0, 10)
)
toc()
#> 0.394 sec elapsed
#> 0.439 sec elapsed

# Specifying the base probability density function
tic()
Expand All @@ -300,7 +300,7 @@ case_2 <- accept_reject(
c = 1.2
)
toc()
#> 0.144 sec elapsed
#> 0.142 sec elapsed

# Visualizing the results
p1 <- plot(case_1)
Expand Down
Binary file modified man/figures/README-unnamed-chunk-2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-unnamed-chunk-3-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e7cd5f0

Please sign in to comment.