Skip to content

Commit

Permalink
moved to devel version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fradenti committed Jun 3, 2024
1 parent 992ac69 commit da70001
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: SANple
Type: Package
Title: Fitting Shared Atoms Nested Models via Markov Chains Monte Carlo
Version: 0.1.1
Version: 0.1.1.9000
Date: 2024-06-02
Authors@R: c(
person("Francesco", "Denti", ,"francescodenti.personal@gmail.com",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SANple 0.1.1.9000

* ...

# SANple 0.1.1

* Updated the MCMC functions to take a `burn in` value as input;
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ knitr::opts_chunk$set(
)
```

# SANple v0.1.1 <img src="man/figures/sanple_draft.png" align="right" width="120" />
# SANple v0.1.1.9000 <img src="man/figures/sanple_draft.png" align="right" width="120" />

<!-- badges: start -->
[![R-CMD-check](https://github.com/laura-dangelo/SANple/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/laura-dangelo/SANple/actions/workflows/R-CMD-check.yaml)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# SANple v0.1.1 <img src="man/figures/sanple_draft.png" align="right" width="120" />
# SANple v0.1.1.9000 <img src="man/figures/sanple_draft.png" align="right" width="120" />

<!-- badges: start -->

Expand Down Expand Up @@ -64,7 +64,7 @@ out
#> Model estimated on 290 total observations and 2 groups
#> Total MCMC iterations: 3000
#> maxL: 50 - maxK: 50
#> Elapsed time: 1.625 secs
#> Elapsed time: 1.555 secs
```

``` r
Expand Down

0 comments on commit da70001

Please sign in to comment.