Skip to content

Commit

Permalink
changed dev version install to @dev
Browse files Browse the repository at this point in the history
  • Loading branch information
datapumpernickel committed Apr 22, 2024
1 parent e49fb05 commit 59476ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ Please [report](https://github.com/ropensci/comtradr/issues) issues, comments,
or feature requests. We are very much looking for feedback on the usability
of the new functions.

The package in its old version is still available from
the `legacy-0-3-0` branch.


Please note that this package is released with a [Contributor Code of Conduct](https://rOpenSci.org/code-of-conduct/).
By contributing to this project, you agree to abide by its terms.
Expand All @@ -50,9 +47,13 @@ To install the dev version from github, use:

```{r eval=FALSE}
# install.packages("devtools")
devtools::install_github("ropensci/comtradr@main")
devtools::install_github("ropensci/comtradr@dev")
```

Note that the development version includes a preliminary way to query
the bulk download, but it is undocumented and might break.


## Usage

### Authentication 🔐
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ Please [report](https://github.com/ropensci/comtradr/issues) issues,
comments, or feature requests. We are very much looking for feedback on
the usability of the new functions.

The package in its old version is still available from the
`legacy-0-3-0` branch.

Please note that this package is released with a [Contributor Code of
Conduct](https://rOpenSci.org/code-of-conduct/). By contributing to this
project, you agree to abide by its terms.
Expand All @@ -44,9 +41,12 @@ To install the dev version from github, use:

``` r
# install.packages("devtools")
devtools::install_github("ropensci/comtradr@main")
devtools::install_github("ropensci/comtradr@dev")
```

Note that the development version includes a preliminary way to query
the bulk download, but it is undocumented and might break.

## Usage

### Authentication 🔐
Expand Down

0 comments on commit 59476ef

Please sign in to comment.