- Modern R Programming Cookbook
- Jaynal Abedin
- 64字
- 2021-07-08 09:48:29
How it works…
Whenever you call the installed.versions() function, it looks at the DESCRIPTION file of that library and extracts the version number and displays it on the console.
Alternatively, whenever you call install.versions() to install the specified version of a library, it checks the date of that version and runs the install.dates() function internally to download the appropriate version onto the computer.
推薦閱讀
- MySQL數據庫管理實戰
- 數據結構和算法基礎(Java語言實現)
- Software Testing using Visual Studio 2012
- Web Development with Django Cookbook
- Python計算機視覺編程
- The Computer Vision Workshop
- Unity 5.x By Example
- 軟件架構:Python語言實現
- HTML5 APP開發從入門到精通(微課精編版)
- 小程序,巧應用:微信小程序開發實戰(第2版)
- OpenStack Networking Essentials
- Solutions Architect's Handbook
- 原型設計:打造成功產品的實用方法及實踐
- SOA Patterns with BizTalk Server 2013 and Microsoft Azure(Second Edition)
- KnockoutJS Blueprints