Skip to content

object is not exported by namespace #453

@statnmap

Description

@statnmap

Steps to reproduce

  • Create a golem
  • Add an @importFrom golem toto in a function
  • Run run_dev.R

The error is normal because I failed in the importFrom

  • Then remove the fake function
  • Run run_dev.R

This still fails.

Using roxygen2::roxygenise() should work. It work if you do it directly in the console.
Maybe here:

roxygenise(package.dir = pkg)

use:

roxygenise(package.dir = pkg, roclets = NULL)

I do not remember why I had to put this option in {attachment}, but this works now.

image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions