Skip to content
Prev 12109 / 21307 Next

[Bioc-devel] How to recreate R CMD BUILD environment in interactive session?

On 10/23/2017 01:42 PM, Martin Morgan wrote:
Still not 100% safe though. Will give a false positive in the rare
situation where some columns are duplicated ;-)

 > setequal(c("a", "b", "a"), c("b", "a"))
[1] TRUE

H.