Skip to content

Commit

Permalink
Merge pull request #14 from poissonconsulting/upkeep
Browse files Browse the repository at this point in the history
Upkeep
  • Loading branch information
dunkenwg authored Oct 31, 2024
2 parents 248a379 + baf952d commit 36b38ad
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 9 deletions.
Empty file removed .github/dep-suggests-matrix.json
Empty file.
1 change: 0 additions & 1 deletion .github/versions-matrix.json

This file was deleted.

11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

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

# yesno <img src="man/figures/logo.png" align="right" />
Expand Down Expand Up @@ -34,17 +33,13 @@ The second, `yesno2()`, ask a yes-no question with two custom responses.

To install the latest release from [CRAN](https://cran.r-project.org)

``` r
install.packages("yesno")
```
install.packages("yesno")

To install the developmental version from
[GitHub](https://github.com/poissonconsulting/yesno)

``` r
# install.packages("remotes")
remotes::install_github("poissonconsulting/yesno")
```
# install.packages("remotes")
remotes::install_github("poissonconsulting/yesno")

## Demonstration

Expand Down
Binary file added pkgdown/favicon/apple-touch-icon.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 added pkgdown/favicon/favicon-48x48.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 added pkgdown/favicon/favicon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions pkgdown/favicon/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions pkgdown/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
Binary file added pkgdown/favicon/web-app-manifest-192x192.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 added pkgdown/favicon/web-app-manifest-512x512.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 36b38ad

Please sign in to comment.