fawda123 / NeuralNetTools

R package of generic neural network tools
https://fawda123.github.io/NeuralNetTools/
Creative Commons Zero v1.0 Universal
72 stars 20 forks source link

replacing previous import by 'scales::alpha #13

Closed vnijs closed 8 years ago

vnijs commented 8 years ago

I'm liking NeuralNetTools and import it to visualize output from a nnet model in a shiny-based package (see link below for an example).

http://vnijs.rady.ucsd.edu:3838/analytics/?url=model/ann/&SSUID=28e902038f

A (minor) issue is that I'm getting the warning below when loading (importing) the library. I think this might be due to the fact that ggplot2 2.0 already imports scales::alpa. Is there are fix you can suggest?

Thanks,

Vincent

library(NeuralNetTools) Warning message: replacing previous import by ‘scales::alpha’ when loading ‘NeuralNetTools’

fawda123 commented 8 years ago

Thanks for pointing that out, the latest commit should fix the problem a9258b846ac39d3daec0cbeba909b2b5b4b0e2bc

-Marcus

fawda123 commented 8 years ago

And btw, I'd like to see the Shiny app you've created but it looks like I need authentication credentials.

vnijs commented 8 years ago

Seems to work. Thanks! You shouldn't need authentication. The link below should work fine.

http://vnijs.rady.ucsd.edu:3838/analytics/?url=model/ann/&SSUID=28e902038f

If not, you can install locally. Install instructions linked below:

http://vnijs.github.io/radiant/install.html