From bed586ac29ec6c802c58b2e3c0659f358d43f304 Mon Sep 17 00:00:00 2001 From: Florian Sihler Date: Sat, 4 Jan 2025 14:43:20 +0100 Subject: [PATCH 1/2] feat: add rco --- data/tools/rco.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/tools/rco.yml diff --git a/data/tools/rco.yml b/data/tools/rco.yml new file mode 100644 index 000000000..a1f6df9b8 --- /dev/null +++ b/data/tools/rco.yml @@ -0,0 +1,11 @@ +name: rco +categories: + - formatter +tags: + - r +license: GPL-3 +types: + - cli +source: 'https://github.com/jcrodriguez1989/rco' +homepage: 'https://jcrodriguez1989.github.io/rco/' +description: Performance optimizer for R code (with GUI). From e107f78f0bbc0c8f0d100dd6e0da26d2826bca2c Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 6 Jan 2025 13:56:27 +0100 Subject: [PATCH 2/2] chore: update rco tool category to performance and format URLs --- data/tools/rco.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/tools/rco.yml b/data/tools/rco.yml index a1f6df9b8..636f3ae8c 100644 --- a/data/tools/rco.yml +++ b/data/tools/rco.yml @@ -1,11 +1,11 @@ name: rco categories: - - formatter + - performance tags: - r license: GPL-3 types: - cli -source: 'https://github.com/jcrodriguez1989/rco' -homepage: 'https://jcrodriguez1989.github.io/rco/' +source: "https://github.com/jcrodriguez1989/rco" +homepage: "https://jcrodriguez1989.github.io/rco/" description: Performance optimizer for R code (with GUI).