Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

* Initialization in rollup_radii_of_gyration_unc() cleaned up (#44).

* igraph loading fix for vignette (#48).

# massProps 0.3.1

* Examples made smaller to avoid CRAN runtime violations
Expand Down
4 changes: 4 additions & 0 deletions vignettes/massProps.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,11 @@ test_table

Suppose we also have this tree:

```{r echo = FALSE}
suppressPackageStartupMessages({library(igraph)})
```
```{r}
library(igraph)
test_tree
```

Expand Down