Warning in install.packages : package ‘smwrGraphs’ is not available (for R version 4.0.2)

install.packages("smwrGraphs")
Installing package into ‘C:/Users/owais/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘smwrGraphs’ is not available (for R version 4.0.2)

The github site for the package has these installation instructions:

To install the smwrGraphs package, first install the "remotes" package. Then, using the remotes package, install "smwrData", "smwrBase", and finally "smwrGraphs":

remotes::install_github("USGS-R/smwrData") 
remotes::install_github("USGS-R/smwrBase") 
remotes::install_github("USGS-R/smwrGraphs")

Thank u very much it worked

This topic was automatically closed 7 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.