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

.svg.text text parameter being treated as a factor in older R versions #171

Closed
dffyfe opened this issue Aug 19, 2021 · 1 comment
Closed
Assignees
Labels

Comments

@dffyfe
Copy link
Collaborator

dffyfe commented Aug 19, 2021

Hi Dan,

In line 463 of plotting.R

.SVG.specialchars.2.XMLentities(text[i]),

When plotting the SVG it's sometimes returning 1 as it's being stored as a factor, obviously surrounding it in as.character or paste0 fixes it.

The problem is only occurring when using Rclient via MS SQL Server Management Studio which I think is essentially R3.5.2. Never once happened on the non microsoft versions of R.

Sent you an email with some screenshots.

David

ddediu added a commit that referenced this issue Aug 21, 2021
@ddediu ddediu self-assigned this May 18, 2022
@ddediu ddediu added the bug label May 18, 2022
@ddediu
Copy link
Owner

ddediu commented May 18, 2022

Probably fixed (can't test)

@ddediu ddediu closed this as completed May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants