# Read JSON file
jsonFile <- system.file("extdata", "04breeding_plan", "plan1.json", package = "simer")
jsonList <- jsonlite::fromJSON(txt = jsonFile, simplifyVector = FALSE)
if (FALSE) {
# It needs "hiblup" software
gebvs <- simer.Data.cHIBLUP(jsonList = jsonList)
}
Run the code above in your browser using DataLab