You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,12 @@
5
5
6
6
## CHANGES
7
7
* Updated `pkgnet-intro` vignette to include information on the Class Inheritance Reporter and other minor edits.
8
+
<<<<<<< HEAD
8
9
* Recursive functions `.parse_function` and `.parse_R6_expression` made tolerant to control statemets like `break` or `next` that would break the recursion. (#322)
9
10
* Excessive warnings removed for custom `vignette_path` param in `CreatePackageVignette()` (#322)
11
+
=======
12
+
* Updated R6 class documentation to be in line with current `roxygen2` standards.
13
+
>>>>>>> df2fdd4 (latest R6 doc standards for roxygen and pkgdown)
10
14
11
15
## BUGFIXES
12
16
*`CreatePackageReporter()` failing on Windows to build package coverage when `report_path` specified. (#322)
#' @field layout_type a character string, the current layout type for the graph visualization.
133
+
#' Can be assigned a new valid layout type value. Use use \code{grep("^layout_\\\\S", getNamespaceExports("igraph"), value = TRUE)} to see valid options.
160
134
layout_type=function(layout) {
161
135
# If user using <- assignment, set layout and reset viz
0 commit comments