Skip to content

Commit dea11e5

Browse files
authored
Update README.md
Changed order of Installing and Dependencies
1 parent 61f3da6 commit dea11e5

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,6 @@ model to the time steps of delay between onset date of the event,
2525
death) and the date of report (*i.e.*, date of notification of the case
2626
or death).
2727

28-
## Installing
29-
30-
After have a proper `INLA` installation to install `nowcaster` package
31-
simply run the code below in R:
32-
33-
``` r
34-
devtools::install_github("https://github.com/covid19br/nowcaster")
35-
```
36-
37-
If you have any problem installing, please refer to next section on the
38-
dependencies of the package.
39-
4028
## Dependencies
4129

4230
`nowcaster` is based on the
@@ -66,6 +54,19 @@ If you want more detail on other possible installations of `INLA`,
6654
please refer to the official
6755
[page](https://www.r-inla.org/download-install) of the package.
6856

57+
58+
## Installing
59+
60+
After have a proper `INLA` installation to install `nowcaster` package
61+
simply run the code below in R:
62+
63+
``` r
64+
devtools::install_github("https://github.com/covid19br/nowcaster")
65+
```
66+
67+
If you have any problem installing, please refer to next section on the
68+
dependencies of the package.
69+
6970
## Similar Initiatives
7071

7172
There are other alternative packages, that can produce nowcasting

0 commit comments

Comments
 (0)