From 3480b9e99dc2d5fc67b8335fa33c9e4ae21703c6 Mon Sep 17 00:00:00 2001 From: Chan-Yub Park Date: Thu, 23 Aug 2018 00:45:44 +0900 Subject: [PATCH 1/3] Update reprex-dos-and-donts.Rmd --- vignettes/reprex-dos-and-donts.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/reprex-dos-and-donts.Rmd b/vignettes/reprex-dos-and-donts.Rmd index 6cd07537..a5c31343 100644 --- a/vignettes/reprex-dos-and-donts.Rmd +++ b/vignettes/reprex-dos-and-donts.Rmd @@ -80,7 +80,7 @@ The reprex code: * Should be easy for others to digest, so **they don't necessarily have to run it**. You are encouraged to include selected bits of output. :scream: - * Should be easy for others to copy + paste + run, **iff they so choose**. Don't let inclusion of output break executability. + * Should be easy for others to copy + paste + run, **if they so choose**. Don't let inclusion of output break executability. Accomplished like so: From 9f77ff17d119c556f7f1eb16fd28e8cf9c3fb1db Mon Sep 17 00:00:00 2001 From: Chan-Yub Park Date: Thu, 23 Aug 2018 01:36:40 +0900 Subject: [PATCH 2/3] Update reprex-dos-and-donts.Rmd --- vignettes/reprex-dos-and-donts.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/reprex-dos-and-donts.Rmd b/vignettes/reprex-dos-and-donts.Rmd index a5c31343..6d3db9f3 100644 --- a/vignettes/reprex-dos-and-donts.Rmd +++ b/vignettes/reprex-dos-and-donts.Rmd @@ -80,7 +80,7 @@ The reprex code: * Should be easy for others to digest, so **they don't necessarily have to run it**. You are encouraged to include selected bits of output. :scream: - * Should be easy for others to copy + paste + run, **if they so choose**. Don't let inclusion of output break executability. + * Should be easy for others to copy + paste + run, **iff(if and only if) they so choose**. Don't let inclusion of output break executability. Accomplished like so: From 036068c8e2b82eb0f4d6e7ec66998f3c470e4fff Mon Sep 17 00:00:00 2001 From: Chan-Yub Park Date: Thu, 23 Aug 2018 10:28:46 +0900 Subject: [PATCH 3/3] Update reprex-dos-and-donts.Rmd --- vignettes/reprex-dos-and-donts.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/reprex-dos-and-donts.Rmd b/vignettes/reprex-dos-and-donts.Rmd index 6d3db9f3..d6eb4fc5 100644 --- a/vignettes/reprex-dos-and-donts.Rmd +++ b/vignettes/reprex-dos-and-donts.Rmd @@ -80,7 +80,7 @@ The reprex code: * Should be easy for others to digest, so **they don't necessarily have to run it**. You are encouraged to include selected bits of output. :scream: - * Should be easy for others to copy + paste + run, **iff(if and only if) they so choose**. Don't let inclusion of output break executability. + * Should be easy for others to copy + paste + run, **if and only if they so choose**. Don't let inclusion of output break executability. Accomplished like so: