Skip to content

Commit

Permalink
package_data now internal to pkgreviewr
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakillo authored Sep 1, 2023
1 parent acd5899 commit 5de7936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pkgreview.R
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ pkgreview_getdata <- function(pkg_dir = NULL, pkg_repo,
pkg_dir <- fs::path(usethis::proj_path(".."), meta$name)}

# package repo data
pkg_data <- usethis:::package_data(pkg_dir)
pkg_data <- package_data(pkg_dir)

pkg_data$URL <- meta$html_url

Expand Down

0 comments on commit 5de7936

Please sign in to comment.