Hi,
I've just noticed that the function getHPa package has recently changed in the devel branch of the package, as follows:
# Old function (in the current release branch)
getHpa(id, hpadata = "NormalTissue")
#New function (in the current devel branch)
getHpa(id, hpadata = "hpaNormalTissue")
A function of my package (MetaboSignal) uses this function from the hpar package, so today I had to update my code according to this modification of the getHpa function. I just wanted to confirm that the next release version of hpar is going to keep this new version of the getHpa function. Otherwise, I guess this might cause trouble with the upcoming release version of MetaboSignal. Would it be worthy to write my own getHpa function to avoid this kind of problems ?
Thanks very much in advance,
Andrea