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

specify more errors #43

Closed
jmbarbone opened this issue Dec 1, 2023 · 0 comments · Fixed by #48
Closed

specify more errors #43

jmbarbone opened this issue Dec 1, 2023 · 0 comments · Fixed by #48
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@jmbarbone
Copy link
Owner

missed a couple of instances where errors need to be improved

fuj/R/verbose.R

Line 100 in d220292

stopifnot(length(.label) == 1L)

fuj/R/colons.R

Lines 60 to 65 in d220292

stopifnot(
length(package) == 1,
is.character(package),
length(name) == 1,
is.character(name)
)

@jmbarbone jmbarbone added enhancement New feature or request good first issue Good for newcomers labels Dec 1, 2023
@jmbarbone jmbarbone added this to the fuj 0.2.0 milestone Dec 1, 2023
@jmbarbone jmbarbone self-assigned this Dec 1, 2023
jmbarbone added a commit that referenced this issue Dec 6, 2023
jmbarbone added a commit that referenced this issue Dec 6, 2023
jmbarbone added a commit that referenced this issue Dec 6, 2023
jmbarbone added a commit that referenced this issue Dec 6, 2023
@jmbarbone jmbarbone mentioned this issue Dec 6, 2023
jmbarbone added a commit that referenced this issue Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant