From 798c2233d0687aa38b94a50b94740cc69784c87c Mon Sep 17 00:00:00 2001 From: Michael Kane Date: Tue, 19 Jul 2022 10:05:19 -0400 Subject: [PATCH] Url update. --- .Rbuildignore | 1 + DESCRIPTION | 2 +- vignettes/listdown.rmd | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index c701eeb..479068a 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -16,3 +16,4 @@ ^docs$ ^.*\.Rproj$ ^\.Rproj\.user$ +^CRAN-SUBMISSION$ diff --git a/DESCRIPTION b/DESCRIPTION index be8416f..0c388f6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: listdown Title: Create R Markdown from Lists -Version: 0.5.1 +Version: 0.5.2 Authors@R: c( person("Michael J.", "Kane", role = c("aut", "cph", "cre"), diff --git a/vignettes/listdown.rmd b/vignettes/listdown.rmd index bab00ea..9e318f2 100644 --- a/vignettes/listdown.rmd +++ b/vignettes/listdown.rmd @@ -110,7 +110,7 @@ doc <- c( cat("\n", paste(doc, collapse = "\n")) ``` -The `listdown()` function provides *document-wide* R chunk options for displaying computational components. The chunk options are exactly the same as those in the R markdown document and can be used to tailor the default presentation for a variety of needs. The complete set of options can be found in the [R Markdown Reference Guide](https://rstudio.com/wp-content/uploads/2015/03/rmarkdown-reference.pdf). As a concrete example, the code used to create present the plots could be hidden in the output document using the following code. +The `listdown()` function provides *document-wide* R chunk options for displaying computational components. The chunk options are exactly the same as those in the R markdown document and can be used to tailor the default presentation for a variety of needs. The complete set of options can be found in the [R Markdown Reference Guide](https://www.rstudio.com/wp-content/uploads/2015/03/rmarkdown-reference.pdf). As a concrete example, the code used to create present the plots could be hidden in the output document using the following code. ```{r} ld <- listdown(load_cc_expr = readRDS("comp-comp.rds"),