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
The impact of this inconsistency is that some other packages seem to depend on upper case characters and may fail sporadically if I am not careful. I understand this issue can be fixed from multiple sides but I am wondering if it would be possible for AAString() and AAStringset() to enforce upper case characters, similarly to DNAString() and DNAStringSet()? Many thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I have noticed the following small inconsistency:
While
DNAString
automatically converts a lower case strings to upper case:Created on 2022-09-27 with reprex v2.0.2
AAString
(andAAStringSet
) does not:Created on 2022-09-27 with reprex v2.0.2
The impact of this inconsistency is that some other packages seem to depend on upper case characters and may fail sporadically if I am not careful. I understand this issue can be fixed from multiple sides but I am wondering if it would be possible for
AAString()
andAAStringset()
to enforce upper case characters, similarly toDNAString()
andDNAStringSet()
? Many thanks.The text was updated successfully, but these errors were encountered: