Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4cda2e7

Browse files
committed
Fix readme
1 parent389d513 commit4cda2e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎README.Rmd‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ To run the app once the package is installed:
5454
```{r example, eval = FALSE}
5555
library(visxhclust)
5656
# Increases max file size to 30 MB
57-
options(shiny.maxRequestSize = 30*1024^2
57+
options(shiny.maxRequestSize = 30*1024^2)
5858
run_app()
5959
```

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ To run the app once the package is installed:
7272
```r
7373
library(visxhclust)
7474
# Increases max file size to 30 MB
75-
options(shiny.maxRequestSize=30*1024^2
75+
options(shiny.maxRequestSize=30*1024^2)
7676
run_app()
7777
```

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp