Structure pkgdown site and address parsing error#4
Structure pkgdown site and address parsing error#4pat-s wants to merge 2 commits intoalexanderbrenning:mainfrom
Conversation
|
Thanks @pat-s for looking into this - |
|
AFAICS the issue is that I haven't seen the approach of a I've renamed it in this PR as your file comments indicated that you might not want to include it eventually and it got the build fixed - if there's a better way to do it, even better :) |
|
I don't think it's a |
Currently the pkgdown site cannot be built because of the following parsing error
This is because of
wiml/R/warp-unwarp.R
Line 121 in 5d3d436
as it gets interpreted as a S3 method of
warp, yetfunctionis a reserved word.I've renamed the function to
warp_function()instead to solve the conflict.In addition I've taken best efforts to structure the pkgdown reference in meaningful categories and did some small formatting changes to the vignette.
Also, to get documentation content of S3 methods into
?warp, they need to be defined in the method definition itself, i.e. inwarp- child methods only need to have#' @exportdefined.The
### Permutation variable importanceheader was defined twice, hence I removed one.