This PR change the required R version to 4.2 to run ichorCNA.
This is due to a bug in GenomeInfoDb to handle hg38 assembly (see #11). The fixed version (v1.34.8) is available in BioC 3.16 (R-4.2). Therefore in order for ichorCNA to work properly when genomeBuild = "hg38", it will also require to run under R-4.2.
I also updated the versions of the imported packages to the version most updated in R-4.2.
I have updated the DESCRIPTION to add missing dependencies for data.table and plyr
Also the filterEmptyChr function is uncommented so that createPanelOfNormals can be used to create panel of normals.
This PR change the required R version to 4.2 to run
ichorCNA
.This is due to a bug in
GenomeInfoDb
to handle hg38 assembly (see #11). The fixed version (v1.34.8) is available in BioC 3.16 (R-4.2). Therefore in order forichorCNA
to work properly whengenomeBuild = "hg38"
, it will also require to run under R-4.2.I also updated the versions of the imported packages to the version most updated in R-4.2.