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

Fix for new chromedriver location (extended) #39

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Fix platform pattern matching"
This reverts commit e184b6d.
  • Loading branch information
ashbythorpe committed Oct 25, 2023
commit 45b0c5cd0189569a7de46cf5c1aab7ef10ea40dc
1 change: 1 addition & 0 deletions R/predl_chrome_for_testing.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ predl_chrome_for_testing <- function(url, platform, history,
}
}
extracted <- do.call(rbind, lapply(ver_data, unwrap))
print(extracted)
app_links <- tapply(extracted, extracted$platform, identity)
has_platform <- vapply(
names(app_links),
Expand Down