Closed yvanlebras closed 5 years ago
Maybe just due to a transient issue....
Error was due to the update which included namespaces referencing in the documentation module. In details: the documentation module relies on specific guideline (list of lists) file (contained in 'shinyApp/resources/docGuideline.RData') and an index of namespaces (contained in 'shinyApp/resources/nsIndex.RData'). It is this last file which missed the app. This error occurs when you try to access a doc part which partly relies on the nsIndex file.
Last commit correct patch 1
shall have corrected this.
New error found:
in shinyApp/main.R
: object nsIndex
was loaded from resources/nsIndex.RData
under ns.index
instead of nsIndex
var name. Corrected in correct-patch-2
(added new main.R).
Again a related error
Please let me know if this issue still remains.
It seems to be ok
It seems that the last version I'm using present issue when trying to reach the content of a "deep node"