Open frankhaege opened 2 years ago
Looks like the names of font awesome icons have changed. I will fix this up today.
@frankhaege, I just pushed a fix to the master branch. Please pull it down and see if it works for you:
devtools::install_github("DillonHammill/DataEditR")
Thanks, the warning messages are gone, but the changes I make in the editor (or in the browser) are still not returned in the R object. The changes are only retained when I save the table to a file. I also do not get the code returned when I specify code=TRUE. Maybe it is something else or I am missing something simple, but I presume the modified data and the code should be returned once I click 'Done' in the editor?
@frankhaege, I have switched the icon library to use glyphicons instead - I think these will be more stable in terms of their naming. Please can you confirm whether the icons are visible once you have installed the latest version of DataEditR from GitHub:
devtools::install_github("DillonHammill/DataEditR")
I think you are forgetting to hit the sync
button to transfer your changes to the master
copy of your data prior to hitting done or save to file.
When starting the editor, I get the following warning messages about Font Awesome icons not being available:
The manual modifications of the dataframe are not stored in the mtcars.new object after clicking the 'Done' button, the object just returns the original mtcars dataframe