MatthiasPucher / staRdom

staRdom is a package for R to analyse fluorescence and absorbance data of dissolved organic matter (DOM).
21 stars 2 forks source link

Error in parafac_conv #12

Closed ChiaraCooper closed 4 years ago

ChiaraCooper commented 4 years ago

Hi Matthias,

Thank you for your package first of all!

I have an issue with parafac_conv. When I try to run it with the parameter output="all" it returns this:

Error in parafac_conv(eem_array, nfac = comp, const = const, maxit = maxit, : formal argument "output" matched by multiple actual arguments

mod3exclude<-eem_parafac(eem_list_exclude,comps=4,normalise=TRUE,const=c("nonneg","nonneg","nonneg"),maxit=maxit,nstart=nstart,output="all",ctol=ctol,cores=cores) Error in parafac_conv(eem_array, nfac = comp, const = const, maxit = maxit, : formal argument "output" matched by multiple actual arguments

Thank you,

Chiara

MatthiasPucher commented 4 years ago

Thank you for leaving a comment! It is fixed in the current GitHub version. CRAN will follow in some days! Sorry for letting you wait!