Skip to content

Commit

Permalink
add news item
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Apr 18, 2024
1 parent 40cdb9b commit 85202ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# socialmixr 0.3.2

* An error in `list_surveys()` was fixed which stopped this working
* An error in `list_surveys()` was fixed which stopped this working.
* `contact_matrix()` was updated to only accept `survey` objects, not DOIs and matches the documentation. It is still possible to get a contact matrix from a DOI but it is necessary to go through the `get_survey()` function.

```r
Expand All @@ -10,7 +10,8 @@
# Recommended workflow
get_survey("10.5281/zenodo.1095664") |>
contact_matrix()
```

* The efficiency of the `contact_matrix()` was improved.

# socialmixr 0.3.1

Expand Down

0 comments on commit 85202ba

Please sign in to comment.