| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-01-10 | 1.2 kB | |
| v1.2.0 source code.tar.gz | 2024-01-10 | 2.0 MB | |
| v1.2.0 source code.zip | 2024-01-10 | 2.1 MB | |
| Totals: 3 Items | 4.0 MB | 0 | |
- Warning messages are now displayed only once per session, and the user can choose via the settings menu not to display them at all. If you're using the
esquisse_server()module, there's a newnotify_warnings =argument for choosing what to do with notifications: display them all, only once per warning or never display them at all. esquisse_server(): support for reactive functions fordata_rvargument.- Allow
esquisse_server()to be initialized with NULL without forcing the import module to appear usingimport_from = NULL#232. - New geom available in the interface :
geom_path. esquisse_ui(): ability to display not element of the module (header's button, play/pause button, export options).-
safe_ggplot()has a new argumentshow_notificationto allow not displaying notifications or displaying theme only once per session. -
i18n: new translations added:
- polish, activate with
set_i18n("pl"), thanks to @jakub-jedrusiak - japanese, activate with
set_i18n("ja"), thanks to @nissinbo - german, activate with
set_i18n("de"), thanks to @1O