Re: [R] Question regarding the dcast function

2019-03-21 Thread PIKAL Petr
shape2) should be enough to make function dcast available. Maybe you could spent some time reading R-intro docs. Cheers Petr > -Original Message- > From: R-help On Behalf Of Marie-joe Kfoury > Sent: Thursday, March 21, 2019 9:28 AM > To: r-help@r-project.org > Subject: [

Re: [R] Question regarding the dcast function

2019-03-21 Thread Sarah Goslee
Hi, dcast() is a function, not a package, so R can't find it in the package archive. You need to install the package that contains it. Probably you want reshape2 install.packages("reshape2") Sarah On Thu, Mar 21, 2019 at 9:54 AM Marie-joe Kfoury wrote: > > Hi, > > > I am having a problem with

[R] Question regarding the dcast function

2019-03-21 Thread Marie-joe Kfoury
Hi, I am having a problem with installing the dcast function in R 3.5.3 Here is the message that I am getting when trying to install it: > install.packages("dcast") Installing package into �C:/Users/marie/Documents/R/win-library/3.5� (as �lib� is unspecified) Warning message: package �dcast� is