R Version problems
Hi i have this warning whit any package in r like GOplot pheatmap installr etc.what i can do i used any answer in cites but not solved
Warning messages:
1: package ‘installr’ was built under R version 3.5.3
2: package ‘stringr’ was built under R version 3.5.2
> library(pheatmap)
Warning message:
package ‘pheatmap’ was built under R version 3.5.3
Loading required package: RColorBrewer
Warning messages:
1: package ‘ggdendro’ was built under R version 3.5.2
2: package ‘gridExtra’ was built under R version 3.5.2
3: package ‘RColorBrewer’ was built under R version 3.5.2
• 4,409 views
•
link
0 answers
No answers yet.
Log in to answer this question.
What's your R version? Also, these are just warnings and can be ignored unless you encounter problems.
Also, please use the formatting bar (especially the
codeoption) to present your post better. You can use backticks for inline code (`text` becomestext), or select a chunk of text and use the highlighted button to format it as a code block. I've done it for you this time.