Skip to content

Commit 4b26cc9

Browse files
committed
solve note in win built; examples can't take longer than 10 seconds
1 parent 454c826 commit 4b26cc9

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

R/knit_tutorials.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
#' @returns No return value, called for side effects.
1313
#'
1414
#' @examples
15+
#' \dontrun{
1516
#' knit_tutorials(tutorial_paths = return_tutorial_paths("tutorial.helpers"))
17+
#' }
1618
#'
1719
#' @export
1820

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
<!-- README.md is generated from README.Rmd. Edit ONLY this file if you need to make a change in README.md. But, after you edit it, you NEED TO KNIT IT BY HAND in order to create the new README.md, which is the thing which is actually used. -->
2+
<!-- README.md is generated from README.Rmd. Edit ONLY this file if you need to make a change in README.md. But, after you edit it, you need to run devtools::build_readme() in order to create the new README.md, which is the thing which is actually used. -->
33

44
# Tutorial Helper Functions
55

man/knit_tutorials.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)