Hi Guys,

First time posting here.

I have a CRAN package called GetTDData that downloads and reads public data
from a government website (
http://www.tesouro.fazenda.gov.br/tesouro-direto-balanco-e-estatisticas).

Recently (today), the website has changed its structure by removing
permanent links of the files and creating a "random" html address for the
files that really matter. This means that when I download the souce html
code, I don't have the information for the actual links, but just a bunch
of code.

In the past I have dealed with this type of problem by forcing the
renderization of the page using RSelenium with firefox or PhantomJS and
then capturing the desired href locations.

My question is, if integrate my code with RSelenium using firefox or
PhantonJS, will it pass on all arquitectures (win, linux, solaris) of CRAN?

I'm happy to hear any other ideas.

Many thanks!

-- 
Marcelo Perlin
Professor Adjunto | Escola de AdministraĆ§Ć£o
Universidade Federal do Rio Grande do Sul
Rua Washington Luiz, 855 | 90010-460| Porto Alegre RS| Brasil
Tel.: (51) 3308-3303 | www.ea.ufrgs.br
http://lattes.cnpq.br/3262699324398819
https://sites.google.com/site/marceloperlin/

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to