Dirk Eddelbuettel wrote: > > Supply an argument 'lib' pointing to a directory where you write to, or > alternatively (but not generally recommended) run R as root to install the > package as root can write to /usr/lib/R/lib. > > Dirk >
OK! I've installed this package. Thank you! :) Example: > permn((c(23,45,56))) [[1]] [1] 23 45 56 [[2]] [1] 23 56 45 [[3]] [1] 56 23 45 [[4]] [1] 56 45 23 [[5]] [1] 45 56 23 [[6]] [1] 45 23 56 -- View this message in context: http://www.nabble.com/permutations-tp25834463p25835454.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.