71824/library-package-character-logical-return-package-gridextra
Hi Guys,
I am trying to use the gridExtra module to combine two plot. But it is showing me the below error.
gridExtra::grid.arrange(iris1,iris2) Error in loadNamespace(name) : there is no package called ‘gridExtra’
How can I solve this error?
Hi@akhtar,
In your r studio, the gridExtra module is not available. You can use the below command to install this module.
> install.packages('gridExtra') WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding: https://cran.rstudio.com/bin/windows/Rtools/ Installing package into ‘C:/Users/Nadeem Akhter/Documents/R/win-library/4.0’ (as ‘lib’ is unspecified) trying URL 'https://cran.r-project.org/bin/windows/contrib/4.0/' Content type 'application/zip' length 1109122 bytes (1.1 MB) downloaded 1.1 MB package ‘gridExtra’ successfully unpacked and MD5 sums checke The downloaded binary packages are in C:\Users\Nadeem Akhter\AppData\Local\Temp\Rtmps3pgcC\downloaded_packages
Hope this will solve your error.
Hi@akhtar, You need to install the library in ...READ MORE
Hi@akhtar, The matrics library is not available in ...READ MORE
Hi@akhtar, You can find some packages pre-installed in ...READ MORE
Hi@akhtar, You can use the following command in ...READ MORE
Hi@akhtar, You need to install the package in ...READ MORE
Hi@akhtar, You can use the install command at ...READ MORE
Hi@akhtar, It may happen that some libraries are ...READ MORE
Hi@akhtar, You can create a pie chart with ...READ MORE
Hi@akhtar, By default, the cowplot module is not ...READ MORE
Hi@akhtar, You need to install this library in ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.