Hi

You shouldn't use HTML formating unless you want to surprise us with weird and 
messy email.

function dcast is in data.table and/or in reshape2 packages. For both

install.packages("data.table")
install.packages("reshape2")

followed by
library(data.table)
library(reshape2)

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 <r-help-boun...@r-project.org> On Behalf Of Marie-joe Kfoury
> Sent: Thursday, March 21, 2019 9:28 AM
> To: r-help@r-project.org
> Subject: [R] Question regarding the dcast function
>
> 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 not available (for R version 3.5.3)
>
>
>
> Marie Joe Kfoury
>
> [[alternative HTML version deleted]]

Osobní údaje: Informace o zpracování a ochraně osobních údajů obchodních 
partnerů PRECHEZA a.s. jsou zveřejněny na: 
https://www.precheza.cz/zasady-ochrany-osobnich-udaju/ | Information about 
processing and protection of business partner’s personal data are available on 
website: https://www.precheza.cz/en/personal-data-protection-principles/
Důvěrnost: Tento e-mail a jakékoliv k němu připojené dokumenty jsou důvěrné a 
podléhají tomuto právně závaznému prohláąení o vyloučení odpovědnosti: 
https://www.precheza.cz/01-dovetek/ | This email and any documents attached to 
it may be confidential and are subject to the legally binding disclaimer: 
https://www.precheza.cz/en/01-disclaimer/

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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.

Reply via email to