Skip to content

Commit 6c2ade6

Browse files
committed
fix issues from winbuilder
1 parent 6e162c9 commit 6c2ade6

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Authors@R:
3232
)
3333
Description: A utility to facilitate the logging and review of R programs in clinical trial programming workflows.
3434
License: MIT + file LICENSE
35-
URL: https://pharmaverse.github.io/logrx, https://github.com/pharmaverse/logrx
35+
URL: https://pharmaverse.github.io/logrx/, https://github.com/pharmaverse/logrx
3636
BugReports: https://github.com/pharmaverse/logrx/issues
3737
Encoding: UTF-8
3838
LazyData: true

vignettes/logrx.Rmd

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,13 @@ The purpose of the `logrx` package is to generate a log upon execution of an R s
3030
axecute("my_script.R")
3131
```
3232

33-
3433
## `logrx` addin:
3534

3635
A log can be generated using the ```{logrx}``` addin, which is a simple point and click interface that allows you to run a single program. The Addin ships with the package and is available once you use install the package. The gif on the [Get Started](https://pharmaverse.github.io/logrx/index.html) page gives a quick snapshot of its intended use.
3736

3837
# Log attributes
3938

40-
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
39+
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. To see an example of what is included in a log file for an `adsl.R` script see [Logging for an ADSL dataset](https://pharmaverse.github.io/logrx/articles/adsl_demo.html).
4140

4241
The following attributes are recorded in the log:
4342

@@ -68,7 +67,3 @@ list of packages and functions.
6867
* **Messages, Output and Results (optional)** - List of Messages, Outputs and Results created during execution of the script. In certain situations the log will not capture these if they are redirected to a different location.
6968
* **Extra Info (optional)** - Extra info that use can manually add via a list object
7069
* **Log Output File** - Name and path of the log
71-
72-
Below we have an example of what is included in a log file for an `adsl.R` script.
73-
74-
<iframe width="700" height="400" src='articles/adsl_log.html'/>

0 commit comments

Comments
 (0)