Skip to content

Commit

Permalink
prep for initial cran release
Browse files Browse the repository at this point in the history
  • Loading branch information
cneyens committed Jul 28, 2024
1 parent 8edd7e1 commit cddb152
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
^docs$
^pkgdown$
^codecov\.yml$
^cran-comments\.md$
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# raem 0.1.0

* Initial CRAN submission.
8 changes: 7 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ knitr::opts_knit$set(

## Installation

You can install the development version of `raem` from [GitHub](https://github.com/cneyens/raem) with:
To install the released version:

``` r
install.packages("raem")
```

The development version of `raem` can be installed from [GitHub](https://github.com/cneyens/raem) with:

``` r
# install.packages("devtools")
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ elements.

## Installation

You can install the development version of `raem` from
To install the released version:

``` r
install.packages("raem")
```

The development version of `raem` can be installed from
[GitHub](https://github.com/cneyens/raem) with:

``` r
Expand Down
16 changes: 16 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## R CMD check results

0 errors | 0 warnings | 1 note

* This is a new release.

* checking examples ... [32s] NOTE
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
capzone 16.41 0.28 17.02
tracelines 12.42 0.33 14.34

The underlying computations require numerical integration which is slow.
Reducing the run time of the examples would require changing them in such a way that
they are no longer meaningful examples.

0 comments on commit cddb152

Please sign in to comment.