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

Allow assignment into xpose_data class without conversion to uneval #135

Merged
merged 1 commit into from
Jan 19, 2019

Conversation

billdenney
Copy link
Contributor

Allow assignment into the xpose_data class without conversion to an uneval class. (This is the change I intended to send in the last PR.)

@bguiastr bguiastr merged commit 4bf7ff9 into UUPharmacometrics:master Jan 19, 2019
@bguiastr
Copy link
Collaborator

Great @billdenney thanks a lot for the contribution!

@bguiastr
Copy link
Collaborator

I still getting issues with the assignment. Here is a reprex:

xpdb <- xpdb_ex_pk
class(xpdb)
# > "xpose_data" "uneval"   

xpdb$options$quiet <- TRUE
class(xpdb)
# > "uneval"

@billdenney
Copy link
Contributor Author

When I test it in that branch, it worked for me. I'm about to push a test to that branch, and I think since this is already merged, it requires a new PR.

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

Successfully merging this pull request may close these issues.

2 participants