robjhyndman / demography

demography package for R
https://pkg.robjhyndman.com/demography
73 stars 25 forks source link

Error using lca #29

Closed javifcano closed 7 years ago

javifcano commented 7 years ago

Hi there

I'm using the demography package and I cannot run the lca function (it used to work in my old laptop, but since I have upgraded to a new one, it is not working anymore). Even if I try to run the first example in the help page france.LC1 <- lca(fr.mort, adjust="e0") I get the following error Error in lca(fr.mort, adjust = "e0") : unused argument (adjust = "e0")

Any idea of what might be wrong? I'm using Windows 10 and the latest version of R and any contributed package

Best regards and thank you very much in advance

Javier