A set of miscellaneous convenience functions.
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 levinmisc
may have errors related to installtion of other packages. If you encounter such errors, try installing the packages manually before installing levinmisc
. For example, on some systems there is a known issue with installation of the hyprcoloc
package: jrs95/hyprcoloc#30. If this occurs, try following these steps: jrs95/hyprcoloc#30 (comment)