Skip to content

Commit

Permalink
release: v 0.1.0 on CRAN!
Browse files Browse the repository at this point in the history
  • Loading branch information
simpar1471 committed Oct 18, 2024
1 parent ec875c7 commit 2069ef4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 17 deletions.
3 changes: 2 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
^.idea$
^\.idea$
^openFDA\.Rproj$
^\.Rproj\.user$
^LICENSE\.md$
Expand All @@ -12,3 +12,4 @@
^Meta$
^cran-comments\.md$
^\.github$
^CRAN-SUBMISSION$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: openFDA
Title: 'openFDA' API
Version: 0.0.0.9000
Version: 0.1.0
Authors@R:
person("Simon", "Parker", , "simon.parker.24@ucl.ac.uk",
role = c("aut", "cre", "cph"),
Expand Down
12 changes: 5 additions & 7 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,15 @@ Note that the data on openFDA has not been validated for clinical or production

## Installation

You can install the development version of openFDA from GitHub using either
[pak](https://pak.r-lib.org/) or [devtools](https://devtools.r-lib.org/):

The easiest way to install openFDA is to get it from CRAN:
```r
# install.packages("pak")
pak::pkg_install("simpar1471/openFDA")
install.packages("openFDA")
```

### Development version
```r
# install.packages("devtools")
devtools::install_github("simpar1471/openFDA")
# install.packages("pak")
pak::pkg_install("simpar1471/openFDA")
```

## Using openFDA
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,17 @@ validated for clinical or production use.

## Installation

You can install the development version of openFDA from GitHub using
either [pak](https://pak.r-lib.org/) or
[devtools](https://devtools.r-lib.org/):
The easiest way to install openFDA is to get it from CRAN:

``` r
# install.packages("pak")
pak::pkg_install("simpar1471/openFDA")
install.packages("openFDA")
```

### Development version

``` r
# install.packages("devtools")
devtools::install_github("simpar1471/openFDA")
# install.packages("pak")
pak::pkg_install("simpar1471/openFDA")
```

## Using openFDA
Expand Down
3 changes: 2 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

0 errors | 0 warnings | 1 note

* This is a new release.
* This is a new submission.
* [win-builder](https://win-builder.r-project.org/) noted 'JSON' and 'openFDA' as spelling errors in the description, but these aren't spelt incorrectly.

0 comments on commit 2069ef4

Please sign in to comment.