[Bug]: Clean Up flepicommon
Library Call
#351
Labels
bug
Defects or errors in the code.
good first issue
Good for newcomers.
low priority
Low priority.
quick issue
Short or easy fix.
r-flepicommon
Relating to the flepicommon R package.
Label
bug, good first issue, quick issue
Priority Label
low priority
Describe the bug/issue
The library call to load the
flepicommon
package is quite verbose and indicates some issues with how the dependencies are setup for that package.dplyr
andmagrittr
should be moved from depends to imports to avoid attaching those packages.when
andaccumulate
frompurrr
overforeach
to get rid of the conflicting imports warning message.To Reproduce
Environment, if relevant
MacOS 14.6.1, R 4.3.3, Python 3.10.15, conda 24.5.0
The text was updated successfully, but these errors were encountered: