forked from hyginn/rete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
37 lines (24 loc) · 1.06 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
rete
Network topology analysis
The 2017 BCB420 / JTB2020 class project in computational systems biology
/ applied bioinformatics at the University of Toronto. If you are not enrolled
in this class, this code is unlikely to be useful to you.
----------------------------------------------
This package follows the structure and process
suggested by Hadley Wickham in:
R Packages
http://r-pkgs.had.co.nz/
-----------------------------------------------
Some useful keyboard shortcuts for package authoring:
Build and Reload Package: 'Cmd + Shift + B'
Update Documentation: 'Cmd + Shift + D' or devtools::document()
Test Package: 'Cmd + Shift + T'
Check Package: 'Cmd + Shift + E'
-----------------------------------------------
Run before every commit:
library(devtools)
devtools::check() # or Cmd + Shift + E
DO NOT SUBMIT CODE that does not pass without error, warnings and notes.
-----------------------------------------------
Load the package (outside of this project) with:
devtools::install_github("hyginn/rete")