Skip to content

Fix Preview Environment for variable x #111#115

Merged
Ikuyadeu merged 1 commit intoREditorSupport:masterfrom
andycraig:issue-111-env-x
Jul 31, 2019
Merged

Fix Preview Environment for variable x #111#115
Ikuyadeu merged 1 commit intoREditorSupport:masterfrom
andycraig:issue-111-env-x

Conversation

@andycraig
Copy link
Copy Markdown
Collaborator

Fixes #111

Thanks @krzysztofarendt for noticing this problem!

What problem did you solve?

R: Preview Environment always reports x as character, because of variable shadowing.

Example (before PR) - note that x is a data.frame but preview shows it as character:

env3

(If you have)Screenshot

Example (after PR):

env4

@Ikuyadeu
Copy link
Copy Markdown
Member

Ikuyadeu commented Jul 31, 2019

@andycraig Awesome! Preview function looks smart.
I published a new version as you said.
Thank you for your early fix and issue management!

@Ikuyadeu Ikuyadeu merged commit 922c4e8 into REditorSupport:master Jul 31, 2019
@andycraig
Copy link
Copy Markdown
Collaborator Author

@Ikuyadeu Great, thank you!

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.

Preview Environment R code failed on Sys.time() objects

2 participants