Skip to content

Commit

Permalink
Preparations for committing to CRAN (v0.4.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjentsch committed Oct 4, 2023
1 parent 6f76583 commit 5e89a4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# jmvReadWrite 0.4.1

## Bug fix:
* ensure that creating the vignette also works when `jmv` is not present
* ensure that the examples, tests and creating the vignette also works when
`jmv` is not present

---

Expand Down
10 changes: 5 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ all environments currently return a NOTE, “Suggests or Enhances not in mainstr
* `devtools::check()`
- local: Ubuntu 22.04, R 4.3 (x86_64-pc-linux-gnu)
* `devtools::check_rhub()`
- Ubuntu 20.04 R-release / Fedora R-devel: e-mail returns as PREPERROR (likely due to that the connection gets interrupted),
but when checking the log files installation / test ends with success and one NOTE (checking HTML version of manual... → no command 'tidy' found)
- Windows 2022 Server R-devel: four NOTEs because of jmv not in mainstream repositories (two notes), and of leftover files (''NULL'', 'lastMiKTeXException'; two notes)
- Ubuntu 20.04 R-release / Fedora R-devel / Windows 2022 Server R-devel: e-mail returns as NOTEs: two NOTEs because of jmv not being in
mainstream repositories, and the other notes (on Linux) because of missing “tidy” (checking HTML version of manual... → no command 'tidy' found)
or (on Windows) because of leftover files (''NULL'', 'lastMiKTeXException')
* `devtools::check_win_devel()`
- Status: NOTE (jmv not in mainstream repositories)
- Status: one NOTE (jmv not in mainstream repositories)

## R CMD check results
* no notes, no warnings and no errors
* status: OK – no notes, no warnings and no errors

0 comments on commit 5e89a4f

Please sign in to comment.