sortable
sortable copied to clipboard
update_rank_list is not currently an exported function:
The update_rank_list is not available in the CRAN version. Would it be possible to resubmit to CRAN with the export?
Have you tested the github version?
Hi @andrie,
I am a bit confused regarding this function, too. Installing the package from GitHub - v0.5.0.9000 - does make it visible. However, the function won't accept the labels argument mentioned in its online documentation (for v0.5.0.9000). What am I missing, and where can I get a version of the package that actually has the rank list updates implemented?
Thanks for the great package!
Just confirming that installing from github is fine, but the current version on CRAN does not export update_rank_list(). Was very confused what was going on there for a while!
It would be great to get this fix submitted through to CRAN if possible.
Additionally, the fix for modules would also be very welcome 👍 https://github.com/rstudio/sortable/blob/2b938859b4c44a2bd4cf99628023590e8cdd4910/R/methods.R#L28-L31