Skip to content

Commit

Permalink
feat: Prepare for v0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
luciorq committed Jan 23, 2025
1 parent 88be0e4 commit 4761566
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-6090-1834")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# condathis 0.1.1 (dev)
# condathis 0.1.1

## Minor improvements and fixes

Expand Down
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ knitr::opts_chunk$set(

<!-- badges: start -->
[![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)
<!-- badges: end -->

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")
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<!-- badges: start -->

[![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)
<!-- badges: end -->

Run system command line interface (CLI) tools in a **reproducible** and
Expand All @@ -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")
Expand Down
6 changes: 4 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 4761566

Please sign in to comment.