hzhanghenry / RCircos

R package for Circos 2D track plot.
6 stars 1 forks source link

Error in side != "in" && side != "out" #7

Open cerd9235 opened 8 months ago

cerd9235 commented 8 months ago

I had succesfully created a circos plot in RStudio. I had to install a new R version recently and updated all of my packages. Everything runs fine until I get to plot line and histograms (not sure of other plots). When I try to add a plot to a track I get the following error:

RCircos.Histogram.Plot(hist.data = telomere.data, track.num = 1 ) Error in side != "in" && side != "out" : 'length = 2' in coercion to 'logical(1)'

I should mention that the command ran fine as is previous to the installation of a new version. I do not think there is much I can do other than intalling an older version of R, but I figured I might ask if the package will be updated.

Thanks!