1) Definitely yes. They are on CRAN. Just type install.packages( c("dplyr", "tidyr" ) )
at the R console. 2) Don't know, but most likely the answer is yes. Since all R packages on Linux are compiled by R when installed, you either need to activate your virtual machine, compile the packages, and save the state for future use, or you have to build the package library on another compatible architecture and copy the library into the VM image. I suggest you read the portableR documentation and the R Installation and Administration manual. -- Sent from my phone. Please excuse my brevity. On July 25, 2017 3:43:11 AM PDT, Ashish Ranjan <aranjan1...@gmail.com> wrote: >Hi Team, > >Please suggest me on below :- > >1).are There any linux based library for dplyr and tidyr? I could find >these r-libraries for windows and Mac but not for linux. 2). is it >possible >to add external library to portableR >zip(http://nafiux.github.io/portableR/) >file if yes then how to add external library to poratbleR zip file? > >In our application AWS lambda invoking the R-script by using portableR >zip >file.we want to add new external dplyr library to this poratbleR zip >file. > > >Thanks > >Ashish Ranjan > > [[alternative HTML version deleted]] > >______________________________________________ >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. ______________________________________________ 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.