Skip to content

Commit 7780c25

Browse files
committed
Update README.md
1 parent ecafd98 commit 7780c25

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# LPJmL_RUtil
22
## How to install R package
3-
``bash
3+
```bash
44
git clone https://github.com/sinanshi/LPJmL_RUtil
55
sudo R CMD install LPJmL_RUtil
6-
``
6+
```
77

88
## How to call LPJmL_RUtil
9-
``R
9+
```R
1010
library(lpjrutil)
11-
``
11+
```
1212
## Notes
1313
* from comments (Rd) to pdf:
14-
```R CMD Rd2pdf LPJmL_RUtil```
14+
```
15+
R CMD Rd2pdf LPJmL_RUtil
16+
```

0 commit comments

Comments
 (0)