Skip to content

Commit

Permalink
last update of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nevrome committed Mar 18, 2022
1 parent 9f298c8 commit f175c9a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 20 deletions.
35 changes: 16 additions & 19 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,30 @@ Title: This is a placeholder.
Version: 0.0.1
Depends: R (>= 4.1.0)
Imports:
bayesboot (>= 0.2.2),
broom (>= 0.7.12),
corrr (>= 0.4.3),
dplyr (>= 1.0.7),
forcats (>= 0.5.1),
ggplot2 (>= 3.3.5),
nlstools (>= 2.0-0),
purrr (>= 0.3.4),
readr (>= 2.1.2),
stats (>= 4.1.0),
tibble (>= 3.1.6),
tidyr (>= 1.1.4),
cowplot (>= 1.1.1),
data.table (>= 1.14.2),
stringr (>= 1.4.0),
docxtractr (>= 0.6.5),
readxl (>= 1.3.1),
janitor (>= 2.1.0),
base (>= 4.1.3),
cowplot (>= 1.1.1),
dplyr (>= 1.0.8),
forcats (>= 0.5.1),
ggmap (>= 3.0.0),
ggplot2 (>= 3.3.5),
ggrepel (>= 0.9.1),
ggsn (>= 0.5.0),
ggspatial (>= 1.1.5),
grDevices (>= 4.1.3),
grid (>= 4.1.3),
janitor (>= 2.1.0),
magrittr (>= 2.0.2),
rgdal (>= 1.5-28),
nlstools (>= 2.0-0),
purrr (>= 0.3.4),
readr (>= 2.1.2),
readxl (>= 1.3.1),
rgdal (>= 1.5-29),
rgeos (>= 0.5-9),
sf (>= 1.0-5),
tidyselect (>= 1.1.1)
sf (>= 1.0-7),
stats (>= 4.1.3),
stringr (>= 1.4.0),
tibble (>= 3.1.6),
tidyr (>= 1.2.0),
tidyselect (>= 1.1.2)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The actual computation happens in `main_workflow.R`, from which we outsourced va
As the data and code in this repository are complete and self-contained, it can be reproduced with only an R environment (tested for R v4.1.0). The necessary package dependencies are documented in the `DESCRIPTION` file and can be installed manually or automatically with

```r
devtools::install(repos = "https://mran.microsoft.com/snapshot/2022-02-22")
devtools::install(repos = "https://mran.microsoft.com/snapshot/2022-03-18")
```

### Licenses:
Expand Down

0 comments on commit f175c9a

Please sign in to comment.