diff --git a/R/format.data/Spain.R b/R/format.data/Spain.R
index ed58774b2638321a176b81e3b4c7149011d67a7b..77e752e60d135f504172e988ac417751492c4b89 100644
--- a/R/format.data/Spain.R
+++ b/R/format.data/Spain.R
@@ -5,11 +5,7 @@ rm(list = ls())
 source("format.fun.R")
 library(reshape)
 
-<<<<<<< HEAD
 dir.create("../../output/process/Spain", recursive=TRUE,showWarnings=FALSE)
-=======
-dir.create("../../output/process/Spain", recursive=TRUE, showWarnings = FALSE)
->>>>>>> Makefile for data processing
 
 ######################### READ DATA read individuals tree data 
 data.spain <- read.table("../../data/raw/Spain/Tree_data_SFI_aug13_alldata.txt", 
@@ -25,12 +21,7 @@ res.quant.boot <- t(sapply(levels(factor(data.spain[["SP_code"]])), FUN = f.quan
 data.max.height <- data.frame(sp = rownames(res.quant.boot), Max.height.mean = res.quant.boot[, 
     1], Max.height.sd = res.quant.boot[, 2], Max.height.nobs = res.quant.boot[, 3], stringsAsFactors =FALSE)
 rm(res.quant.boot)
-<<<<<<< HEAD
-write.csv(data.max.height, file = "../../output/process/Spain/data.max.height.csv")  ## I was planning to save processed data in that folder
-=======
 write.csv(data.max.height, file = "../../output/process/Spain/max.height.csv")  ## I was planning to save processed data in that folder
->>>>>>> Makefile for data processing
-
 
 ################################## FORMAT INDIVIDUAL TREE DATA
 data.spain$G <- data.spain[["adbh"]] ## diameter growth in mm per year