Skip to content

Commit 31b6dec

Browse files
sbfnksbfnk-bot
andauthored
Advance deprecation cycle for Zenodo functions (#285)
* Consolidate deprecated functions and simplify tests Co-authored-by: sbfnk-bot <242615673+sbfnk-bot@users.noreply.github.com> * Regenerate documentation Co-authored-by: sbfnk-bot <242615673+sbfnk-bot@users.noreply.github.com> * Address code review feedback Co-authored-by: sbfnk-bot <242615673+sbfnk-bot@users.noreply.github.com> * Fix nested deprecation warning and find_common_prefix edge cases Co-authored-by: sbfnk-bot <242615673+sbfnk-bot@users.noreply.github.com> * Brace early-return guard clauses in find_common_prefix Co-authored-by: sbfnk-bot <242615673+sbfnk-bot@users.noreply.github.com> * Fix is_doi regex and restore offline input validation tests Co-authored-by: sbfnk-bot <242615673+sbfnk-bot@users.noreply.github.com> * Fix roxygen seealso tag, find_common_prefix single-file case, and lint Co-authored-by: sbfnk-bot <242615673+sbfnk-bot@users.noreply.github.com> * Fix min(grep()) Inf warning and use cli::cli_inform consistently Co-authored-by: sbfnk-bot <242615673+sbfnk-bot@users.noreply.github.com> --------- Co-authored-by: sbfnk-bot <242615673+sbfnk-bot@users.noreply.github.com>
1 parent c43f5f0 commit 31b6dec

21 files changed

+485
-573
lines changed

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# socialmixr (development version)
2+
3+
* `get_survey()`, `download_survey()`, `list_surveys()`, `get_citation()`, and
4+
`survey_countries()` now warn unconditionally when called. These functions
5+
were soft-deprecated in 0.5.0 and users should switch to the
6+
[contactsurveys](https://cran.r-project.org/package=contactsurveys) package
7+
(#269).
8+
19
# socialmixr 0.5.1
210

311
This is a patch release with a bug fix and documentation updates.

R/cite.R

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)