Skip to content

Commit

Permalink
fix: ignore html documents for test. output ex1 as html. prevent pdf …
Browse files Browse the repository at this point in the history
…from being created. some typos
  • Loading branch information
bms63 committed Sep 26, 2023
1 parent 76aaec8 commit 27afc8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/testthat/ref/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.log
*.html
2 changes: 2 additions & 0 deletions tests/testthat/ref/ex1.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "ex1"
date: "2023-07-06"
output: html_document
---

## R Markdown
Expand All @@ -19,6 +20,7 @@ summary(cars)
You can also embed plots, for example:

```{r pressure, echo=FALSE}
pdf(NULL)
plot(pressure)
```

Expand Down
2 changes: 1 addition & 1 deletion vignettes/logrx.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ A log can be generated using the ```{logrx}``` addin, which is a simple point an

# Log attributes

We have compiled a brief overview of the information that we capture in the log file generated by `{logrx}`. We also users to customize sections of the log based on their needs for a log, e.g. you can toggle on/off the messages, outputs, errors and messages. You can also build into your log approved and unapproved packages used in your R script - see [Logging Unapproved Package and Function Use]( https://pharmaverse.github.io/logrx/articles/approved.html) for additional guidance
We have compiled a brief overview of the information that we capture in the log file generated by `{logrx}`. We allow users to customize sections of the log based on their needs for a log, e.g. you can toggle on/off the messages, outputs, errors and messages. You can also build into your log approved and unapproved packages used in your R script - see [Logging Unapproved Package and Function Use]( https://pharmaverse.github.io/logrx/articles/approved.html) for additional guidance

The following attributes are recorded in the log:

Expand Down

0 comments on commit 27afc8b

Please sign in to comment.