Dear R-users, After upgrading to the recent version of R, I'm having a problem updating task views:> sessionInfo()R version 2.13.0 (2011-04-13) Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) locale: [1] en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] datasets utils stats graphics grDevices methods base other attached packages: [1] ctv_0.7-0 sos_1.3-0 brew_1.0-4 MASS_7.3-12> update.views('Graphics')Error in split.default(X, group) : first argument must be a vector In addition: Warning message: In .get_pkgs_from_ctv_or_repos(views = views, coreOnly = coreOnly, : CRAN task view Graphics not available Thanks, ______________________________________________ Professor Michael Kubovy University of Virginia Department of Psychology for mail add: for FedEx or UPS add: P.O.Box 400400 Gilmer Hall, Room 102 Charlottesville, VA 22904-4400 McCormick Road USA Charlottesville, VA 22903 room phone Office: B011 +1-434-982-4729 Lab: B019 +1-434-982-4751 WWW: http://www.people.virginia.edu/~mk9y/ [[alternative HTML version deleted]]
On Apr 14, 2011, at 11:45 , Michael Kubovy wrote:> Dear R-users, > > After upgrading to the recent version of R, I'm having a problem updating task views:Yes, a bug in the ctv package needs fixing...> >> sessionInfo() > R version 2.13.0 (2011-04-13) > Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) > > locale: > [1] en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8 > > attached base packages: > [1] datasets utils stats graphics grDevices methods base > > other attached packages: > [1] ctv_0.7-0 sos_1.3-0 brew_1.0-4 MASS_7.3-12 >> update.views('Graphics') > Error in split.default(X, group) : first argument must be a vector > In addition: Warning message: > In .get_pkgs_from_ctv_or_repos(views = views, coreOnly = coreOnly, : > CRAN task view Graphics not available > > Thanks, > ______________________________________________ > Professor Michael Kubovy > University of Virginia > Department of Psychology > for mail add: for FedEx or UPS add: > P.O.Box 400400 Gilmer Hall, Room 102 > Charlottesville, VA 22904-4400 McCormick Road > USA Charlottesville, VA 22903 > room phone > Office: B011 +1-434-982-4729 > Lab: B019 +1-434-982-4751 > WWW: http://www.people.virginia.edu/~mk9y/ > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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.-- Peter Dalgaard Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd.mes at cbs.dk Priv: PDalgd at gmail.com
Same problem with Vista -- View this message in context: http://r.789695.n4.nabble.com/Problem-with-R-2-13-0-Task-Views-on-Mac-tp3449189p3450073.html Sent from the R help mailing list archive at Nabble.com.
On 14.04.2011 18:14, rbali wrote:> Same problem with Vista1. Please quote the original message, mailing list readers are not able to follow otherwise! 2. Peter Dalgaard wrote that it is a bug in the ctv package, so everything is said already. And rather than posting here, why not ask the ctv package maintainer for a fix (which has been done already and hence no need to do it *now*). Uwe Ligges> -- > View this message in context: http://r.789695.n4.nabble.com/Problem-with-R-2-13-0-Task-Views-on-Mac-tp3449189p3450073.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at 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.
On Fri, 15 Apr 2011, Uwe Ligges wrote:> On 14.04.2011 18:14, rbali wrote: >> Same problem with Vista > > 1. Please quote the original message, mailing list readers are not able to > follow otherwise! > 2. Peter Dalgaard wrote that it is a bug in the ctv package, so everything is > said already. And rather than posting here, why not ask the ctv package > maintainer for a fix (which has been done already and hence no need to do it > *now*).I just released a new version ctv 0.7-1 on the CRAN master site (http://CRAN.R-project.org/package=ctv) that should fix the problems. (I tested under R 2.12.2, 2.13.0 and 2.14.0 (devel) on my Linux machine.) Best, Z> Uwe Ligges > > > > > >> -- >> View this message in context: >> http://r.789695.n4.nabble.com/Problem-with-R-2-13-0-Task-Views-on-Mac-tp3449189p3450073.html >> Sent from the R help mailing list archive at Nabble.com. >> >> ______________________________________________ >> R-help at 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. > > ______________________________________________ > R-help at 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. >