DidierMurilloF / FielDHub

FielDHub is an R Shiny design of experiments (DOE) app that aids in the creation of traditional, unreplicated, augmented and partially replicated (p-rep) designs applied to agriculture, plant breeding, forestry, animal and biological sciences.
https://didiermurillof.github.io/FielDHub/
Other
39 stars 20 forks source link

Full Factorial Design Failure in Shiny App with Spaces in 'FACTOR' Column Entries #43

Open DidierMurilloF opened 8 months ago

DidierMurilloF commented 8 months ago

I've noticed a consistent issue regarding the generation of full factorial designs in the Shiny application. When entries in the 'FACTOR' column contain spaces (e.g., 'No nitrogen'), the app fails to create the factorial design. Currently, the workaround involves removing or replacing spaces in these entries, such as changing 'No nitrogen' to 'No-nitrogen'. The app should work seamlessly regardless of whether the 'FACTOR' column entries contain spaces or not.