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

VOSON Lab Code Blog: Hyperlink Networks with vosonSML #3

Open
utterances-bot opened this issue Nov 21, 2022 · 2 comments
Open

VOSON Lab Code Blog: Hyperlink Networks with vosonSML #3

utterances-bot opened this issue Nov 21, 2022 · 2 comments

Comments

@utterances-bot
Copy link

VOSON Lab Code Blog: Hyperlink Networks with vosonSML

https://vosonlab.github.io/posts/2021-03-15-hyperlink-networks-with-vosonsml/

Copy link

jdm4630 commented Nov 21, 2022

I got an error when carrying out hyperlinks <- Authenticate("web") %>% Collect(pages)
I'm new to working with R so I don't really know where the error comes from and what I should do. Maybe there is someone who can help me?

rlang::last_trace()
<error/dplyr:::mutate_error>
Error in `dplyr::mutate()`:
! Problem while computing `url = ifelse(...)`.
Caused by error in `stri_replace_first_regex()`:
! Incorrectly nested parentheses in regex pattern.

Copy link
Member

bryn-g commented Jan 26, 2023

Hi @jdm4630, this was a bug in vosonSML caused by unhandled problem characters in hyperlinks (vosonlab/vosonSML#49). It should now be resolved in github dev version 0.32.8.

# install vosonSML from github
library(remotes)
install_github("vosonlab/vosonSML")

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

3 participants