LogoLogo
  • About this Documentation
  • Getting started
    • Initial Resources
    • OSPSuite Architecture
  • Setup
    • Git Workflow
    • C# Coding Standards
    • Setting up the developer environment for C#
  • OSPSuite-R Setup
    • Setup OSPSuite-R on Windows
    • Setup OSPSuite-R on CentOS7
    • Setup OSPSuite-R on Ubuntu
  • R Development Resources
    • R Development Collaboration Guide
    • R Coding Standards
    • Best Practices R
    • R Code structure
  • .NET Code Specifics
    • Serialization
    • Unit and Integration Testing
    • Commands
    • Debugging
    • Data Binding
  • PK-Sim Database
    • PK-Sim Database Description
  • Sim Model
    • Finding Memory Leaks
  • Algorithms
    • Algorithm for Individual Creation
Powered by GitBook
On this page

About this Documentation

NextInitial Resources

Last updated 1 year ago

This documentation describes the . Its main aim is to facilitate easier onboarding of new developers to OSPSuite platform. Additionally, it functions as a documentation of the design decisions and provides an overview of the Suite.

However, the goal is not to document the implementation per se, developers should be able to use Visual Studio or RStudio to understand those details. Therefore, the goal of this repository is not to duplicate the details of the implementation in written form, but to provide enough detail that a developer starting on the project should be able to more quickly understand the design decisions. That should make it easier to understand the implementation through reading the code itself.

Open Systems Pharmacology Codebase