Art Steinmetz

Results 27 comments of Art Steinmetz

Is that the behavior you want? `bds()` takes the 'security' parameter. Not being able to name it seems a problem. From the docs: Usage: bds(security, field, options = NULL, overrides...

I think that's a valid design choice. The tradeoff becomes you invalidate the reference docs for the native function that you ask users refer to for the details of the...

How does that work for functions that take both Rb and Rf arguments, like `AppraisalRatio`?

But we need 3 column names for `AppraisalRatio`. ``` > args(AppraisalRatio) #function (Ra, Rb, Rf = 0, method = c("appraisal", "modified", # "alternative"), ...) NULL ``` Excuse me if I'm...

Exactly. Typically, I retrieve the risk-free rate as a series along with everything else. The Performance Analytics package takes it as a scalar OR a series so it's easy to...

> The reason we have the assets and the benchmark in wide format is because essentially every function that compares two sets of data in R requires a wide format....

I find that the hover effect works on the first wordcloud2 I render but not on subsequent wordcloud2's on different tabs in my shiny document. CRAN version wordcloud2_0.2.1