Skip to content

Commit

Permalink
🔖 Release version 0.1.0 to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
NONONOexe committed Jan 22, 2025
1 parent f446c07 commit 8125f7b
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 7 deletions.
3 changes: 0 additions & 3 deletions CRAN-SUBMISSION

This file was deleted.

7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
12 changes: 10 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -47,7 +55,7 @@ options(repos = c(
install.packages("setariaviridis")
```

### Using `pak`
#### Using `pak`

``` r
# install.packages("pak")
Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -42,7 +50,7 @@ options(repos = c(
install.packages("setariaviridis")
```

### Using `pak`
#### Using `pak`

``` r
# install.packages("pak")
Expand Down

0 comments on commit 8125f7b

Please sign in to comment.