A set of miscellaneous convenience functions.
Installation
You can install the development version of levinmisc from GitHub with:
# install.packages("pak")
pak::pak("mglev1n/levinmisc")The levinmisc package currently has a large number of dependencies, and may take a long time to install. Installation using the pak package has been tested and avoids timeout errors that may occur when installing the package using devtools::install_github().
[!TIP] Installation of
levinmiscmay have errors related to installtion of other packages. If you encounter such errors, try installing the packages manually before installinglevinmisc. For example, on some systems there is a known issue with installation of thehyprcolocpackage: https://github.com/jrs95/hyprcoloc/issues/30. If this occurs, try following these steps: https://github.com/jrs95/hyprcoloc/issues/30#issuecomment-2002027048