Skip to content

Commit 9007d98

Browse files
committed
Update cran-comments.md
1 parent 97643ac commit 9007d98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cran-comments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This is a resubmission. Following the comments (see below) from CRAN in the firs
3030

3131
**CRAN**: Please add small executable examples in your Rd-files to illustrate the use of the exported function but also enable automatic testing.
3232

33-
**Maintainer's Response**: Small examples are added to key functions `gp()`, `dgp()`, and `lgp()` of the package. Since the examples involve the implementations of other exported methods, we did not repeat the same examples in their Rd-files. Instead, we highlight in `Examples` sections of these methods that their usages can be found in `Examples` sections of `gp()`, `dgp()`, and `lgp()`. Since the package depends on the underlying 'python' implementation, the added small examples are wrapped in `\dontrun{}`, following other similar packages, such as [`{reticulate}`](https://github.com/rstudio/reticulate), [`{keras}`](https://github.com/rstudio/keras), etc. All small examples were carefully tested before being included in the Rd-files.
33+
**Maintainer's Response**: Small examples are added to key functions `gp()`, `dgp()`, and `lgp()` of the package. Since the examples involve the implementations of other exported functions, we did not repeat the same examples in different Rd-files. Instead, we highlight in `Examples` sections of other exported functions that their usages can be found in `Examples` sections of `gp()`, `dgp()`, and `lgp()`. Since the package depends on the underlying 'python' implementation, the added small examples are wrapped in `\dontrun{}`, following other similar packages, such as [`{reticulate}`](https://github.com/rstudio/reticulate), [`{keras}`](https://github.com/rstudio/keras), etc. All small examples were carefully tested before being included in Rd-files.
3434

3535
## Test environments
3636

@@ -47,7 +47,7 @@ This is a resubmission. Following the comments (see below) from CRAN in the firs
4747

4848
## R CMD check results
4949

50-
- There were no ERRORs, WARNINGs and NOTEs on Local Test, GitHub Actions, and macOS builder.
50+
- There were no ERRORs, WARNINGs and NOTEs on Local Test and GitHub Actions.
5151

5252
- There were no ERRORs, WARNINGs and 5 NOTEs on R-Hub:
5353

0 commit comments

Comments
 (0)