traitecoevo / plant

Trait-Driven Models of Ecology and Evolution :evergreen_tree:
https://traitecoevo.github.io/plant
53 stars 20 forks source link

scm_base_parameters() not exported into namespace? #317

Closed hrlai closed 2 years ago

hrlai commented 2 years ago

Hi dev! I just updated the package to the latest v2.0.0, following the installation instructions on GitHub. However, the vigenette code here cease to work for me:

> params <- scm_base_parameters("FF16")
Error in scm_base_parameters("FF16") : 
  could not find function "scm_base_parameters"

This however works, so is scm_base_parameters() now hidden?

> params <- plant:::scm_base_parameters("FF16")
aornugent commented 2 years ago

Thanks @hrlai, I forgot to export it! Fixed in #315 but will patch if that gets held up.

aornugent commented 2 years ago

Closed by #315