R
Это шаблон, который можно модифицировать при разработки шаблона настоящего пакета.
Файловая структура
.
├── DESCRIPTION
├── NAMESPACE
├── R
│ ├── hello.R
│ ├── package-doc.R
│ └── utils-pipe.R
├── README.md
├── inst
│ └── extdata
│ └── iris.csv
├── man
│ ├── hello.Rd
│ ├── pipe.Rd
│ └── rPackageTemplate.Rd
├── rPackageTemplate.Rproj
└── tests
├── testthat
│ └── test-hello.R
└── testthat.R
Этапы построения:
.gitignore
DESCRIPTION
usethis::use_testthat()
и usethis::use_test()
usethis::use_pipe()
devtools::document()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.