- i18n: korean translations added, thanks to @ChangwooLim (migrated from esquisse package).
import_ui()
/import_modal()
: addedfile_extensions
argument passed toimport_file_ui()
(fix #51).
- i18n: turkish translations added, thanks to @sbalci.
filter_data
module now support getting and setting filter values, thanks to @bellma-lilly.
- Fix bad link in NEWS.
- Fixed a bug in
update_variables
module.
- New module to read flat data from URLs
import_url_*()
. - Error messages displayed to the user are more informative on the actual error.
filter_data_server()
: new argumentvalue_na
to set default value for NA's filters widgets.import_copypaste_ui()
: new argumentname_field
to show or not name field.import_copypaste_server()
: new argumentfread_args
to pass arguments todata.table::fread
.- i18n: chinese translations added, thanks to @xmusphlkg.
- i18n: spanish translations added, thanks to @dnldelarosa.
- i18n: german translations added, thanks to @SteEcker and @joerghenkebuero.
- Switch to {phosphoricons} for icons.
import_file_ui()
has a new argumentfile_extensions
to select the files that the user can import.import_file_server()
has a new argumentread_fns
to define custom function(s) to read data.
- i18n: 🇲🇰 macedonian translations added, thanks to @novica.
- i18n: 🇦🇱 albanian translations added, thanks to @novica.
- i18n: 🇵🇹 🇧🇷 brazilian portuguese translations added, thanks to @gabrielteotonio.
import_*_server()
added reset argument to clear the data.import_copypaste_server()
also return areactive
function "name" like the others.- New function
i18n()
to add internationalization in shiny apps.
filter_data_server
: convert data todata.frame
(fix esquisse #149).filter_data_server
: fixed bug with timezone if POSIXct.- Import data from package: use
pkg::data
notation for data's name.
- Preserve class
sf
in output.
- Fixed a bug when retrieving data from package with parenthesis in name.
- Fixed test on R-oldrel
- Added internationalization to translate labels used in modules, see corresponding vignette.
- First release on CRAN: Shiny modules import, to update, validate and filter data in interactive applications
- Added a
NEWS.md
file to track changes to the package.