Spatial-R / EnvExpInd

This is the repository to assess the environmental exposure on the individual level.
7 stars 1 forks source link

Cannot run the demo code in your package(EnvExpInd) #1

Closed bianleleren closed 7 years ago

bianleleren commented 7 years ago

I am unable to execute this line of code in the fuction"get_reference_data_idw()" : first_date = "date" , the warning message is "Error in get_refrence_data_idw(individual_data = individual_data_tem, : unused argument (frist_date = "date")". The very same problem occured when I run the function "get_refrence_data_krige(first_date = "date"). erroe

I don't know how to fix that. I have installed all the packages required and make them loaded.

Spatial-R commented 7 years ago

Thanks. I have changed the codes in README file, you can try again. Make sure you know the idw and krige method before running the codes, because additional parameters for the krige method need to be specified.