Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

find where deprecation warnings come from #659

Open
maelle opened this issue Apr 3, 2023 · 2 comments
Open

find where deprecation warnings come from #659

maelle opened this issue Apr 3, 2023 · 2 comments
Milestone

Comments

@maelle
Copy link
Member

maelle commented Apr 3, 2023

@krlmlr could you please copy-paste them here?

@maelle maelle added this to the 0.2.0 milestone Apr 3, 2023
@krlmlr
Copy link
Contributor

krlmlr commented Apr 3, 2023

── 4. User Action Items ───────────────────────────────────────────────────────────
• Run `devtools::check_win_devel()`.
• Run `rhub::check_for_cran()`.
• Run `urlchecker::url_update()`.
• Check all items in cran-comments.md.
• Convert NEWS.md from changelog format to release notes.
• Run `fledge::release()`.
Warning messages:
1: `as_integer()` is deprecated as of rlang 0.4.0
Please use `vctrs::vec_cast()` instead.
This warning is displayed once every 8 hours. 
2: `as_character()` is deprecated as of rlang 0.4.0
Please use `vctrs::vec_cast()` instead.
This warning is displayed once every 8 hours. 
3: `as_logical()` is deprecated as of rlang 0.4.0
Please use `vctrs::vec_cast()` instead.
This warning is displayed once every 8 hours. 

I believe this will be easier to tackle after #658 -- if it's in cran_prepare() it will be easier to iterate.

@maelle
Copy link
Member Author

maelle commented May 17, 2024

@krlmlr are you still getting them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants