Skip to content

Commit 31eb81f

Browse files
authored
Merge pull request #162 from RobLBaker/main
Fixes set_project bug
2 parents a89011f + 8f3dd92 commit 31eb81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/editEMLfunctions.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1575,7 +1575,7 @@ set_project <- function(eml_object,
15751575
#test whether user has ownership permissions for the project.
15761576
#only run this test if NPS is true and force is false:
15771577
if (NPS == TRUE && force == FALSE) {
1578-
email <- QCkit::get_user_email()
1578+
email <- QCkit:::get_user_email()
15791579
ownership <- rjson$permissions$referenceOwners
15801580

15811581
if (sum(grepl(email, ownership)) < 1) {

0 commit comments

Comments
 (0)