ankemt / MEAanalysis

GNU General Public License v3.0
0 stars 0 forks source link

Warning message when running devtools::document #13

Closed ankemt closed 1 year ago

ankemt commented 3 years ago
Warning message:

── Conflicts ────────────────────────────────────────────────────────────── MEAanalysis conflicts ──
x clean_content()   masks MEAanalysis::clean_content()
x extract_content() masks MEAanalysis::extract_content()
x extract_header()  masks MEAanalysis::extract_header()
… and 3 more

Did you accidentally source a file rather than using `load_all()`?
Run `rm(list = c("clean_content", "extract_content", "extract_header", "parse_MEA_file", "split_based_on_space", "treatment_ratio"))` to remove the conflicts. 
bvreede commented 1 year ago

This happens when a file gets run independently, and its functions are then loaded into the environment. Clean the environment, then try again :)