postInstall | R Documentation |
code to run after installing a new version of this package.
postInstall(root = "/")
root |
character scalar path to root of installation.
Default: "/" This parameter allows testing the function without
clobbering system files. e.g. specifying
|
After (re-)installing the motusServer package, this function is executed to install files outside the R package tree, and set ownership and permissions appropriately. Details of which files are installed is in the file inst/root_overlay.md
If you install the motusServer R package using this command line:
sudo su -c 'cd /home/sg/src/motusServer; /usr/local/bin/rpack -g .' sg
then this function will be run by that script. Otherwise, you can do so manually from the shell like this:
Rscript -e 'motusServer:::postInstall()'
John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.