library(xpose)
options(width = 100)

xpdb <- xpdb_ex_pk

knitr::opts_chunk$set(fig.dpi    = 96,
                      fig.align  = 'center', 
                      fig.height = 4, 
                      fig.width  = 4,
                      out.width  = '75%',
                      comment    = '')

How do I install xpose?

From CRAN (latest stable release)

  1. Install/update xpose with the following command:
    install.packages('xpose')

From github (current development version)

  1. Make sure you have the devtools package installed
  2. Install/update xpose with the following command:
    devtools::install_github('UUPharmacometrics/xpose')

Are xpose and xpose4 cross compatible packages?

No. While the philosophy behind xpose and xpose4 is similar these are two independent packages.

Are all xpose4 functionalities present in xpose?

Not yet. The new xpose package has been fully redesigned around ggplot2 and the focus is currently on establishing the bases with basic PK diagnostic plots. New features will be added through future updates.

How do I suggest an idea for a future version of xpose?

  1. Check on github that this idea has not yet been discussed
  2. Read the CONTRIBUTING.md document
  3. Open a new issue on github describing your idea

How do I report a bug found in xpose?

  1. Make sure you are running the latest version of xpose
  2. Check on github that this issue has not yet been reported
  3. Read the CONTRIBUTING.md document
  4. Open a new issue on github


guiastrennec/xpose documentation built on Feb. 16, 2024, 8:14 p.m.