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
"Assigning attributes first removes all attributes, then sets any dim attribute and then the remaining attributes
in the order given: this ensures that setting a dim attribute always precedes the dimnames attribute."
Is it possible that the original version removes class -attribute, which never gets set anymore?
I have made small test, which fails when running it using the version downloaded with the command "git clone https://github.com/leeper/csvy",
and passes after the modification. The test is attached below.
Please let me know, if I can make the patch better available for the trunk.
Disclaimer: I am NOT an R -expert - just learning, and I may have misunderstanding somewhere.
From an email:
I could not make Date datatype to work as expected. After modifying line 80 on in "R/read_csvy.R"
Date -datatype works as I would expect.
Documentation on https://stat.ethz.ch/R-manual/R-devel/library/base/html/attributes.html says
"Assigning attributes first removes all attributes, then sets any dim attribute and then the remaining attributes
in the order given: this ensures that setting a dim attribute always precedes the dimnames attribute."
Is it possible that the original version removes class -attribute, which never gets set anymore?
I have made small test, which fails when running it using the version downloaded with the command "git clone https://github.com/leeper/csvy",
and passes after the modification. The test is attached below.
The text was updated successfully, but these errors were encountered: