htmltools
package to a version that is compatible with adegenet
. You can do this by running the following command in your R console: install.packages("htmltools"). This should install the latest version of htmltools
and resolve the version conflict with adegenet
. Once you have updated htmltools
, you should be able to load adegenet
without encountering any errors.Alternatively, you can try installing a specific version of htmltools
that is compatible with the version of adegenet
you are using. To do this, you can use the install_version()
function from the devtools
package, like this: devtools::install_version("htmltools", version = "0.5.4")
--
You received this message because you are subscribed to the Google Groups "poppr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to poppr+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/poppr/f69df9df-c2f8-4851-af68-8a7bf5ddf70dn%40googlegroups.com.