The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

AIRSHIP - An Interactive R-SHIny apP for data visualization

 

General Information

This app is designed to plot simulation results of clinical trials. Its main feature is allowing users to simultaneously investigate the impact of several simulation input dimensions through dynamic filtering of the simulation results. A more detailed description of the core app can be found in Meyer et al. Please note that the app has evolved since the paper was published. The app is optimized for FACTS - Fixed and Adaptive Clinical Trial Simulator - simulation output files, but can be used with any dataset in .csv format.

The app can be installed and run locally, or accessed through the live version.

Installation and Execution

You can install the latest stable version from GitHub using:

# install.packages("devtools")
devtools::install_github("el-meyer/airship@*release")

and run the app using:

library(airship)
airship()

The development version can be installed using:

# install.packages("devtools")
devtools::install_github("el-meyer/airship")

In some instances, the installation may fail and error with an uninformative “lazy-loading” error. Installing Rtools may solve the problem. This is particularly true when running Windows on a VM on an ARM based machine.

Documentation

Please see the reference manual for more information on the usage of this package. You can also directly jump to the vignette or one of the examples: example1 and example2.

Funding

Elias Laurin Meyer is a salaried employee of Berry Consultants and was previously a member of the EU-PEARL consortium.

EU-PEARL (EU Patient-cEntric clinicAl tRial pLatforms) project has received funding from the Innovative Medicines Initiative (IMI) 2 Joint Undertaking (JU) under grant agreement No 853966. This Joint Undertaking receives support from the European Union’s Horizon 2020 research and innovation program and EFPIA and Children’s Tumor Foundation, Global Alliance for TB Drug Development non-profit organization, Springworks Therapeutics Inc. This publication reflects the authors’ views. Neither IMI nor the European Union, EFPIA, or any Associated Partners are responsible for any use that may be made of the information contained herein.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.