Skip to content

Commit

Permalink
minor version bump and other small changes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
njtierney committed Jan 29, 2024
1 parent 3737f54 commit 6e0f80d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: greta.gp
Title: Gaussian Process Modelling in 'greta'
Version: 0.2.0.9000
Version: 0.2.1
Authors@R: c(
person(
given = "Nick",
Expand Down
2 changes: 1 addition & 1 deletion R/gp.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @param x,x_new greta array giving the coordinates at which to evaluate the
#' Gaussian process
#' @param kernel a kernel function created using one of the
#' [`kernel()`][greta.gp::kernels] methods
#' [kernel()][greta.gp::kernels] methods
#' @param inducing an optional greta array giving the coordinates of inducing
#' points in a sparse (reduced rank) Gaussian process model
#' @param n the number of independent Gaussian processes to define with
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can install the current release version of `greta.gp` from CRAN:
install.packages("greta.gp")
```

Or install the development version of `greta.dynamics` from [r-universe](https://greta-dev.r-universe.dev/ui#builds):
Or install the development version of `greta.dynamics` from [r-universe](http://greta-dev.r-universe.dev/ui/):

```r
install.packages("greta.gp", repos = "https://greta-dev.r-universe.dev")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install.packages("greta.gp")
```

Or install the development version of `greta.dynamics` from
[r-universe](https://greta-dev.r-universe.dev/ui#builds):
[r-universe](http://greta-dev.r-universe.dev/ui/):

``` r
install.packages("greta.gp", repos = "https://greta-dev.r-universe.dev")
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## R CMD check results

0 errors | 0 warnings | 1 note
0 errors | 0 warnings | 0 note

* This is a new release.
* Submitted this release to address "_PACKAGE" sentinel value
2 changes: 1 addition & 1 deletion man/gp.Rd

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

0 comments on commit 6e0f80d

Please sign in to comment.