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

Remove readr from dependencies #55

Closed
wants to merge 1 commit into from

Conversation

jimhester
Copy link

The usage seems entirely redundant. You are taking a character vector
and passing it as literal data to read_lines() which returns the same
character vector as the input.

The current example breaks with readr 2.0.0 as literal data needs to be
denoted with I() in readr 2.0.0, but as far as I can tell readr should
just be removed entirely.

In addition the genius website layout seems to have changed, the lyrics
are no longer being retrieved with either the CRAN version or this
change.

The usage seems entirely redundant. You are taking a character vector
and passing it as literal data to `read_lines()` which returns the same
character vector as the input.

The current example breaks with readr 2.0.0 as literal data needs to be
denoted with `I()` in readr 2.0.0, but as far as I can tell readr should
just be removed entirely.

In addition the genius website layout seems to have changed, the lyrics
are no longer being retrieved with either the CRAN version or this
change.
@JosiahParry
Copy link
Owner

Thanks, Jim! I wrote this a long time ago and my skills were...not where they are today.

I'll give this a look. Much appreciated.

@JosiahParry
Copy link
Owner

Note to self: new class is Lyrics__Container-sc-1ynbvzw-6 krDVEH

@JosiahParry
Copy link
Owner

Addressed. Thank you for letting me know about the broken functions as well. Much appreciated.

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

Successfully merging this pull request may close these issues.

2 participants