From 4ff05f08f1dbeafb669edc2b68c744181fd2a0d1 Mon Sep 17 00:00:00 2001 From: Maciej Banas Date: Thu, 20 Feb 2025 07:39:56 +0000 Subject: [PATCH] Fix after small comment from CRAN, submit once more. --- .Rbuildignore | 1 + CRAN-SUBMISSION | 3 +++ DESCRIPTION | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 CRAN-SUBMISSION diff --git a/.Rbuildignore b/.Rbuildignore index 38813ff..cee81aa 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -14,3 +14,4 @@ ^pkgdown$ ^.lintr ^cran-comments\.md$ +^CRAN-SUBMISSION$ diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION new file mode 100644 index 0000000..78147a2 --- /dev/null +++ b/CRAN-SUBMISSION @@ -0,0 +1,3 @@ +Version: 0.1.0 +Date: 2025-02-20 07:39:24 UTC +SHA: 9fceed941981ee5a49765c77b25e366e5a770e43 diff --git a/DESCRIPTION b/DESCRIPTION index 8ea6282..645a490 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,12 +1,12 @@ Package: GitAI -Title: Extracts Knowledge from Git Repositories +Title: Extracts Knowledge from 'Git' Repositories Version: 0.1.0 Authors@R: c( person("Kamil", "Wais", , "kamil.wais@gmail.com", role = c("aut", "cre")), person("Krystian", "Igras", , "krystian8207@gmail.com", role = "aut"), person("Maciej", "Banas", , "banasmaciek@gmail.com", role = "aut") ) -Description: Scan multiple Git repositories, pull specified files content and process it with Large Language Models. You can summarize the content in specific way, extract information and data, or find answers to your questions about the repositories. The output can be stored in vector database and used for semantic search or as a part of a RAG (Retrieval Augmented Generation) prompt. +Description: Scan multiple 'Git' repositories, pull specified files content and process it with large language models. You can summarize the content in specific way, extract information and data, or find answers to your questions about the repositories. The output can be stored in vector database and used for semantic search or as a part of a RAG (Retrieval Augmented Generation) prompt. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE)