Skip to content

Commit

Permalink
Add silly missing :: for a purrr function that was missed as it was n…
Browse files Browse the repository at this point in the history
…ested in R6 object.
  • Loading branch information
al-obrien committed Nov 23, 2023
1 parent 63ae7d1 commit 19b3f0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# rosv (development version)

* Missing :: for some functions (e.g. `purrr::list_rbind()`)

# rosv 0.5.0

## New features
Expand Down
2 changes: 1 addition & 1 deletion R/RosvQuery1.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ RosvQuery1 <- R6::R6Class('RosvQuery1',


# Collapse within each pkg set (e.g. tensorflow can have several affected per vulns)
affected_versions <- purrr::map(affected_versions, list_rbind)
affected_versions <- purrr::map(affected_versions, purrr::list_rbind)

# Combine summary details per vulns with nested affected details and collapse into 1 dataframe
self$content <- purrr::list_rbind(
Expand Down

0 comments on commit 19b3f0f

Please # to comment.