Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmzn committed Feb 3, 2018
1 parent cbf0ac4 commit 93a20ec
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@
Probability Distributions Viewer
=====================

![demo](https://github.com/ksmzn/ShinyDistributionsApp/blob/master/doc/demo.png)
![demo](https://github.com/ksmzn/ProbabilityDistributionsViewer/blob/master/doc/demo.png)

[http://statdist.ksmzn.com](http://statdist.ksmzn.com)

Expand All @@ -11,7 +11,7 @@ You can modify their parameters, and check how they influence the distributions.

The web app was authored by <a href="https://twitter.com/ksmzn">@ksmzn</a> using the <a href="http://shiny.rstudio.com/">Shiny</a> R web app framework and the NVD3.js graphing framework. <a href="https://twitter.com/kaz_yos">@kaz_yos</a> translated it into English.

- The original code is avaialbe at: https://github.com/ksmzn/ShinyDistributionsApp
- The original code is avaialbe at: https://github.com/ksmzn/ProbabilityDistributionsViewer

### References

Expand Down
2 changes: 1 addition & 1 deletion README_ja.md
@@ -1,7 +1,7 @@
Probability Distributions Viewer
=====================

![demo](https://github.com/ksmzn/ShinyDistributionsApp/blob/master/doc/ja/demo.png)
![demo](https://github.com/ksmzn/ProbabilityDistributionsViewer/blob/master/doc/ja/demo.png)

## どんなアプリ?

Expand Down
3 changes: 1 addition & 2 deletions markdown/about.md
Expand Up @@ -6,8 +6,7 @@ You can modify their parameters, and check how they influence the distributions.

The web app was authored by <a href="https://twitter.com/ksmzn">@ksmzn</a> using the <a href="http://shiny.rstudio.com/">Shiny</a> R web app framework and the NVD3.js graphing framework. <a href="https://twitter.com/kaz_yos">@kaz_yos</a> translated it into English.

- The original code is avaialbe at: https://github.com/ksmzn/ShinyDistributionsApp
- The English translation is avialble at: https://github.com/kaz-yos/ShinyDistributionsApp
- The original code is avaialbe at: https://github.com/ksmzn/ProbabilityDistributionsViewer

### References

Expand Down
2 changes: 1 addition & 1 deletion markdown/about_ja.md
Expand Up @@ -19,7 +19,7 @@ URLをコピーすれば、シェアすることも可能です。
- 言語切り替え機能を作成しました。
右上の選択ボタンからどうぞ。
現在対応しているのは日本語と英語です。
その他の言語の対応は未定ですが、[PullRequest](https://github.com/ksmzn/ShinyDistributionsApp/pulls) は大歓迎です。
その他の言語の対応は未定ですが、[PullRequest](https://github.com/ksmzn/ProbabilityDistributionsViewer/pulls) は大歓迎です。
よろしくお願いします。

**【2015年1月14日 追記】**
Expand Down
4 changes: 2 additions & 2 deletions server.R
Expand Up @@ -100,7 +100,7 @@ server <- function(input, output, session) {
),
menuItem(
"Source code", icon = icon("github"),
href = "http://github.com/ksmzn/ShinyDistributionsApp"
href = "http://github.com/ksmzn/ProbabilityDistributionsViewer"
),
tags$li(
a(
Expand Down Expand Up @@ -173,4 +173,4 @@ server <- function(input, output, session) {
callDistributionModule(nbinom, initParams, i18n)
callDistributionModule(pois, initParams, i18n)
callDistributionModule(dunif, initParams, i18n)
}
}

0 comments on commit 93a20ec

Please sign in to comment.