esqLABS / esqlabsR

Utility functions for modelling and simulation workflows within esqLABS organization
https://esqlabs.github.io/esqlabsR/
GNU General Public License v2.0
18 stars 2 forks source link

bug in extendPopulationFromXLS #707

Closed KatrinCoboeken closed 2 months ago

KatrinCoboeken commented 2 months ago

In function extendPopulationFromXLS columnNames should be

columnNames <- c( "Container Path", "Parameter Name", "Mean", "SD", "Distribution" )

But later on they are referenced with dots: paramPath <- paste(data[["Container.Path"]][[i]], data[["Parameter.Name"]][[i]], sep = "|")

Felixmil commented 2 months ago

Will be fixed in #708