Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hadley
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
hadley
3mo ago
You can learn about the theory that underlies tidyeval at https://adv-r.hadley.nz/quasiquotation.html . I'd claim that it's neither reinventing the wheel (because it solves problems that the base equivalents do not
2.
▲
by
hadley
3mo ago
CRAN is a weird universe, but not (just) for the reasons you mention. CRAN is still heavily human maintained which means that there's a high chance that an actual human will look at your packages (at least for your first package). This
3.
▲
by
hadley
5mo ago
You’ll be able to adjust plots. But you have to do it with code, not UI.
4.
▲
by
hadley
7mo ago
Let alone that Nano Banana 2 is Gemini Image 3.1
5.
▲
Bluffbench: Effective agents need to prioritize evidence over preconceptions
(simonpcouch.github.io)
1 points
by
hadley
10mo ago
|
0 comments
6.
▲
by
hadley
1y ago
Students also pay :)
7.
▲
by
hadley
1y ago
We're working on this! Education is really important to us so this is 100% a problem we want to solve.
8.
▲
by
hadley
1y ago
We do discount heavily for academia: get 50% off for research and 100% off (i.e. free) for teaching. But I do get that our pro products largely solve problems that folks encounter in larger enterprises, and you may not see the value inside
9.
▲
by
hadley
1y ago
You might be interested in https://github.com/posit-dev/plumber2
10.
▲
by
hadley
1y ago
I've wrapped a bunch of providers with ellmer: https://ellmer.tidyverse.org
11.
▲
by
hadley
2y ago
That’s exactly how ggplot (not 2!) worked: https://github.com/hadley/ggplot1
12.
▲
by
hadley
2y ago
Why is that disappointing?
13.
▲
by
hadley
2y ago
You should check out https://siuba.org and https://plotnine.org :)
14.
▲
by
hadley
3y ago
Hmmmm, I think that's something we could probably help with in dbplyr by providing something like `last_sql()` that would return the most recent SQL sent to the database. (By analogy to ggplot2::last_plot() and httr2::last_request()&#x
15.
▲
by
hadley
3y ago
I love this framing :)
16.
▲
by
hadley
3y ago
For the most common cases, the tidyverse now only requires {{ }}. This allows you to tell tidyeval functions that you have the name of a df-var stored in an env-var. Do you have specific cases that you find frustrating?
17.
▲
by
hadley
3y ago
Oh, you mean the pro drivers? Unfortunately we can't give those away because we have to pay several $100k a year just to get access for our customers. Most of the pro drivers do have equivalent open source versions that you should be a
18.
▲
by
hadley
3y ago
(1) You might want to check out https://github.com/t-kalinowski/Rapp by my colleague Tomasz (2) I think part of that is in scope for strict ( https://github.com/hadley/strict ). You might also be we
19.
▲
by
hadley
3y ago
I'd highly encourage you to look into shiny more. No, it's not django, but it's a much richer framework than dash, and you can always bring your own HTML if what it generates for you isn't sufficient.
20.
▲
by
hadley
3y ago
R definitely has its warts, but I strongly believe that underneath them lies a beautiful and quite elegant language that's extremely well suited to the challenges of data analysis. If you're already a programmer, you might find so
21.
▲
by
hadley
3y ago
We now provide snapshotted CRAN binaries (for many platforms) at https://packagemanager.posit.co .
22.
▲
by
hadley
3y ago
I'd love to hear more about this because from my perspective renv does seem to solve 95% of the challenges the folks face in practice. I wonder what makes your situation different? What are we missing in renv?
23.
▲
by
hadley
3y ago
We (Posit) have hired Hassan (the maintainer of plotnine) so this is great to hear :)
24.
▲
by
hadley
3y ago
If you have specific issues around error messages and tracebacks please feel free to let me know directly or to file issues on Github. We really do care about the legibility of errors and tracebacks and me and my team have put a lot of effo
25.
▲
by
hadley
3y ago
What are the premium packages you're talking about? As far as I know all of our R packages are 100% open source. I'd love to hear more why you're using webshot etc to talk screenshots of your shiny app. A more typical workflo
26.
▲
by
hadley
3y ago
I have noodled on this problem a bit in https://github.com/hadley/strict , which I'm contemplating bringing back to life over the coming year. It's certainly very difficult to cover 100% of all possible proble
27.
▲
by
hadley
3y ago
A lighterweight alternative to renv is to use Posit Public Package Manage ( https://packagemanager.posit.co/ ) with a pinned date. That doesn't help if you're installing packages from a mix of places, but if you
28.
▲
by
hadley
3y ago
If you tell me what makes R hard to integrate into data pipelines I will do my best to fix it :)
29.
▲
by
hadley
3y ago
That's true, but quarto also has full support for Python and Jupyter notebooks, not to mention julia, and observable. It's really built from the ground up to be multi-language so that everyone can benefit from all the goodies in R
30.
▲
by
hadley
3y ago
And sweave is built on noweb :)
More ›