-
Notifications
You must be signed in to change notification settings - Fork 12
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
question.. should curlconverter::straigten() fail if curlconverter isn't attached? thanks #15
Comments
hrm. Huge thanks for finding this edge case. I'll try to get a patch on github tonight. |
hi, thanks. i guess i'll go with this workaround to eliminate the cran build note until you push the next version to cran :) thank you for making this possible
|
OH wait. I get the use-case you're doing now. You really don't need to use
you get back a
Which means you can either use You're prbly going the next step and doing a
One thing that I've been struggling how to make clearer is that immediately after
You could also get that by just typing
that adds some cruft which is why i did made it "auto copy to clipboard". That particular
I'm still going to make |
I think you're going to need to use a different target. A great deal of the content on that page is dynamically loaded at run-tme and the center column (which has the citation and data files) that you want to target is also an (apologies for the faint highlighting due to the dark theme but it shld be visible). The next problem is that more of the contents is loaded via another call to a javascript file: And, your final problem is that the js file in ^^ loads the actual content but: All of the Without something like |
i think the current version of lodown works without issue?
…On Jan 16, 2017 12:56 PM, "boB Rudis" ***@***.***> wrote:
I think you're going to need to use a different target. A great deal of
the content on that page is dynamically loaded at run-tme and the center
column (which has the citation and data files) that you want to target is
also an iframe:
[image: image]
<https://cloud.githubusercontent.com/assets/509878/21983556/ed7a6810-dbbf-11e6-81b9-c4e7f93dd2d3.png>
(apologies for the faint highlighting due to the dark theme but it shld be
visible).
The next problem is that more of the contents is loaded via another call
to a javascript file:
[image: image]
<https://cloud.githubusercontent.com/assets/509878/21983640/483b000c-dbc0-11e6-8743-374daf6c6c50.png>
And, your final problem is that the js file in ^^ loads the actual content
but:
[image: image]
<https://cloud.githubusercontent.com/assets/509878/21983687/7e8e7468-dbc0-11e6-9e7a-f72b106ad789.png>
All of the hrefs are wrapped in a call to DocDownloadLicense() which
dynamically builds the form you're prbly familiar with:
[image: image]
<https://cloud.githubusercontent.com/assets/509878/21983774/d58ab39e-dbc0-11e6-9c53-7fcd71a139ad.png>
Without something like RSelenium or seleniumPipes you're not going to be
able to automate this and you can't embed either in an R package since you
need a back-end selenium grid, standalone selenium server or phantomjs
running live to do the work.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AANO50bLqROMaJq44bb0YR42ADGpmAkbks5rS2jjgaJpZM4Lj6rl>
.
|
The text was updated successfully, but these errors were encountered: