Skip to content

Commit

Permalink
Small updates due to CRAN release.
Browse files Browse the repository at this point in the history
  • Loading branch information
masurp committed Jan 20, 2023
1 parent 7afe13c commit 424266f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# specr 1.0.0

CRAN release: [soon]
CRAN release: 2022-01-20

## Breaking changes

Expand Down
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ knitr::opts_chunk$set(

### News

- 20 January 2022: specr version 1.0.0 is now available via github. This is a major update with several new features and functions. Note: it introduces a new framework for conduction specification curve analyses compared to earlier versions (see [version history](https://masurp.github.io/specr/news/index.html) for more details).
- 20 January 2022: specr version 1.0.0 is now available via [CRAN](https://cran.r-project.org/package=specr). This is a major update with several new features and functions. Note: it introduces a new framework for conduction specification curve analyses compared to earlier versions (see [version history](https://masurp.github.io/specr/news/index.html) for more details).

- 4 December 2020: specr development version 0.2.2 is available via github. Mostly minor updates and bug fixes.

Expand All @@ -53,19 +53,19 @@ We do see a lot of value in investigating how analytical choices affect a statis
Install specr from CRAN:

``` r
install.packages("specr") # version 0.2.1
install.packages("specr")
```

Or install the most recent development version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("masurp/specr") # version 1.0.0
devtools::install_github("masurp/specr")
```

### Usage

Using `specr` is comparatively simple. The two main function are `setup()`, in which analytic choices are specified as arguments, and `specr()`, which fits the models across all specifications. The latter creates a class called "specr.object", which can be summarized and plotted with generic function such as `summary` or `plot`.
Using specr is comparatively simple. The two main function are `setup()`, in which analytic choices are specified as arguments, and `specr()`, which fits the models across all specifications. The latter creates a class called "specr.object", which can be summarized and plotted with generic function such as `summary` or `plot`.

```{r, message=F, warning = F, fig.height=10, fig.width=10}
# Load package ----
Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ stable](https://lifecycle.r-lib.org/articles/figures/lifecycle-stable.svg)](http

### News

- 20 January 2022: specr version 1.0.0 is now available via github.
This is a major update with several new features and functions.
Note: it introduces a new framework for conduction specification
curve analyses compared to earlier versions (see [version
- 20 January 2022: specr version 1.0.0 is now available via
[CRAN](https://cran.r-project.org/package=specr). This is a major
update with several new features and functions. Note: it introduces
a new framework for conduction specification curve analyses compared
to earlier versions (see [version
history](https://masurp.github.io/specr/news/index.html) for more
details).

Expand Down Expand Up @@ -63,20 +64,20 @@ and not a better way to estimate a correlation or effect.
Install specr from CRAN:

``` r
install.packages("specr") # version 0.2.1
install.packages("specr")
```

Or install the most recent development version from
[GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("masurp/specr") # version 1.0.0
devtools::install_github("masurp/specr")
```

### Usage

Using `specr` is comparatively simple. The two main function are
Using specr is comparatively simple. The two main function are
`setup()`, in which analytic choices are specified as arguments, and
`specr()`, which fits the models across all specifications. The latter
creates a class called “specr.object”, which can be summarized and
Expand Down
6 changes: 3 additions & 3 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 424266f

Please sign in to comment.