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

Fixing WD with New Tests #215

Closed
brodieG opened this issue Mar 15, 2017 · 0 comments
Closed

Fixing WD with New Tests #215

brodieG opened this issue Mar 15, 2017 · 0 comments

Comments

@brodieG
Copy link
Owner

brodieG commented Mar 15, 2017

Two issues here related to state:

> unitize('inst/expkg/rcw/rcw-test.R', state(working.dir=0))

Error in checkSlotAssignment(object, name, value) : 
  assignment of an object of class “numeric” is not valid for slot ‘working.directory’ in an object of class “unitizerStateRecommended”; is(value, "integer") is not TRUE
> unitize('inst/expkg/rcw/rcw-test.R', state(working.dir=0L))

Error in as.character.default(x) :                                              
  no method for coercing this S4 class to a vector
| 
| The following unitizer could not be loaded:
| - unitizer for test file '../inst/expkg/rcw/rcw-test.R': `get_unitizer` error:
|   No method defined for object of class "unitizerStateRecommended"

| No valid unitizer to load

No tests to review

In first case should allow numeric values for state, in second not sure what's going on.

@brodieG brodieG added the bug label Mar 15, 2017
@brodieG brodieG added this to the 1.4.0 milestone Mar 15, 2017
brodieG added a commit that referenced this issue Apr 11, 2017
Fix #215, Fix #214, Fix #213, Fix #208, Fix #203,
Fix #201, Fix #199, Fix #197
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant