12 | | To obtain the latest stable release of the `ecomsUDG.Raccess` package (and the associated dependencies), type the following commands from your R console: |
| 12 | To obtain the latest stable release of the `ecomsUDG.Raccess` package, it is recommended to use the `devtools` utility to install packages from GitHub. First check that devtools is installed on your system, otherwise install it by typing: |
| 13 | |
| 14 | {{{ |
| 15 | #!text/R |
| 16 | if (!require("devtools")) install.packages("devtools") |
| 17 | }}} |
| 18 | |
| 19 | The, the package and associated dependencies are installed by following the adequate order by entering: |