Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

As a developer who is not coordinating the development of the package your work really starts here. You clone the package repository using the SSH link to your local computer, from GitHub, organise your development folder/directory, write your functions, check/test them and 'push' them into your GitHub branch. The package we develop in this tutorial will contains four functions: Two functions that return some summary statistics to the analyst (aggregate functions) and two other functions that store their output on the server site (assign functions) and return nothing to the analyst. The concept of aggregate and server site functions is central to the DataSHIELD approach, you can read a brief explanation of it here.

Child pages (Children Display)
 


Warning
titleMake you are on your branch!

From here on and always when you open your Rstudio for some development the first task is to ensure you are on your branch. This is of paramount importance to ensure organised distributed development and avoid potential havoc. Follow the instructions below to ensure you are on your branch.

...

Code Block
languagexml
git checkout branchName


Section

 
Section