Skip to content

Commit 24608ba

Browse files
authored
Merge pull request #133 from mlverse/updates
Prepares release
2 parents ef9c239 + 35b0716 commit 24608ba

File tree

4 files changed

+9
-23
lines changed

4 files changed

+9
-23
lines changed

.github/workflows/test-coverage.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Upload test results
4848
if: failure()
49-
uses: actions/upload-artifact@v3
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: coverage-test-failures
5252
path: ${{ runner.temp }}/package

DESCRIPTION

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: chattr
22
Title: Interact with Large Language Models in 'RStudio'
3-
Version: 0.2.0.9000
3+
Version: 0.2.1
44
Authors@R: c(
55
person("Edgar", "Ruiz", , "[email protected]", role = c("aut", "cre")),
66
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
@@ -16,14 +16,14 @@ BugReports: https://github.com/mlverse/chattr/issues
1616
License: MIT + file LICENSE
1717
Encoding: UTF-8
1818
Roxygen: list(markdown = TRUE)
19-
RoxygenNote: 7.3.1
19+
RoxygenNote: 7.3.2
2020
Imports:
2121
rstudioapi,
2222
lifecycle,
2323
processx,
2424
jsonlite,
2525
config,
26-
httr2 (>= 1.0.1),
26+
httr2 (>= 1.1.0),
2727
purrr,
2828
rlang,
2929
bslib,

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# chattr (dev)
1+
# chattr 0.2.1
22

33
* Prevents OpenAI 4o from showing as an option if no token is found
44

cran-comments.md

+4-18
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,14 @@
11
## Pakcage Submission
22

3-
* Fixes how it identifies the user's current UI (console, app, notebook) and
4-
appropriately outputs the response from the model end-point (#92)
5-
6-
* Adding support for Databricks foundation model API (DBRX, Meta Llama 3 70B,
7-
Mixtral 8x7B) (#99)
8-
9-
* Fixes how it displays error from the model end-point when being used in a
10-
notebook or the app for OpenAI
11-
12-
* Fixes how the errors from OpenAI are parsed and processed. This should make
13-
it easier for users to determine where an downstream issue could be.
14-
15-
* Adds `model` to defaults for Copilot
16-
17-
* Improves Copilot token discovery
3+
* Addresses CRAN check errors
184

195
## R CMD check environments
206

217
- Mac OS M3 (aarch64-apple-darwin23), R 4.4.1 (Local)
228

23-
- Mac OS x86_64-apple-darwin20.0 (64-bit), R 4.4.1 (GH Actions)
24-
- Windows x86_64-w64-mingw32 (64-bit), R 4.4.1 (GH Actions)
25-
- Linux x86_64-pc-linux-gnu (64-bit), R 4.4.1 (GH Actions)
9+
- Mac OS x86_64-apple-darwin20.0 (64-bit), R 4.4.2 (GH Actions)
10+
- Windows x86_64-w64-mingw32 (64-bit), R 4.4.2 (GH Actions)
11+
- Linux x86_64-pc-linux-gnu (64-bit), R 4.4.2 (GH Actions)
2612
- Linux x86_64-pc-linux-gnu (64-bit), (dev) (GH Actions)
2713
- Linux x86_64-pc-linux-gnu (64-bit), R 4.3.3 (old release) (GH Actions)
2814

0 commit comments

Comments
 (0)