nhward
nhward
**The ability to change a variable to an ordinal factor is sorely missing in the current implementation of update tab of the `datamods::import_server()` module.** This is not optional in the...
I can create and run guides at a module level. By this I mean I can define and init/start conductor guides within a module (provided I am careful to namespace...
My expectation of recipe steps is that they handle missing values in a manner that is consistent with most R functions. As we see with `step_center()`, it handles missing values...
The **step_integer** documentation states: > ### Description > `step_integer()` creates a specification of a recipe step that will convert new data into a set of integers based on the original...
Importing a CSV file with missing-value placeholders "-99, --" An examination of the generated command shows read.table(file = "2022_Ass2Data.csv", sep = ",", dec = ".", header = TRUE, na.strings =...
I LOVE this package. This is a great way to work with shiny modules. I had a play at trying to get my app running under **shinyLive**. The following error...
I have a situation where controls are coming and going (show / hide) depending on where the mouse is. Cicerone does not seem to want to highlight hidden controls, which...
I am using the development (i.e. github) version of Cicerone (as of July 2024). I am finding that both the `input$_cicierone_next` and the `input$_cicierone_previous` return a list of values. Both...