A part of RTCGA family.
To install development version from GitHub use
library(RTCGA)
installTCGA("RTCGA.methylation")
Make sure you have Rtools installed on your computer, if you are trying devtools on Windows.
To install Bioconductor development version use (the same as GitHub development version) - not yet there
if (!requireNamespace("BiocManager", quietly=TRUE))
install.packages("BiocManager")
BiocManager::install("RTCGA.methylation")