Skip to content

Commit

Permalink
Updating package documentation (DESCRIPTION, NEWS, and cran-comments)…
Browse files Browse the repository at this point in the history
… in preparation for re-submission to CRAN
  • Loading branch information
njlyon0 committed Apr 26, 2024
1 parent b1f4d76 commit 3bd17fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 29 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: dndR
Type: Package
Title: Dungeons & Dragons Functions for Players and Dungeon Masters
Version: 1.3.1.900
Version: 2.0.0
Date: `r Sys.Date()`
Authors@R: c(
person(given = "Nicholas", family = "Lyon",
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## dndR Version 1.3.1.900
## dndR Version 2.0.0

Development version of `dndR`. The following changes were made from the preceding version:
The following changes were made from the preceding version:

- New function: `encounter_creator` -- picks a set of creature experience point (XP) values that constitute a balanced encounter of specified difficulty and given party composition information
- New function: `creature_list` -- identifies Dungeons & Dragons creatures based on user specifications of various criteria (e.g., creature type, experience point value, size, etc.)
Expand Down
27 changes: 1 addition & 26 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,6 @@
## R CMD check results

There were no ERRORs or WARNINGs. There were two NOTEs.


`devtools::check_rhub()` returns this note:

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

As noted in [R-hub issue #503](https://github.com/r-hub/rhub/issues/503), this could be due to a bug/crash in MiKTeX and can likely be ignored.

`devtools::check_rhub()` also returns this note:

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

[R-hub issue #560](https://github.com/r-hub/rhub/issues/560) indicates that this note can also is not related to any issue with this package and can be ignored.

### Changes per CRAN Reviewer Instructions

- Fixed a broken URL ("htttps" -> "https")
There were no errors, warnings, or notes return by `devtools::check()`.

## Downstream dependencies

Expand Down

0 comments on commit 3bd17fd

Please sign in to comment.