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
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# massProps (development version)

* Invocation instructions in vignette cleaned up (#41)
* Invocation instructions in vignette cleaned up (#41).

* Covariance exposition for RoG uncertainty clarified (#43)
* Covariance exposition for RoG uncertainty clarified (#43).

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

# massProps 0.3.1

Expand Down
2 changes: 1 addition & 1 deletion R/radii.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ rollup_radii_of_gyration_unc <- function(tree, df) {
},
sources
),
init <- c(0, 0, 0)
init = c(0, 0, 0)
)
) / 2
set_radii_of_gyration_unc(ds, target, amp)
Expand Down
2 changes: 1 addition & 1 deletion vignettes/massProps.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ The corresponding R code is
},
sources
),
init <- c(0, 0, 0)
init = c(0, 0, 0)
)
) / 2
```
Expand Down