Skip to content

Commit

Permalink
Preparation for CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
MMenchero committed Oct 10, 2024
1 parent d00d8b5 commit 3094d36
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ speed, scalability, and reliability.
- **Default ID Column**: In alignment with the Python SDK, `nixtlar` now
defaults the `id_col` to `unique_id`. This means you no longer need to
specify this column if it is already named `unique_id`. If your
dataset contains only one series, simply set `id_col=NULL`.
dataset contains only one series, simply set `id_col=NULL`. The
`id_col` only accepts characters or integers.

These changes leverage the capabilities of `TimeGPT`’s new API and align
`nixtlar` more closely with the Python SDK, ensuring a better user
Expand Down Expand Up @@ -100,9 +101,6 @@ devtools::install_github("Nixtla/nixtlar")

``` r
library(nixtlar)
#> Registered S3 method overwritten by 'tsibble':
#> method from
#> as_tibble.grouped_df dplyr
```

1. Set your API key. Get yours at
Expand Down
5 changes: 5 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Submission 09/10/2024

## R CMD check results

0 errors | 0 warnings | 0 notes

## Resubmission 29/05/2024

Expand Down
2 changes: 2 additions & 0 deletions man/nixtlaR-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3094d36

Please sign in to comment.