From 2f56327b3c579cb3ad586bb5af6399c54749b030 Mon Sep 17 00:00:00 2001 From: Hause Lin Date: Sat, 17 Aug 2024 15:42:31 -0400 Subject: [PATCH] Update readme --- README.Rmd | 3 ++- README.md | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index d13ebba..1a27dc8 100644 --- a/README.Rmd +++ b/README.Rmd @@ -16,6 +16,7 @@ knitr::opts_chunk$set( # Ollama R Library +[![CRAN status](https://www.r-pkg.org/badges/version/ollamar)](https://CRAN.R-project.org/package=ollamar) [![R-CMD-check](https://github.com/hauselin/ollama-r/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/hauselin/ollama-r/actions/workflows/R-CMD-check.yaml) [![CRAN_Download_Badge](https://cranlogs.r-pkg.org/badges/grand-total/ollamar)](https://cran.r-project.org/package=ollamar) @@ -46,7 +47,7 @@ Stable version: install.packages("ollamar") ``` -For the latest/development version with more features/bug fixes, you can install it from GitHub using the `install_github` function from the `remotes` library. If it doesn't work or you don't have `remotes` library, please run `install.packages("remotes")` in R or RStudio before running the code below. +For the latest/development version with more features/bug fixes (see latest changes [here](https://hauselin.github.io/ollama-r/news/index.html)), you can install it from GitHub using the `install_github` function from the `remotes` library. If it doesn't work or you don't have `remotes` library, please run `install.packages("remotes")` in R or RStudio before running the code below. ```{r eval=FALSE} remotes::install_github("hauselin/ollamar") diff --git a/README.md b/README.md index 6bd3da3..41d5e51 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ +[![CRAN +status](https://www.r-pkg.org/badges/version/ollamar)](https://CRAN.R-project.org/package=ollamar) [![R-CMD-check](https://github.com/hauselin/ollama-r/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/hauselin/ollama-r/actions/workflows/R-CMD-check.yaml) [![CRAN_Download_Badge](https://cranlogs.r-pkg.org/badges/grand-total/ollamar)](https://cran.r-project.org/package=ollamar) @@ -52,7 +54,9 @@ Stable version: install.packages("ollamar") ``` -For the latest/development version with more features/bug fixes, you can +For the latest/development version with more features/bug fixes (see +latest changes +[here](https://hauselin.github.io/ollama-r/news/index.html)), you can install it from GitHub using the `install_github` function from the `remotes` library. If it doesn’t work or you don’t have `remotes` library, please run `install.packages("remotes")` in R or RStudio before