From caa43714e1c8bcbaf7b42e88ad8722853aec9f74 Mon Sep 17 00:00:00 2001 From: Mahe Iram Khan <65779580+ForgottenProgramme@users.noreply.github.com> Date: Wed, 29 Mar 2023 13:42:39 +0200 Subject: [PATCH] Update README to include info about CRAN support (#458) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e17005db5..16122e991 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ The main goal of this project is to generate concise recipes for [conda-forge](https://conda-forge.org/). The Grayskull project was created with the intention to eventually replace `conda skeleton`.
Presently Grayskull can generate recipes for Python packages available on PyPI and also those not published on PyPI but available as GitHub repositories. -Future versions of Grayskull will support recipe generation for packages of other repositories such as CRAN and Conan etc.. +Grayskull can also generate recipes for R packages published on CRAN. +Future versions of Grayskull will support recipe generation for packages of other repositories such as Conan and CPAN etc.. ## Installation @@ -45,7 +46,7 @@ pip install -e . ## Usage It is pretty simple to use `grayskull`. Just call it, pass the repository - (just `pypi` for now) and the package name. + (`pypi` or `cran`) and the package name. * Example: ```bash