Skip to content

Commit

Permalink
new cran release
Browse files Browse the repository at this point in the history
  • Loading branch information
maraab23 committed Sep 22, 2023
1 parent 90c3ca5 commit a3c0caf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 42 deletions.
6 changes: 3 additions & 3 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 0.8.2
Date: 2023-03-15 11:51:37 UTC
SHA: 9bcd5213bbfb5a79d39fe64124583129e640d6ab
Version: 0.8.3
Date: 2023-09-22 21:16:38 UTC
SHA: 90c3ca549ab578eb630d7cc2029844274b925fb9
15 changes: 2 additions & 13 deletions R/zzz.R
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
.onLoad <- function(libname, pkgname) {

if (requireNamespace("TraMineR", quietly = TRUE)) {
# Use functions from TraMineR
} else {
stop("Package 'TraMineR' not found.")
}
requireNamespace("TraMineR", quietly = TRUE)

packageStartupMessage(
glue::glue("{usethis::ui_field('ggseqplot')} version {utils::packageVersion(pkgname)}
Website: {usethis::ui_field('https://maraab23.github.io/ggseqplot/')}
Please type {usethis::ui_code('citation(\"ggseqplot\")')} for citation information.
{usethis::ui_field('ggseqplot')} heavily builds on the {usethis::ui_field('TraMineR')} library (current version {utils::packageVersion('TraMineR')})
Please type {usethis::ui_code('citation(\"TraMineR\")')} for citation information.")
)
}

34 changes: 8 additions & 26 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,18 @@ Runs without errors, warnings, and notes.

### Windows Server 2022, R-devel 64-bit

0 errors; 0 warnings; 4 notes
0 errors; 0 warnings; 3 notes

Note 1:
```
* checking R code for possible problems ... [14s] NOTE

```

Empty message, presumably due to usage of `packageStartupMessage`. Startup message can be suppressed.


Note 2:
Note 1:
```
* checking HTML version of manual ... NOTE
Skipping checking math rendering: package 'V8' unavailable
```
Unrelated to package


Note 3:
Note 2:
```
* checking for non-standard things in the check directory ... NOTE
Found the following files/directories:
Expand All @@ -36,7 +28,7 @@ Found the following files/directories:
[R-hub issue #560]https://github.com/r-hub/rhub/issues/560


Note 4:
Note 3:
```
* checking for detritus in the temp directory ... NOTE
Found the following files/directories:
Expand All @@ -49,19 +41,9 @@ As noted in [R-hub issue #503](https://github.com/r-hub/rhub/issues/503), this c

### Ubuntu Linux 20.04.1 LTS, R-release, GCC

0 errors; 0 warnings; 2 notes
0 errors; 0 warnings; 1 note

Note 1:
```
* checking R code for possible problems ... [14s] NOTE
File ‘ggseqplot/R/zzz.R’:
.onLoad calls: ...
```

Note due to `packageStartupMessage`. Startup message can be suppressed.


Note 2:
Note 1:
```
* checking HTML version of manual ... NOTE
Skipping checking HTML validation: no command 'tidy' found
Expand All @@ -72,9 +54,9 @@ Unrelated to package

### Fedora Linux, R-devel, clang, gfortran

0 errors; 0 warnings; 2 notes
0 errors; 0 warnings; 1 note

same notes as for Ubuntu - no problem
see Ubuntu


## Changes since release 0.8.2
Expand Down

0 comments on commit a3c0caf

Please sign in to comment.