Skip to content

Commit

Permalink
Updating package documentation post release of v1.4.0 to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
njlyon0 committed Jun 13, 2024
1 parent 37f0517 commit c09be75
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: supportR
Type: Package
Title: Support Functions for Wrangling and Visualization
Version: 1.4.0
Version: 1.4.0.900
Date: 2024-06-13
Authors@R: c(
person(given = 'Nicholas J',
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# supportR Version 1.4.0.900

Development version, changes from preceding version are listed below:

- No changes (yet)

# supportR Version 1.4.0

Changes from preceding version are listed below
Expand Down
18 changes: 1 addition & 17 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
## R CMD check results

There were no ERRORs or WARNINGs. `devtools::check_win_devel()` and `devtools::check()` return no NOTEs but `devtools::check_rhub()` returns the following two NOTEs.

```
checking for non-standard things in the check directory ... NOTE
Found the following files/directories:
''NULL''
```

Per [R-hub issue #560](https://github.com/r-hub/rhub/issues/560), this NOTE can be safely ignored.

```
checking for detritus in the temp directory ... NOTE
Found the following files/directories:
'lastMiKTeXException'
```

Per [R-hub issue #503](https://github.com/r-hub/rhub/issues/503), this could be due to a bug/crash in MiKTeX and can also likely be ignored.
There were no ERRORs, WARNINGs, or NOTES returned by `devtools::check()`.

## Downstream dependencies

Expand Down

0 comments on commit c09be75

Please sign in to comment.