Skip to content

Commit 496dc99

Browse files
committed
handle variables that give no global binding warnings on build check
1 parent ced3d42 commit 496dc99

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

R/utils.R

+8-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ assign("ds_dev_api", "https://irmadevservices.nps.gov/datastore-secure/v7/rest/"
3939
return(var1)
4040
}
4141

42-
#this gets rid of the "no visible binidnigs for global variable 'x'"
42+
#this gets rid of the "no visible bindings for global variable 'x'"
4343
#error during build checks:
4444
globalVariables(c("capture.output",
4545
"UnitDesignationName",
@@ -57,4 +57,10 @@ globalVariables(c("capture.output",
5757
"load_pkg_metadata",
5858
"workingEMLfile",
5959
"metalocation",
60-
"map_wkt"))
60+
"map_wkt",
61+
"attributeFactors",
62+
"metaformat",
63+
"data_format",
64+
"metadata_format",
65+
"fileList"
66+
))

0 commit comments

Comments
 (0)