Dasonk / docstring

Provides docstring like functionality to R functions without requiring the need to create a package.
57 stars 6 forks source link

Error in app$vspace #33

Open paytonjm opened 2 years ago

paytonjm commented 2 years ago

I am receiving the following error with docstring() and ?

using the mypaste() function from Cran I get the following error:

Error in app$vspace(new_style$margin-top %||% 0) : attempt to apply non-function

sessionInfo: R version 4.0.4 (2021-02-15) Roxygen2 version 7.1.2

I did recently try updating devtools, which could make the ? function masked and require docstring(). However, I didn't see anything in the issues thread describing docstring being impacted as well.

Any suggestions on what packages I could try installing our updating to correct the error.