library(testthat)
library(nanoscopeAFM)
test_check("nanoscopeAFM")
# create a new test =======
# usethis::use_test("name")
# test the package ========
# use test_local() to check local package
# adding a required package =====
# usethis::use_package("stringr")
# step by step testing =====
# setwd('./tests/testthat')
# publish on GitHub
# usethis::use_github_action("pkgdown")
# do the checks:
# devtools::test()
# add vignettes
# usethis::use_vignette("my-vignette")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.