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

Remove examples for unexported functions. #20

Open
villegar opened this issue Jan 27, 2021 · 0 comments
Open

Remove examples for unexported functions. #20

villegar opened this issue Jan 27, 2021 · 0 comments
Labels
🤓documentation Improvements or additions to documentation

Comments

@villegar
Copy link
Owner

Either omit these examples or export these functions.
Used ::: in documentation:

e.g.:
     man/assess_normality.Rd:
        MetaPipe:::tidy_up(c("HIST_", "ionomics_", "metapipe_"))
     man/effect_plots.Rd:
        example_data_normalised_post <-
MetaPipe:::assess_normality_postprocessing(example_data,
excluded_columns, example_data_normalised, out_prefix = out_prefix)
     man/effect_plots.Rd:
        genetic_map <- MetaPipe:::random_map(population = population,
seed = seed)
     man/effect_plots.Rd:
        MetaPipe:::tidy_up(c("EFF-", "LOD-", "metapipe"))
     man/load_raw.Rd:
        MetaPipe:::tidy_up("example_data")
     man/log_transformation.Rd:
        MetaPipe:::tidy_up("HIST")
......
@villegar villegar added the 🤓documentation Improvements or additions to documentation label Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤓documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant