From e7af8811b74d7d97524f8e7164ff968239ae7d1d Mon Sep 17 00:00:00 2001 From: vdwulp Date: Mon, 3 Aug 2026 14:16:01 +0200 Subject: [PATCH] Preparing for release 1.0.0 --- .github/workflows/pkgdown.yaml | 2 +- DESCRIPTION | 8 ++++---- NEWS.md | 5 +++++ cran-comments.md | 5 +++++ 4 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 NEWS.md create mode 100644 cran-comments.md diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 52ab533..6a39b7d 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -45,6 +45,6 @@ jobs: with: source-files: '/github/workspace/docs/*' destination-username: 'vdwulp' - destination-repository: 'codriver.private.site' # Change to 'vdwulp.github.io' + destination-repository: 'vdwulp.github.io' destination-branch: 'main' destination-directory: 'codriver' diff --git a/DESCRIPTION b/DESCRIPTION index e414ef7..b6042cc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: codriver Title: Context-Aware AI Assistant for 'RStudio' -Version: 0.0.0.9001 -Authors@R: person("S.A.", "van der Wulp", , "vdwulp@gmail.com", role = c("aut", "cre")) +Version: 1.0.0 +Authors@R: person("S.A.", "van der Wulp", , "vdwulp@gmail.com", role = c("aut", "cre", "cph")) Description: A context-aware AI assistant for 'RStudio' that works directly in the source editor without switching context or opening a separate chat window. Reads the cursor position and selection to automatically choose the @@ -12,8 +12,8 @@ URL: https://vdwulp.github.io/codriver BugReports: https://github.com/vdwulp/codriver/issues License: MIT + file LICENSE Encoding: UTF-8 -Roxygen: list(markdown = TRUE) -RoxygenNote: 8.0.0 +Config/roxygen2/version: 8.0.0 +Config/roxygen2/markdown: TRUE Config/testthat/edition: 3 VignetteBuilder: knitr SystemRequirements: RStudio (>= 2026.04, https://posit.co/download/rstudio-desktop/) diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000..0f8cb25 --- /dev/null +++ b/NEWS.md @@ -0,0 +1,5 @@ +# codriver (development version) + +# codriver 1.0.0 + +* Initial CRAN submission. diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..c31fff6 --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,5 @@ +## R CMD check results + +0 errors | 0 warnings | 0 notes + +* This is a new release.