I'm trying to upload GTF files into R, but seems that all of the previous methods are defunct.
import(file.gtf)
importgtf(file.gtf)
read.gtf(file.gtf)
Every single one, when I try to install the package for the function, I get the "package ‘package’ is not available for this version of R" Is there an updated method for GTF files? The usual read.table() doesn't work either, as GTF files aren't a straightforward TSVs.