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

Problem with column names starting with 'X' followed by a number #10

Open
piplus2 opened this issue Sep 25, 2021 · 1 comment
Open

Problem with column names starting with 'X' followed by a number #10

piplus2 opened this issue Sep 25, 2021 · 1 comment

Comments

@piplus2
Copy link

piplus2 commented Sep 25, 2021

M3C/R/M3C.R

Line 115 in 8d975f2

if (is(mydata,"matrix")){

In this line the 'X' is removed from the column names. If the following character is a number, then the 'X' will be added again when the matrix is converted into a data.frame. This gives an error in the neworder1, neworder2.

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

No branches or pull requests

2 participants