Closed olbeck closed 1 year ago
This error occurred because I misspelled the word distance in the calc_distance
function. I had spelled it calc_distace
. Need to fix throughout the package.
I found this by replacing - calc_distance
with - starts_with("calc")
I tried to add the following code to the end of the _pkgdown.yml
And I get the following error when building the reference page:
I tried adding
@keywords
in the roxygen comments of calc_distance.R but the same error happened.I looked at the documentation for building the reference page here which says
I am using the exact function names. I do not know why this error is occurring.