Gábor Csárdi
Gábor Csárdi
This should be fixed now.
Can't we just throw the right expectation condition?
This is difficult, because roxygen needs an object of the class to be able to look up superclasses, methods, etc. So I am afraid that currently the only way to...
Right, if you actually create the `A` object and put it in the package namespace, then we could look up the superclasses and also methods. I assumed that you don't...
Right, sorry, I understand it now.
You can do something like this: ```r #' @name myclass #' ... NULL myclass
I am afraid that you'll need to create a reproducible example, without that it is very hard to help you.
I see this interactively: ```r ❯ pak::lockfile_create(dependencies = TRUE) ✔ Updated metadata database: 1.41 MB in 3 files. ✔ Updating metadata database ... done ✖ Creating lockfile pkg.lock [4.3s] Error:...
IDK why the log is different.
That field is not supported, but you can add that repo to `options("repos")`.