Can't install biwavelet package

i have been trying to install a package "biwavelet", but it is not installing. i tried so many ways but it is not at all installing. i tried with other packages also, but they installed succuessfully. Please help.

These are the results i got when i try to install.

install.packages("biwavelet")
Installing package into ‘/home/abhi/R/x86_64-pc-linux-gnu-library/3.4’
(as ‘lib’ is unspecified)
Warning in install.packages :
dependency ‘maps’ is not available
also installing the dependency ‘fields’

trying URL 'https://cloud.r-project.org/src/contrib/fields_13.3.tar.gz'
Content type 'application/x-gzip' length 3286717 bytes (3.1 MB)

downloaded 3.1 MB

trying URL 'https://cloud.r-project.org/src/contrib/biwavelet_0.20.21.tar.gz'
Content type 'application/x-gzip' length 60925 bytes (59 KB)

downloaded 59 KB

ERROR: dependency ‘maps’ is not available for package ‘fields’

  • removing ‘/home/abhi/R/x86_64-pc-linux-gnu-library/3.4/fields’
    Warning in install.packages :
    installation of package ‘fields’ had non-zero exit status
    ERROR: dependency ‘fields’ is not available for package ‘biwavelet’
  • removing ‘/home/abhi/R/x86_64-pc-linux-gnu-library/3.4/biwavelet’
    Warning in install.packages :
    installation of package ‘biwavelet’ had non-zero exit status

The downloaded source packages are in
‘/tmp/RtmpfNIOF5/downloaded_packages’

You are missing this package dependency, maps requires R >= 3.5 so you would need to update R in order to install it.

how can i update R ?

If you need to update R, you'll have to visit https://cloud.r-project.org/ and download the latest version for your OS

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.