Eric Graves

Results 23 comments of Eric Graves

It is considered feature complete. And it is still maintained casually. I welcome contributions for submitting to CRAN. If I have time this weekend I can create a CRAN branch...

Can you paste the entire error message? That doesn't have much to go with. I have installed this on windows many times, however. Do you have the latest version of...

Try ```r install_github(repo = "Zelazny7/isofor", ref="cran") ```

You can't just download the repository and treat it like a binary package. Clone it, then run: ``` R CMD install isofor ``` From the parent directory of the repository....

You need to install r build tools

Thanks for the response. I may have muddied the waters by including a reference to `config.when`. I included that as an example that often, in my usage anyway, the values...

> Yes! This is succinctly put and what I am looking for: How to document the fields that are expected to be provided by the user. I can get a...

> Cool. @gravesee how do you want to expose that information to your users? (Just thinking if there's more functionality needed, etc.) More for developers to be able to access...

Yes, that is correct. Providing functionality for (2) and (4) would let me do a lot > For attaching metadata to those "undefined/user-defined" nodes -- before we build that out,...