Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing functions #74

Open
voerdus opened this issue Jul 11, 2024 · 1 comment
Open

Missing functions #74

voerdus opened this issue Jul 11, 2024 · 1 comment

Comments

@voerdus
Copy link

voerdus commented Jul 11, 2024

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.

@GioBo
Copy link
Owner

GioBo commented Jul 11, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants