Skip to content
Permalink
Browse files
Document from RStudio
  • Loading branch information
maurolepore committed Aug 17, 2020
1 parent 501203e commit 1680e8c32414ddc487efabd1ae9ae256b7bd3dbf
Showing 6 changed files with 16 additions and 5 deletions.
@@ -1,2 +1,3 @@
^toy\.Rproj$
^\.Rproj\.user$
^vignettes/articles$
@@ -17,3 +17,5 @@ Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1.9000
Suggests:
rmarkdown
3 R/a.R
@@ -1,10 +1,9 @@
#' Title
#' Aaaaaaaaaaaaaaa aaaaaaaaaaaa aaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaa aaaaaaaaaaaaa aaaaaaaa.
#'
#' @return A
#' @export
#'
#' @examples
#' @includeRmd vignettes/a.md
a <- function() {
"a"
}

Some generated files are not rendered by default. Learn more.

@@ -0,0 +1,2 @@
*.html
*.R
@@ -0,0 +1,5 @@
---
title: "a"
---

Aaa aaaaaaaa aaaaaaaaaaaaaaaaaa aaaaaaaaaaaa aaaaaaaaaaaaa aaaaaaaaaa aaaaaa aaaaaaaa.

0 comments on commit 1680e8c

Please sign in to comment.