[R] To Supporting graphpad prism in R, add external library to poratbleR

Jeff Newmiller jdnewmil at dcn.davis.ca.us
Tue Jul 25 15:39:04 CEST 2017


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 <aranjan1645 at 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 at 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.



More information about the R-help mailing list