hal9 icon indicating copy to clipboard operation
hal9 copied to clipboard

Hal9 — Create and Share Generative Apps

Results 60 hal9 issues
Sort by recently updated
recently updated
newest added

This works: ```r library(ggplot2) h9_image("image", { ggplot(data=iris,aes(x=iris[,1], y=iris[,2])) + geom_point() + theme_minimal() }) ``` but this doesn't: ```r library(ggplot2) plot1

Looks like bad R code breaks the server... notice typo `h9_images` instead of `h9_image`: ``` h9_markdown("md", "This is a test!!!") h9_images("image", "https://cdn4.buysellads.net/uu/1/119121/1658931414-carbon-pubdev_2x.png") ```

``` ❯ checking for missing documentation entries ... WARNING Undocumented code objects: ‘h9_get’ ‘h9_node’ ‘h9_set’ All user-level objects in a package should have documentation entries. See chapter ‘Writing R documentation...

good first issue

https://github.com/hal9ai/hal9/tree/examples/examples/scatterplot-app should work in theory but it doesn't

while most prefer to work in their IDEs it'd be nice to have embedded code editor to have self contained experience in browser for quick changes

client
server