Hello,
Super new to Rstudio and R programming in general. Learning to analysis data using the GeoMxTools and NanostringNCTools ( Analyzing GeoMx-NGS RNA Expression Data with GeomxTools (bioconductor.org)).
Been getting this error:
Warning: aes_string()
was deprecated in ggplot2 3.0.0.
Please use tidy evaluation ideoms with aes()
Error in .standalone_types_check_dot_call(ffi_standalone_check_number_1.0.7, :
object 'ffi_standalone_check_number_1.0.7' not found
What's the simplest way to get over this hurdle?
It can't seem to find 'ffi_standalone_check_number_1.0.7' which wasn't an issue a month ago.
Is there another ggplot version I should try to install instead that will work?
Thank you in advance.