Hello R users, I am trying to get package 'dse' and it seems to download OK: bundle 'dse' successfully unpacked and MD5 sums checked But when I try to use it I get: > help(package="dse") Error in .find.package(pkgName, lib.loc, verbose = verbose) : there is no package called 'dse' > library(dse) Error in library(dse) : there is no package called 'dse' What is it that I am doing wrong? Thank you. Kevin
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.