CJ Yetman

Results 151 comments of CJ Yetman

At the moment, no, there is no exported function to do specifically that task. The `simpleNetwork` function does that internally before passing on to `forceNetwork` with... ```r # create nodes...

What exactly do you mean by "use shiny to pull the various nodes"? Are you requesting that forceNetwork be able to add arbitrary attributes to each node?

this would also resolve these issues: #106, #100, and possibly others

thanks @timelyportfolio I knew you'd have something intelligent to say about it I was hoping to keep the CSS argument to something as simple as a single string, but then...

One major disadvantage to this that I realized is that CSS does not work on elements rendered to canvas, so a reliance on styling/formatting through CSS may not work in...

This should follow the same strategy as determined for node tooltips in #251

Effectively, this package is not being maintained. I believe that I'm the only one really paying attention to issues here and on StackOverflow, and I do not have permission to...

something similar is happening on CRAN's windows build: https://www.r-project.org/nosvn/R.check/r-release-windows-ix86+x86_64/snakecase-00check.html

FYI... error in test is unrelated to anything I changed here ``` Running examples in 'tabulizer-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") >...

For me, this warning only occurs the *first* time the example code is run in a new R session. Subsequent runs do not show this warning. Is that the same...