We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecafd98 commit 7780c25Copy full SHA for 7780c25
1 file changed
README.md
@@ -1,14 +1,16 @@
1
# LPJmL_RUtil
2
## How to install R package
3
-``bash
+```bash
4
git clone https://github.com/sinanshi/LPJmL_RUtil
5
sudo R CMD install LPJmL_RUtil
6
-``
+```
7
8
## How to call LPJmL_RUtil
9
-``R
+```R
10
library(lpjrutil)
11
12
## Notes
13
* from comments (Rd) to pdf:
14
- ```R CMD Rd2pdf LPJmL_RUtil```
+ ```
15
+R CMD Rd2pdf LPJmL_RUtil
16
0 commit comments