mlysy

Results 5 comments of mlysy

I had a similar issue which seemed to be circumvented by separating the `@example` into its own roxygen block: ```r #' My Class. #' #' @name MyClass #' @example path/to/example.R...

I can't reproduce the error either on my local machine (OSX) or on CRAN [winbuilder](https://win-builder.r-project.org/) (Windows). Can you please create a complete package repo out of your example above, i.e.,...

Hi @nevrome, nice to hear from you. I agree that we should go ahead and release rdoxygen 2.0.0 on CRAN. I'm happy to take over maintenance of the package, thanks...

Thanks for looking into this. mlysy/rdoxygen has been deleted.

Unfortunately not without excluding the vignette altogether. That is, when you obtain a package from CRAN the vignettes do not get built. They are pre-built and shipped inside `inst/doc`.