Amit Kohli
Amit Kohli
Reproducible example: ``` library(threejs) d
so as per https://twitter.com/VizMonkey/status/1184058710198497280, it's possible for people to publish a package name that isn't identical to other package names, but is extremely similar. Perhaps that should be a check...
Other than to zoom the page in, would there be any way to enable +/- buttons to zoom in and around large schemas?
just like https://github.com/rich-iannone/DiagrammeR/issues/182 I think that this: ``` library(DiagrammeR) graph % add_n_nodes(2) %>% add_edge(1, 2) graph %>% render_graph(title = "The Graph Title") ``` adds a title to the graph. Would...
Hi, I am using your code on a Azure SQL db, and it worked great, but seems to have somehow missed two references. Take a look: this is the output...
### Description I'm trying to run the `stoch` function on some data but I'm getting the above referenced error. ### Expected behavior I'm expecting the function to return expected output...
Hi, great package! Thanks so much... captures functionality of multiple packages. 👍 Are you planning to add functionality for a hypothetical `post_profile_pic`? I'm developing a bot, and one of the...
Hi all! I'm Amit from R4ds :) Anyway, was giving this repo a go, and trying to run the example on the readme, and hitting this bug: ``` > emotion
I looked for a long time how to save the file, and then I found that you had already stated how to in one of your issues... so I'm adding...
Hi, I'm working on a plot thingie and was wondering whether I could just include the top 28 movies and plots as part of the package, giving attribution to this...