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

update for tibble-2.0.0 #38

Open
r2evans opened this issue Apr 1, 2022 · 0 comments
Open

update for tibble-2.0.0 #38

r2evans opened this issue Apr 1, 2022 · 0 comments

Comments

@r2evans
Copy link

r2evans commented Apr 1, 2022

cellranger::cell_addr(1:3, 2)
# <cell_addr: 3 cells>
# Warning: `as_data_frame()` was deprecated in tibble 2.0.0.
# Please use `as_tibble()` instead.
# The signature and semantics have changed, see `?as_tibble`.
# This warning is displayed once every 8 hours.
# Call `lifecycle::last_lifecycle_warnings()` to see where this warning was generated.
# # A tibble: 3 x 2
#     row   col
#   <int> <int>
# 1     1     2
# 2     2     2
# 3     3     2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant