ypreport throws following use in manual

Issue #17 new
Siddhant Vashistha created an issue

I have installed YplantQMC 0.6 from CRAN on Windows 8 / R 3.0.2 (see output of sessionInfo() attached).

When I get to ypreport, it throws the following error:

ypreport(plant = sugarmaple, phy = clidlrc, met = sunnyday, hemi = largegap, ypsim = maplerun)

Error in signif(x$LA, digits = x$nsignif) : 
  non-numeric argument to mathematical function

Comments (4)

  1. Remko Duursma repo owner

    Thanks for reporting. Can you please try the development version to see if the problem persists?

    library(devtools)
    install_bitbucket("yplantqmc","remkoduursma")
    
  2. Remko Duursma repo owner

    Thanks. The model has undergone many changes since the CRAN version but due to some complications I have been unable to push a new version to CRAN. I hope to resolve this soon. Again thanks for reporting...

  3. Log in to comment