You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you are right. parse(text = c("alpha", "beta", "gamma")) creates a vector of type expression which is not a base object type and gets an error.
In the {tlf} function createPlotTicks, isOfType is assessed after isIncluded so I can swap those and prevent the error
pchelle
added a commit
to pchelle/TLF-Library
that referenced
this issue
Feb 24, 2022
I have a hunch that this has something to do with updates to
isIncluded
function in the latest version of ospsuite.utils.what the outputs used to look like
what they look like now
The axes labels are different.
Created on 2022-02-24 by the reprex package (v2.0.1.9000)
The text was updated successfully, but these errors were encountered: