<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:gd="http://schemas.google.com/g/2005"><id>tag:blogger.com,1999:blog-7958828565254404797.post8996161260669291685..comments</id><updated>2024-12-13T03:11:35.450-08:00</updated><title type='text'>Comments on ListenData: Install and Load Multiple R Packages</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://www.listendata.com/feeds/comments/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7958828565254404797/8996161260669291685/comments/default'/><link rel='alternate' type='text/html' href='https://www.listendata.com/2018/12/install-load-multiple-r-packages.html'/><link rel="hub" href="http://pubsubhubbub.appspot.com/"/><author><name>Deepanshu Bhalla</name><uri>http://www.blogger.com/profile/09802839558125192674</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXm_iOrXFR9Ls-mjtOci4qd1m1V1TXkkWJINuMy84-Axo5pNS6CG7oKwR7hfHHI3tB1yuz8W_qo9HK2Cw5fHfe_4cL_2DCf_LyoK9LMLicZojbNYgypIP-RXNsw1GsVhk/s100/pic.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7958828565254404797.post-6919576882169114784</id><published>2018-12-03T00:48:47.190-08:00</published><updated>2018-12-03T00:48:47.190-08:00</updated><title type='text'>Thanks for the post! I use an alternative strategy...</title><content type='html'>Thanks for the post! I use an alternative strategy/function using the function &quot;p_load&quot; which can be found in the &quot;pacman&quot; package. See the code below.<br /><br />---------- start code ----------<br />if (!require(&quot;pacman&quot;)) install.packages(&quot;pacman&quot;)<br />pacman::p_load(packages)<br />---------- end code ----------<br /></content><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/7958828565254404797/8996161260669291685/comments/default/6919576882169114784'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/7958828565254404797/8996161260669291685/comments/default/6919576882169114784'/><link rel='alternate' type='text/html' href='https://www.listendata.com/2018/12/install-load-multiple-r-packages.html?showComment=1543826927190#c6919576882169114784' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='https://www.listendata.com/2018/12/install-load-multiple-r-packages.html' ref='tag:blogger.com,1999:blog-7958828565254404797.post-8996161260669291685' source='http://www.blogger.com/feeds/7958828565254404797/posts/default/8996161260669291685' type='text/html'/><gd:extendedProperty name="blogger.itemClass" value="pid-6939909"/><gd:extendedProperty name="blogger.displayTime" value="December 3, 2018 at 12:48 AM"/></entry></feed>