I used the guidlines of the BiomaRt (3.2) package to connect to ensembl by using
```
useMart("ensembl",dataset="hsapiens_gene_ensembl")
```
but I get the following error:
```
Space required after the Public Identifier
SystemLiteral " or ' expected
SYSTEM or PUBLIC, the URI is missing
Opening and ending tag mismatch: hr line 7 and body
Opening and ending tag mismatch: body line 4 and html
Premature end of data in tag html line 2
Error: 1: Space required after the Public Identifier
2: SystemLiteral " or ' expected
3: SYSTEM or PUBLIC, the URI is missing
4: Opening and ending tag mismatch: hr line 7 and body
5: Opening and ending tag mismatch: body line 4 and html
6: Premature end of data in tag html line 2
```
also
```
ensembl = useDataset("hsapiens_gene_ensembl",mart=ensembl)
```
returns the same error.