Hello,
I just upgraded R 3.5.1 via CRAN and I am trying to use "windows()" function after loading "Biostrings" library like this:
> source("http://www.bioconductor.org/biocLite.R")
> biocLite("Biostrings")
> library(Biostrings)
> windows()
I get the following error messages:
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘windows’ for signature ‘"missing"’
In R 3.4.4, that "windows()" function works well. Do you know how to fix it?
My environment is as follows:
Microsoft Windows [Version 10.0.17134.345]
> R.version
platform x86_64-w64-mingw32
arch x86_64
os mingw32
system x86_64, mingw32
status
major 3
minor 5.1
year 2018
month 07
day 02
svn rev 74947
language R
version.string R version 3.5.1 (2018-07-02)
nickname Feather Spray
Cheers,
Hiro
What exactly are you trying to do? That error essentially says "this function does not work when you provide no arguments". It would be more typical to provide a specific variable to the function.
Hi Mike,
Thanks for the prompt response. It seems the description is too short. I would like to display two screens side by side with windows() function.
That error occurs only after loading some specific libraries, "Biostrings" and "AnnotationDbi".
A following link is an example image to display:
https://www.dropbox.com/s/ta4v1tp847g2noo/Screenshot.png?dl=0