Hello an error message appears when I want to generate the report with RMarkdown
here is the error
here are the reproducible codes
library(knitr)
BD_donnees<-read.csv("D:/donnees.csv",header =TRUE,sep =";",dec =",",row.names=1.)
library(FactoMineR)
res.PCA <- PCA(BD_donnees, quanti.sup = 8:11)
thank you in advance