diff --git a/DESCRIPTION b/DESCRIPTION index 2c7edb7..b98d371 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: condathis Title: Run Any CLI Tool on a 'Conda' Environment -Version: 0.1.0.9003 +Version: 0.1.1 Authors@R: c( person("Lucio", "Queiroz", , "luciorqueiroz@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-6090-1834")), diff --git a/NEWS.md b/NEWS.md index 147e901..0e59afb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# condathis 0.1.1 (dev) +# condathis 0.1.1 ## Minor improvements and fixes diff --git a/README.Rmd b/README.Rmd index e4c148e..70ec239 100644 --- a/README.Rmd +++ b/README.Rmd @@ -17,13 +17,14 @@ knitr::opts_chunk$set( [![R-CMD-check](https://github.com/luciorq/condathis/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/luciorq/condathis/actions/workflows/R-CMD-check.yaml) +[![CRAN status](https://www.r-pkg.org/badges/version/condathis)](https://CRAN.R-project.org/package=condathis) Run system command line interface (CLI) tools in a **reproducible** and **isolated** environment **within R**. ## Get started -Install the release version of the package from [CRAN](https://cran.r-project.org/web/packages/condathis/): +Install the release version of the package from [CRAN](https://cran.r-project.org/package=condathis): ```{r eval=FALSE} install.packages("condathis") diff --git a/README.md b/README.md index 9b94a2f..9ca98b7 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ [![R-CMD-check](https://github.com/luciorq/condathis/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/luciorq/condathis/actions/workflows/R-CMD-check.yaml) +[![CRAN +status](https://www.r-pkg.org/badges/version/condathis)](https://CRAN.R-project.org/package=condathis) Run system command line interface (CLI) tools in a **reproducible** and @@ -14,7 +16,7 @@ Run system command line interface (CLI) tools in a **reproducible** and ## Get started Install the release version of the package from -[CRAN](https://cran.r-project.org/web/packages/condathis/): +[CRAN](https://cran.r-project.org/package=condathis): ``` r install.packages("condathis") diff --git a/cran-comments.md b/cran-comments.md index 858617d..d9a4e09 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,7 @@ ## R CMD check results -0 errors | 0 warnings | 1 note +0 errors | 0 warnings | 0 note -* This is a new release. +## revdepcheck results + +There are currently no downstream dependencies for this package.