still experiencing the same error code. formatting the cells and opening it on text doesnt really do much.
# load the package
library(RnBeads)
# define the directory structure
data.dir <- "/Users/Nelly/Desktop/research/Ohm_Project_007_Data_Package/idat"
idat.dir <- file.path(data.dir, "idatt")
sample.annotation <- file.path(data.dir, "sample.annotation.csv")
###Directory where the output should be written to
analysis.dir <- "/Users/Nelly/Desktop/research/Ohm_Project_007_Data_Package/analysis"
#Directory where the report files should be written to
report.dir <- file.path(analysis.dir, "reports_details")
data.source <- c(idat.dir, sample.annotation)
rnb.options(filtering.sex.chromosomes.removal=TRUE, identifiers.column="Sample_Name")
rnb.run.analysis(dir.reports=report.dir, sample.sheet=sample.annotation,data.dir=idat.dir, data.type="infinium.idat.dir")
file.exists(report.dir)