Remove dependencies_* methods in Dash class#74
Conversation
|
@TahiriNadia If you could take a look, would be grateful. Thanks in advance! 🙂 |
|
@TahiriNadia Please review this PR, and confirm that removing these methods does not produce any errors or undesirable behaviour upon loading DashR apps. It should not cause any issues, but we'll need to be certain. Thanks 🙂 |
|
The update gives me an error |
|
|
@TahiriNadia The Could you try again, but instead of the DashR docs, try a simpler test application or two? Remember that this branch is old enough that it still uses I just re-ran my code, and there are no issues on my side when removing these methods (they aren't essential for writing a basic app, so it makes sense). Thanks in advance for your help. |
|
@rpkyle I cloned again the
|
|
I think I see what's happening here. The methods have been 🔪, but the docs need to be regenerated to reflect this. I believe it makes sense to 🔪 these, they aren't necessary anymore -- we should use Since I'm not using this API either, it feels a bit pointless to privatize it at this point. This is the old way, we're pretty close to abandoning @alexcjohnson @nicolaskruchten May I excise these methods ☝️ ? |
|
Yes, 🔪 |
|
I agree 🔪 if not needed. You can 💃 |
This PR proposes to
relocateremove three methods:dependencies_setdependencies_getdependencies_get_internalto theCloses #65.privatefield of the Dash R6 class.