-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
Description
Dear Konrad,
I'm currently trying to switch completely to modules, however I've encountered a quite cryptic error.
When I try to do the following:
helper = modules::import('Functions_Helper')
I get the following error:
no applicable method for 'roclet_tags' applied to an object of class "c('roclet_export', 'roclet')"
I think it might have to do something with the fact that roxygen2 has an import function, which then causes the collision.
R is run with vanilla so there's nothing attached except the standard base stuff.
Here is my session info:
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_3.4.0 R6_2.2.2 magrittr_1.5 tools_3.4.0 roxygen2_6.0.1
[6] Rcpp_0.12.11 xml2_1.1.1 stringi_1.1.5 stringr_1.2.0 commonmark_1.2
[11] modules_0.9.7
Any help would be appreciated,
Best,
Vedran