You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tr8_config seems not to be loaded when I load the package (and it looks like some other functions that are mentioned in the documentation are also missing).
I'm using R version 4.2.2 with RStudio under Windows.
The text was updated successfully, but these errors were encountered:
Hi,
Yes, you're right. Those are just remnants of previous versions of TR8; now tr8_config is not needed any more, thus was removed (but I evidently forgot to update the documentation, i.e. remove non-used functions). Please refer to TR8 vignette for usage of the package.
Thanks.
Hi,
when I tried to use function tr8_config I get the error message that it could not be found. Using TR8::tr8_config() gives me:
Error: 'tr8_config' is not an exported object from 'namespace:TR8'
Trying to check the functions loaded I get the following list:
ls("package:TR8")
[1] "available_tr8" "available_traits" "bib" "biolflor_lookup" "column_list" "extract_traits"
[7] "imkerbond_check" "issues" "leda_lookup" "list_of_traits_Biolflor" "lookup" "pignatti"
[13] "ref_PLANTS" "tr8" "tr8_setup" "traits_eco" "traits_pollen_Biolflor" "traits_special_Biolflor"
tr8_config seems not to be loaded when I load the package (and it looks like some other functions that are mentioned in the documentation are also missing).
I'm using R version 4.2.2 with RStudio under Windows.
The text was updated successfully, but these errors were encountered: