README.md 792 Bytes
Newer Older
Nicolau Manubens's avatar
Nicolau Manubens committed
Welcome to the MEDSCOPE GitLab website
======================================

This website graphically displays the MEDSCOPE Git project. It allows you to monitor its progress and to interact with other developers via the Issues section.

While it provides some very basic tools to add and modify files in the Git project, if you plan on contributing, you shoul rather clone the project on your workstation and evolve it using the basic Git commands (clone, branch, add, commit, push, merge, ...).

The source code of the MEDSCOPE prototype will be structured as an R package. The code of each function should live in a separate file with the .R extension under the R folder, and the documentation of each function should live in a separate file with the .Rd extension under the man folder.