Hello,
As of two weeks ago, I was able to use functions from the R package rtracklayer, such as ucscTableQuery and UcscTrack, to query track data from UCSC. When currently running them, however, I am met with the following errors:
```
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'table' in selecting a method for function '%in%': Invalid genome :'hg38'
In addition: Warning messages:
1: In grepl("\\\\u[0-9A-Fa-f]", str) :
<HTML>
<HEAD>
<meta http-equiv='Content-Security-Policy' content="default-src *; script-src 'self' blob: 'unsafe-inline' 'nonce-DNTi70zOLWc965lidICs...' to a wide string
2: In grepl("\\\\u[0-9A-Fa-f]", str) : input string 1 is invalid
```
and
```
Error in .order_seqlevels(chrom_sizes[, "chrom"]) :
!anyNA(m32) is not TRUE
```
Does anyone know why this might be occurring?