Skip to content

melaniehuchon/mypkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mypkg

R-CMD-check

The goal of mypkg is to test the R package development during the ISPED summer school.

Iris made this change…

Installation

You can install the development version of mypkg from GitHub with:

# install.packages("devtools")
devtools::install_github("melaniehuchon/mypkg")

Example

This is a basic example which shows you how to solve a common problem:

library(mypkg)
## basic example code

What is special about using README.Rmd instead of just README.md? You can include R chunks like so:

matrice <- cbind(c(1,2), c(3,4))
mean <- c(1, 1)
varcov <- diag(1, 2)
mvnpdf(x = matrice, mean = mean, varcovM = varcov)
#> $x
#>      [,1] [,2]
#> [1,]    1    3
#> [2,]    2    4
#> 
#> $y
#> [1] -2.837877 -8.837877

About

What the Package Does (One Line, Title Case)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages