Skip to content

Commit

Permalink
Url update.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaneplusplus committed Jul 19, 2022
1 parent 61bb512 commit 798c223
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
^docs$
^.*\.Rproj$
^\.Rproj\.user$
^CRAN-SUBMISSION$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"),
Expand Down
2 changes: 1 addition & 1 deletion vignettes/listdown.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 798c223

Please sign in to comment.