We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4550282 commit f905a4fCopy full SHA for f905a4f
README.md
@@ -23,7 +23,13 @@ Before you begin, ensure you have met the following requirement(s):
23
24
- You have `R >= 3.5.0` installed.
25
26
-This package is not yet released on CRAN. Meanwhile, you can install the latest stable version from Github with:
+Install the latest version released on CRAN:
27
+
28
+```r
29
+install.packages("leaflet.multiopacity")
30
+```
31
32
+Or install the development version from GitHub:
33
34
```r
35
if (!require("remotes")) install.packages("remotes")
0 commit comments