Skip to content

Commit

Permalink
rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru committed Aug 20, 2024
1 parent 7ec7bf2 commit 185238a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Package
Package: roxy.shinylive
Title: A roxygen2 Extension for Shinylive
Title: A Roxygen2 Extension for Shinylive
Version: 0.0.0.9001
Authors@R: c(
person("Pawel Rucki", , , "pawel.rucki@roche.com", role = c("aut", "cre")),
Expand Down Expand Up @@ -36,5 +36,5 @@ Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Collate:
'examplesShinylive.R'
'tag_examplesShinylive.R'
'parse_url.R'
File renamed without changes.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ pak::pak("insightsengineering/roxy.shinylive")
## Usage

In your `DESCRIPTION` file, add the following:

```yaml
Roxygen: list(markdown = TRUE, packages = c("roxy.shinylive"))
```
Then in your package documentation:
```r
#' (docs)
#' @examplesShinylive
Expand Down
2 changes: 1 addition & 1 deletion man/tag-examplesShinyLive.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.

0 comments on commit 185238a

Please sign in to comment.