cbroeckl / RAMClustR

Assigning precursor-product ion relationships in indiscriminant MS/MS data
MIT License
12 stars 16 forks source link

exportDataset function fails due to `getData` function not being found #17

Closed hechth closed 2 years ago

hechth commented 4 years ago

Trying to use the exportDataset function from the library, I run into an error where the getData function mentioned below is not found.

https://github.com/cbroeckl/RAMClustR/blob/eb15f37a77bac25fb59c90e5b212169464de62f2/R/exportDataset.R#L27-L32

Which function is this or is the exportDataset function deprecated?

I'm very thankful for any advice.

cbroeckl commented 3 years ago

@hechth - sorry for the delay. i was doing a bit of cleanup and got a bit sloppy in removing this function. it was still present in more an internal package i maintain, so i failed to notice this error.

I have just reinstated this in the github version a few minutes ago. thanks for catching it!

hechth commented 3 years ago

@cbroeckl Thank you for pointing that out and fixing it! :)