Type: Package
Title: Addin for the 'logrx' Package
Version: 0.0.1
Description: This is an extension package to 'logrx', which is a log creation program focused on Clinical Reporting within the Pharma Industry. This package enables a simple 'shiny-based' Add-in that provides a point and click interface to produce a log for a single program.
License: MIT + file LICENSE
URL: https://github.com/pharmaverse/logrxaddin
Encoding: UTF-8
Imports: logrx, stringr, miniUI, rstudioapi, shiny, waiter,
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-04-27 23:59:10 UTC; r590548
Author: Ben Straub [aut, cre]
Maintainer: Ben Straub <ben.x.straub@gsk.com>
Repository: CRAN
Date/Publication: 2025-04-29 08:50:07 UTC

Creation of the logrx RStudio Addin

Description

logrxaddin creates the miniUI for the logrx RStudio Addin

Usage

logrxaddin()

Value

MiniUI for the logrx Rstudio Addin for submitting an R file to logrx to generate a log for the file.

Examples

# It is recommended to run the Addin from the RStudio Addin drop down. However,
# you can call it from the command line.
## Not run: 
logrxaddin::logrxaddin()

## End(Not run)