Code
. <- roc_proc_text(namespace_roclet(), block)
Message
x <text>:2: @exportS3Method must be used with an known S3 method.
Code
. <- roc_proc_text(namespace_roclet(), block)
Message
x <text>:2: @exportS3Method must have form package::generic.
Code
. <- roc_proc_text(namespace_roclet(), block)
Message
x <text>:2: @exportS3Method must be used with a function.
Code
. <- roc_proc_text(namespace_roclet(), block)
Message
x <text>:2: @exportS3Method generic ("foo") doesn't match function ("foo1.bar").
Code
. <- roc_proc_text(namespace_roclet(), block)
Message
x <text>:2: @importFrom must have at least 2 words, not 1.
Code
update_namespace_imports(path)
Message
Writing 'NAMESPACE'
Code
. <- roc_proc_text(namespace_roclet(), block)
Message
x <text>:2: @rawNamespace failed to parse.
Caused by error in `parse()`:
! <text>:2:0: unexpected end of input
1: a +
^
Code
. <- roc_proc_text(namespace_roclet(), block)
Message
x <text>:2: @evalNamespace failed to parse.
Caused by error in `parse()`:
! <text>:2:0: unexpected end of input
1: a +
^
Code
. <- roc_proc_text(namespace_roclet(), block)
Message
x <text>:2: @evalNamespace failed to evaluate.
Caused by error:
! Uhoh
Code
. <- roc_proc_text(namespace_roclet(), block)
Message
x <text>:2: @evalNamespace must evaluate to a character vector.
Code
out <- roc_proc_text(namespace_roclet(), block)
Message
x <text>:2: @importFrom Excluding unknown export from utils: `InvalidUtilsFunction1`.
Code
out <- roc_proc_text(namespace_roclet(), block)
Message
x <text>:2: @importFrom Excluding unknown exports from utils: `InvalidUtilsFunction1` and `InvalidUtilsFunction2`.
Code
. <- roc_proc_text(namespace_roclet(), block)
Message
x <text>:5: S3 method `mean.myclass` needs @export or @exportS3Method tag.
x <text>:3: S3 method `foo.numeric` needs @export or @exportS3Method tag.
Code
. <- roc_proc_text(namespace_roclet(), block)
Message
x <text>:3: S3 method `foo.{` needs @export or @exportS3Method tag.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.