Skip to content

Commit

Permalink
Merge pull request #772 from MatthieuStigler/patch-1
Browse files Browse the repository at this point in the history
gaborcsardi authored Nov 2, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 8875171 + e11366f commit 88a5045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/package.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

load_pkg_description <- function(path) {

path <- normalizePath(path)
path <- normalizePath(path, mustWork = TRUE)

if (!is_dir(path)) {
dir <- tempfile()

0 comments on commit 88a5045

Please sign in to comment.