Skip to content

Commit

Permalink
updated vignettes for branch and keyboard shortcut #117
Browse files Browse the repository at this point in the history
  • Loading branch information
abhsarma committed Aug 4, 2024
1 parent 98c5f31 commit 746b6ab
Show file tree
Hide file tree
Showing 23 changed files with 208 additions and 89 deletions.
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ importFrom(styler,style_text)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest_longer)
importFrom(tidyr,unnest_wider)
importFrom(tidyselect,everything)
importFrom(tidyselect,starts_with)
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Alternately, users can insert a multiverse code block using a keyboard shortcut.

- Tools > Addins > Browse Addins… > Keyboard Shortcuts
- Next, in the filter input field, type *multiverse*. You will see one result with "Insert multiverse code chunk" as the name.
- Click on the Shortcut field and press Cmd+Option+M (on Mac OS) or Ctrl+Shift+Alt+M (on Windows).
- Click on the Shortcut field and press Cmd+Shift+M (on Mac OS) or Ctrl+Shift+Alt+M (on Windows). Note that these are the recommended shortcuts, but you should feel free to use whatever you prefer.
- Click "Apply" and exit the dialog box

Please refer to \\link{multiverse-in-rmd} for more details on using the multiverse code blocks with RMarkdown. The vignette also contains information on steps for debugging some of the common problems in assigning keyboard shortcuts.
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,9 @@ code block inside a RMarkdown document through the following steps:
- Tools \> Addins \> Browse Addins… \> Keyboard Shortcuts
- Next, in the filter input field, type *multiverse*. You will see one
result with “Insert multiverse code chunk” as the name.
- Click on the Shortcut field and press Cmd+Option+M (on Mac OS) or
Ctrl+Shift+Alt+M (on Windows).
- Click on the Shortcut field and press Cmd+Shift+M (on Mac OS) or
Ctrl+Shift+Alt+M (on Windows). Note that these are the recommended
shortcuts, but you should feel free to use whatever you prefer.
- Click “Apply” and exit the dialog box

Please refer to \link{multiverse-in-rmd} for more details on using the
Expand Down Expand Up @@ -568,7 +569,7 @@ extract_variables(M, df.filtered)
#> 1 1 no_exclusion <named list [1]> <named list> <env> <lgl>
#> 2 2 most_extreme <named list [1]> <named list> <env> <lgl>
#> 3 3 two_most_extreme <named list [1]> <named list> <env> <lgl>
#> # ℹ 1 more variable: df.filtered <list>
#> # ℹ 1 more variable: df.filtered <named list>
```

## Building up a complete analysis
Expand Down
104 changes: 98 additions & 6 deletions docs/articles/branch.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions docs/articles/multiverse-in-rmd.html

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

Binary file removed docs/deps/Roboto-0.4.9/KFOmCnqEu92Fr1Mu4WxKOzY.woff2
Binary file not shown.
Binary file removed docs/deps/Roboto-0.4.9/KFOmCnqEu92Fr1Mu4mxK.woff2
Binary file not shown.
Binary file removed docs/deps/Roboto-0.4.9/KFOmCnqEu92Fr1Mu5mxKOzY.woff2
Binary file not shown.
Binary file not shown.
Binary file removed docs/deps/Roboto-0.4.9/KFOmCnqEu92Fr1Mu7GxKOzY.woff2
Binary file not shown.
Binary file removed docs/deps/Roboto-0.4.9/KFOmCnqEu92Fr1Mu7WxKOzY.woff2
Binary file not shown.
Binary file removed docs/deps/Roboto-0.4.9/KFOmCnqEu92Fr1Mu7mxKOzY.woff2
Binary file not shown.
63 changes: 0 additions & 63 deletions docs/deps/Roboto-0.4.9/font.css

This file was deleted.

4 changes: 2 additions & 2 deletions docs/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ articles:
export-milliways: export-milliways.html
multiverse-in-rmd: multiverse-in-rmd.html
visualising-multiverse: visualising-multiverse.html
last_built: 2024-08-03T16:48Z
last_built: 2024-08-04T03:38Z
urls:
reference: http://mucollective.github.io/multiverse/reference
article: http://mucollective.github.io/multiverse/articles
Expand Down
1 change: 1 addition & 0 deletions docs/reference/branch.html

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

1 change: 1 addition & 0 deletions docs/reference/execute.html

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

12 changes: 11 additions & 1 deletion docs/reference/extract_variables.html

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

2 changes: 2 additions & 0 deletions docs/reference/inside.html

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

2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion man/extract_variables.Rd

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

Loading

0 comments on commit 746b6ab

Please sign in to comment.