Dirk Eddelbuettel
Dirk Eddelbuettel
sysname (no surprise here): Linux user-agent per server logs and a detecting browser page: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36
```sh edd@rob:/tmp/r/quantmod(438_getQuote_user_agent_fix)$ install.r * installing *source* package found in current working directory ... * installing *source* package ‘quantmod’ ... ** this is package ‘quantmod’ version ‘0.4.27.1’ ** using staged installation...
https://github.com/joshuaulrich/quantmod/commit/c55d41e1c142f854ec9f5c65405da5b699dc173f works here too: ```sh edd@rob:~/git/quantmod(438-getquote-yahoo-too-many-requests)$ install.r * installing *source* package found in current working directory ... * installing *source* package ‘quantmod’ ... ** this is package ‘quantmod’ version ‘0.4.27.1’...
Can confirm that the CRAN appears to work again under Linux based on a quick test. The updated branch continues to work too.
The format is basically given: markdown through pandoc to static html. So nothing dynamic or Javascript-y. We basically share the same constraint as the (static, easy for mirrors) CRAN pages.
That is planned in possibly a carousel at the front-page but it may be better to allow some other dust to settle and to get some changes in first such...
Good to discuss in person. I think the email discussion over at 'pentry between the two schools of 'same example across languages' and the 'rather show off R strength for...
:100:
I think "either-or" is not a good way to think about it. I am thinking more and more in terms of a notion of a "virtual OS layer" we all...
@MichaelChirico For completeness this first affected `Date` via package `RcppDate` and has been merged upstream too; I also fixed `RcppSimdJSON` which had already been addressed upstream.