Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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/)
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# codriver (development version)

# codriver 1.0.0

* Initial CRAN submission.
5 changes: 5 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## R CMD check results

0 errors | 0 warnings | 0 notes

* This is a new release.