faq.md
... ...
@@ -0,0 +1,13 @@
1
+## BioGrids FAQ
2
+
3
+## How do I confirm the version of R I am using?
4
+
5
+---
6
+
7
+Within your R code:
8
+`> system("type R")
9
+R is /programs/x86_64-linux/r/3.6.2/bin/R
10
+> library(ggplot2)
11
+> packageVersion("ggplot2")
12
+[1] '3.2.1'
13
+>`