Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement/run app via package installation #123

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

docs: add a comment before require

4e78b01
Select commit
Loading
Failed to load commit list.
Draft

Enhancement/run app via package installation #123

docs: add a comment before require
4e78b01
Select commit
Loading
Failed to load commit list.
Task list completed / task-list-completed Started 2024-11-15 12:26:32 ago

0 / 8 tasks completed

8 tasks still to be completed

Details

Required Tasks

Task Status
add ... to the signature to be able to pass arguments to shiny::runApp() such as host, port, etc Incomplete
remove all import comments due to their redundant nature: the app should require all imports that are listed in the packages NAMESPACE file Incomplete
call require() insider the function to load all required libraries Incomplete
move TLG data sample into inst folder, so that it can be properly loaded by the package Incomplete
export some utility functions that are used by the app Incomplete
user can install the package from github via pak::pak("pharmaverse/aNCA") Incomplete
user can run the app via aNCA::run_app() Incomplete
README contains information on how to install & run the app Incomplete
Package version is bumped Incomplete
Code passes lintr checks Incomplete
Code passes all unit tests Incomplete
New logic covered by unit tests Incomplete
New logic is documented Incomplete