--
You received this message because you are subscribed to the Google Groups "dartR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dartr+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dartr/46bcd81e-ffa1-4a8b-962b-2d1741330fe2n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dartr/caf46b6b-6252-40e2-867f-91a59967e526n%40googlegroups.com.
Hi Juan,
Thank you for reporting that bug. The fix is available in the developing version of dartR.base. Please install this version as shown below:
# install developing version of dartR.base
# NOTE that in the below line you have to replace "_at_" by "@"
devtools::install_github("green-striped-gecko/dartR.base_at_dev")
# OR
dartRverse::dartRverse_install(
package = "dartR.base",
rep = "Github",
branch = "dev",
verbose = TRUE
)
library(dartRverse)
x <- platypus.gl
test_platypus_ss <- gl.subsample.loc(x,
n = nLoc(x),
replace = TRUE,
error.check = TRUE)
test_platypus_ss <- gl.compliance.check(test_platypus_ss, verbose = 5)
Cheers,
Luis
To view this discussion visit https://groups.google.com/d/msgid/dartr/CA%2B_AXT_%3Djsw69rVy3snP0WvVRDk52spqW6X2AmcCMD3Ss8d3nA%40mail.gmail.com.