Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 683 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 683 Bytes

pacotest

build CRAN_Status_Badge Coverage Status

You can install:

  • the latest released version from CRAN with

    install.packages("pacotest")
  • the latest development version from GitHub using install_github from the R-package devtools with

    install.packages("devtools")
    devtools::install_github(repo = "MalteKurz/pacotest")