Skip to content

How to work with and contribute to POSTED

If you want to use POSTED or even contribute to its development, you first need to get/install POSTED in one of two ways:

Installing POSTED as a package

You can install the posted Python package via:

# when using poetry
poetry add git+https://github.com:PhilippVerpoort/posted.git

# when using pip
pip install git+https://github.com:PhilippVerpoort/posted.git
A PyPI package will be made available at a later stage.

You can install the posted R package using install_github from devtools via:

install_github('PhilippVerpoort/posted')
A CRAN package will be made available at a later stage.

This will allow you to use the data contained in POSTED's public database and general-purpose functions from the NOSLAG and TEAM frameworks.

Cloning POSTED from source