It looks like maybe the first line is causing you some trouble:
CLUSTAL 2.1 multiple sequence alignment
If I add skip = 1 to the read.dna() function, it looks like it's able to read in the file:
DNAL <- read.dna("AllSequences.aln", format = "clustal", as.matrix = TRUE, skip = 1)