In case anyone else ever runs into this problem, I was able to get in touch
with the publisher of the software, who suggested that I had not installed
the R.utils package. The following two commands fixed the problem.
install.packages("R.utils")
library("R.utils")
--
View this message in conte
Thanks, Pascal, for getting back! I did load the package, but I get an
error, as follows:
> library("ChemoSpec")
Package SparseM (0.96) loaded.
To cite, see citation("SparseM")
Warning message:
replacing previous import ‘panel.lines’ when loading ‘lattice’
Is this where the problem i
Hey all--
I'm brand new to R, and have just installed the ChemoSpec because I'd like
to do PCA of NMR datasets. I was following along with the vignette and
trying to load the sample data as follows...
NMRTest <- loadObject("SrE.NMR.RData")
...and got the following error message:
Error: could n
3 matches
Mail list logo