Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devtools::check error #1

Open
NatalieDupont opened this issue Nov 3, 2023 · 0 comments
Open

devtools::check error #1

NatalieDupont opened this issue Nov 3, 2023 · 0 comments
Assignees

Comments

@NatalieDupont
Copy link
Collaborator

Package can be installed no problem, but devtools::check() causes an error with running examples on the base hello function (loaded by R). To note, i do not have ANY @example statements currently in my code.
The error in question:

❯ checking examples ... ERROR
Running examples in ‘LTMFNpackage-Ex.R’ failed
The error most likely occurred in:

base::assign(".ptime", proc.time(), pos = "CheckExEnv")
#Name: hello
#Title: Hello, World!
#Aliases: hello

#*Examples

hello()
Error in hello() : could not find function "hello"
Execution halted

I have tried most of the online solutions (updating documentation, removing @example statements, etc.)

@NatalieDupont NatalieDupont self-assigned this Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant