Skip to content

Commit

Permalink
Fix adding metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Apr 4, 2023
1 parent 2b79012 commit 369d1b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/install-binary.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ install_extracted_binary <- function(filename, lib_cache, pkg_cache, lib,

#' @importFrom utils modifyList
add_metadata <- function(pkg_path, metadata) {
if (!length(metadata)) return()

## During installation, the DESCRIPTION file is read and an package.rds
## file created with most of the information from the DESCRIPTION file.
## Functions that read package metadata may use either the DESCRIPTION
Expand Down

0 comments on commit 369d1b7

Please sign in to comment.