The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
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[@]dogado.de.

ubiquity R Workflow

R-CMD-check version cranlogs Active Lifecycle: Stable

Overview

Provides an interface to the R workflow for ubiquity: a set of modeling tools created to accelerate the development and deployment of models of drug disposition and efficacy within an organization or institution. It is designed to make model development easier, reduce the pain when moving between modeling software, and provide a simple but customizable interface to allow other scientists to interrogate models. It is provide free under a BSD license with source code available in GitHub (R-package, ubiquity project).

Installing ubiquity

For detailed software requirements and installation instructions see this page: (https://ubiquity.tools/rworkflow)

Briefly, install the following:

Then you can install ubiquity from CRAN

install.packages("ubiquity", dependencies=TRUE) 

Or install the development version from GitHub:

Note you may need to install the development version of onbrand from GitHub as well

# Installing devtools if it's not already installed
if(system.file(package="devtools") == ""){
  install.packages("devtools") 
}
devtools::install_github("john-harrold/ubiquity", dependencies=TRUE)

Getting started

For full documentation the ubiquity vignettes and manuals are available.

For more information on specific tasks see the following vignettes:

Changes and Updates

See the NEWS.md for details on differences between updates.

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.
Health stats visible at Monitor.