Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump up dev version #43

Merged
merged 2 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: vistributions
Type: Package
Title: Visualize Probability Distributions
Version: 0.2.0
Version: 0.2.0.9000
Authors@R: person("Aravind", "Hebbali", email = "[email protected]", role = c("aut", "cre"))
Description: Visualize and compute percentiles/probabilities of normal, t, f, chi square
and binomial distributions.
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# vistributions 0.2.0.9000

# vistributions 0.2.0

This is a minor release for bug fixes.
Expand Down
25 changes: 14 additions & 11 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
url: https://vistributions.rsquaredacademy.com
template:
bootstrap: 5

authors:
Aravind Hebbali:
href: https://www.aravindhebbali.com

templates:
params:
bootswatch: cosmo
bootswatch: cerulean
ganalytics: UA-57270671-33
docsearch:
api_key:
index_name: vistributions
index_name: vistribution

navbar:
title: "rbin"
title: "vistributions"
type: inverse
left:
- text: "Home"
Expand All @@ -28,20 +30,21 @@ navbar:
href: reference/index.html
- text: "News"
href: news/index.html
- text: "Blog"
href: https://blog.rsquaredacademy.com
- text: "Online Courses"
href: https://rsquared-academy.thinkific.com

right:
- icon: fa-github
href: https://github.com/rsquaredacademy/vistributions

home:
links:
- text: Learn more
href: https://www.rsquaredacademy.com
- text: Try shiny app
href: https://www.rsquaredcomputing.com/shiny/vistributions/
- text: Our R packages
href: https://pkgs.rsquaredacademy.com
- text: Read our blog
href: https://blog.rsquaredacademy.com
- text: Our ebooks
href: https://ebooks.rsquaredacademy.com
- text: Online courses
href: https://www.rsquaredacademy.com

reference:
- title: Shiny App
Expand Down
182 changes: 47 additions & 135 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading