diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION deleted file mode 100644 index 5d62773..0000000 --- a/CRAN-SUBMISSION +++ /dev/null @@ -1,3 +0,0 @@ -Version: 0.1.0 -Date: 2025-01-20 11:20:43 UTC -SHA: de7adbf1b3f1121d9d5dbfcd64ce5bb1c1786a95 diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000..660a25d --- /dev/null +++ b/NEWS.md @@ -0,0 +1,7 @@ +# setariaviridis 0.1.0 + +Initial Release 🎉 + +**Release Date:** 2025-01-22 + +This package provides data on Setaria viridis (green foxtail). You can explore this data using the `setaria_viridis` dataset on your R scripts. Since it is a small dataset, it is perfect for practicing basic statistical analysis. diff --git a/README.Rmd b/README.Rmd index 37e7265..745ae13 100644 --- a/README.Rmd +++ b/README.Rmd @@ -34,7 +34,15 @@ The dataset is intended for practicing basic data analysis techniques. It's idea You can install the setariaviridis using the following methods: -### Using `install.packages()` (R-universe) +### CRAN version + +```r +install.packages("setariaviridis") +``` + +### Development version + +#### Using `install.packages()` (R-universe) ```r # Enable the R-universe @@ -47,7 +55,7 @@ options(repos = c( install.packages("setariaviridis") ``` -### Using `pak` +#### Using `pak` ``` r # install.packages("pak") diff --git a/README.md b/README.md index 2ad6b7f..7c795b0 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,15 @@ easy to work with for beginners in data analysis. You can install the setariaviridis using the following methods: -### Using `install.packages()` (R-universe) +### CRAN version + +``` r +install.packages("setariaviridis") +``` + +### Development version + +#### Using `install.packages()` (R-universe) ``` r # Enable the R-universe @@ -42,7 +50,7 @@ options(repos = c( install.packages("setariaviridis") ``` -### Using `pak` +#### Using `pak` ``` r # install.packages("pak")