Skip to content

Commit

Permalink
update to v0.5.0 w notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bburns632 committed May 3, 2024
1 parent 43d40ba commit ef43fca
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: pkgnet
Type: Package
Title: Get Network Representation of an R Package
Version: 0.4.2.9999
Version: 0.5.0
Authors@R: c(
person("Brian", "Burns", email = "[email protected]", role = c("aut", "cre")),
person("James", "Lamb", email = "[email protected]", role = c("aut")),
Expand Down
13 changes: 5 additions & 8 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# pkgnet (dev)
# pkgnet 0.5.0
## NEW FEATURES
* `do.call` with the function argument as string will now properly appear on the function reporter. Previously, this would show as a `do.call` node with a circular reference. (#302)
* `LinkingTo:` package dependencies are now included in the `DependencyReporter` and subsequent HTML report and objects. (#319 Thanks @petergodbert !)

## CHANGES
* Updated `pkgnet-intro` vignette to include information on the Class Inheritance Reporter and other minor edits.
<<<<<<< HEAD
* Recursive functions `.parse_function` and `.parse_R6_expression` made tolerant to control statemets like `break` or `next` that would break the recursion. (#322)
* Excessive warnings removed for custom `vignette_path` param in `CreatePackageVignette()` (#322)
=======
* Updated R6 class documentation to be in line with current `roxygen2` standards.
>>>>>>> df2fdd4 (latest R6 doc standards for roxygen and pkgdown)
* Updated `pkgnet-intro` vignette to include information on the Class Inheritance Reporter and other minor edits.
* Recursive functions `.parse_function` and `.parse_R6_expression` made tolerant to control statemets like `break` or `next` that would break the recursion. (#322)
* Excessive warnings removed for custom `vignette_path` param in `CreatePackageVignette()` (#322)
* Updated R6 class documentation to be in line with current `roxygen2` standards.

## BUGFIXES
* `CreatePackageReporter()` failing on Windows to build package coverage when `report_path` specified. (#322)
Expand Down
8 changes: 8 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CRAN Submission History

## v 0.5.0

### Submission on May 3rd, 2024
This is a minor release that includes a number of new features, bug fixes and minor backwards compatible changes. Please see `NEWS.md` for details.

### CRAN Response


## v 0.4.2

### Submission on December 21st, 2021
Expand Down

0 comments on commit ef43fca

Please sign in to comment.