How to make a package

How to make a package

packages
Author

Tony Duan

Published

July 15, 2023

Package is group of function and data.Let make a fake pacakge call: faketesting

0.1 1. check whether the name of your package is taken or not with pacakge available

it show no one create this on CRAN/BIOCONDUCTOR/GITHUB yet!

Code
library(available)
available('faketesting')
── faketesting ─────────────────────────────────────────────────────────────────
Name valid: ✔
Available on CRAN: ✔ 
Available on Bioconductor: ✔
Available on GitHub:  ✔ 
Abbreviations: http://www.abbreviations.com/faketesting
Wikipedia: https://en.wikipedia.org/wiki/faketesting
Wiktionary: https://en.wiktionary.org/wiki/faketesting
Sentiment:???

0.2 2 Create package skeleton

1 Reference

https://www.youtube.com/watch?v=EpTkT6Rkgbs

https://www.youtube.com/watch?v=79s3z0gIuFU&list=PLk3B5c8iCV-T4LM0mwEyWIunIunLyEjqM

https://kbroman.org/AdvData/18_rpack_demo.html