Step 1. Load required packages
library(devtools)
library(rhub)
Step 2. Inspect and choose R-hub platforms to run the check on
rhub::platforms()
## debian-clang-devel:
## Debian Linux, R-devel, clang, ISO-8859-15 locale
## debian-gcc-devel:
## Debian Linux, R-devel, GCC
## debian-gcc-devel-nold:
## Debian Linux, R-devel, GCC, no long double
## debian-gcc-patched:
## Debian Linux, R-patched, GCC
## debian-gcc-release:
## Debian Linux, R-release, GCC
## fedora-clang-devel:
## Fedora Linux, R-devel, clang, gfortran
## fedora-gcc-devel:
## Fedora Linux, R-devel, GCC
## linux-x86_64-centos6-epel:
## CentOS 6, stock R from EPEL
## linux-x86_64-centos6-epel-rdt:
## CentOS 6 with Redhat Developer Toolset, R from EPEL
## linux-x86_64-rocker-gcc-san:
## Debian Linux, R-devel, GCC ASAN/UBSAN
## macos-elcapitan-release:
## macOS 10.11 El Capitan, R-release (experimental)
## solaris-x86-patched:
## Oracle Solaris 10, x86, 32 bit, R-patched (experimental)
## ubuntu-gcc-devel:
## Ubuntu Linux 16.04 LTS, R-devel, GCC
## ubuntu-gcc-release:
## Ubuntu Linux 16.04 LTS, R-release, GCC
## ubuntu-rchk:
## Ubuntu Linux 16.04 LTS, R-devel with rchk
## windows-x86_64-devel:
## Windows Server 2008 R2 SP1, R-devel, 32/64 bit
## windows-x86_64-devel-rtools4:
## Windows Server 2012, R-devel, Rtools4.0, 32/64 bit (experimental)
## windows-x86_64-oldrel:
## Windows Server 2008 R2 SP1, R-oldrel, 32/64 bit
## windows-x86_64-patched:
## Windows Server 2008 R2 SP1, R-patched, 32/64 bit
## windows-x86_64-release:
## Windows Server 2008 R2 SP1, R-release, 32/64 bit
Step 3. build and check R packages on R-hub
devtools::check_rhub(pkg = ".", platforms = "debian-gcc-devel-nold" )
Recommended for you
This section contains best data science and self-development resources to help you on your path.
Coursera - Online Courses and Specialization
Data science
- Course: Machine Learning: Master the Fundamentals by Stanford
- Specialization: Data Science by Johns Hopkins University
- Specialization: Python for Everybody by University of Michigan
- Courses: Build Skills for a Top Job in any Industry by Coursera
- Specialization: Master Machine Learning Fundamentals by University of Washington
- Specialization: Statistics with R by Duke University
- Specialization: Software Development in R by Johns Hopkins University
- Specialization: Genomic Data Science by Johns Hopkins University
Popular Courses Launched in 2020
- Google IT Automation with Python by Google
- AI for Medicine by deeplearning.ai
- Epidemiology in Public Health Practice by Johns Hopkins University
- AWS Fundamentals by Amazon Web Services
Trending Courses
- The Science of Well-Being by Yale University
- Google IT Support Professional by Google
- Python for Everybody by University of Michigan
- IBM Data Science Professional Certificate by IBM
- Business Foundations by University of Pennsylvania
- Introduction to Psychology by Yale University
- Excel Skills for Business by Macquarie University
- Psychological First Aid by Johns Hopkins University
- Graphic Design by Cal Arts
Amazon FBA
Amazing Selling Machine
Books - Data Science
Our Books
- Practical Guide to Cluster Analysis in R by A. Kassambara (Datanovia)
- Practical Guide To Principal Component Methods in R by A. Kassambara (Datanovia)
- Machine Learning Essentials: Practical Guide in R by A. Kassambara (Datanovia)
- R Graphics Essentials for Great Data Visualization by A. Kassambara (Datanovia)
- GGPlot2 Essentials for Great Data Visualization in R by A. Kassambara (Datanovia)
- Network Analysis and Visualization in R by A. Kassambara (Datanovia)
- Practical Statistics in R for Comparing Groups: Numerical Variables by A. Kassambara (Datanovia)
- Inter-Rater Reliability Essentials: Practical Guide in R by A. Kassambara (Datanovia)
Others
- R for Data Science: Import, Tidy, Transform, Visualize, and Model Data by Hadley Wickham & Garrett Grolemund
- Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems by Aurelien Géron
- Practical Statistics for Data Scientists: 50 Essential Concepts by Peter Bruce & Andrew Bruce
- Hands-On Programming with R: Write Your Own Functions And Simulations by Garrett Grolemund & Hadley Wickham
- An Introduction to Statistical Learning: with Applications in R by Gareth James et al.
- Deep Learning with R by François Chollet & J.J. Allaire
- Deep Learning with Python by François Chollet
Version: Français
No Comments