Skip to content

Commit

Permalink
Merge pull request #554 from njtierney/tidy-for-release-043
Browse files Browse the repository at this point in the history
Tidy for release 043
  • Loading branch information
njtierney committed Sep 8, 2022
2 parents a9b5515 + 69c5eb5 commit f1da9ee
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 24 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Type: Package
Package: greta
Title: Simple and Scalable Statistical Modelling in R
Version: 0.4.2.9000
Date: 2022-03-22
Version: 0.4.3
Authors@R: c(
person("Nick", "Golding", , "nick.golding.research@gmail.com", role = "aut",
comment = c(ORCID = "0000-0001-8916-5570")),
Expand Down
13 changes: 1 addition & 12 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# greta 0.4.2.9000 (development version)
# greta 0.4.3

## Features

Expand All @@ -7,17 +7,6 @@
## Fixes

* Issue where `future` and `parallely` packages error when a CPU with only one core is provided (#513, #516).

# greta 0.4.2.9000

## Fixes

* Removes any use of `multiprocess` as it is deprecated in the `future` package (#394)

# greta 0.4.2.9000

## Fixes

* Removes any use of `multiprocess` as it is deprecated in the `future` package (#394)

# greta 0.4.2
Expand Down
2 changes: 1 addition & 1 deletion R/optimisers.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' for use in [opt()]. For details of the algorithms and how to
#' tune them, see the
#' [SciPy
#' optimiser docs](https://docs.scipy.org/doc/scipy-1.8.0/html-scipyorg/reference/optimize.html#optimization) or the
#' optimiser docs](https://docs.scipy.org/doc/scipy/tutorial/optimize.html?highlight=optimize) or the
#' [TensorFlow
#' optimiser docs](https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/contrib).
#'
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"codeRepository": "https://github.com/njtierney/greta",
"issueTracker": "https://github.com/greta-dev/greta/issues",
"license": "https://spdx.org/licenses/Apache-2.0",
"version": "0.4.2",
"version": "0.4.3",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
"url": "https://r-project.org"
},
"runtimePlatform": "R version 4.1.3 (2022-03-10)",
"runtimePlatform": "R version 4.2.1 (2022-06-23)",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand Down Expand Up @@ -515,7 +515,7 @@
},
"SystemRequirements": "Python (>= 2.7.0) with header files and shared\n library; TensorFlow (v1.14; https://www.tensorflow.org/); TensorFlow\n Probability (v0.7.0; https://www.tensorflow.org/probability/)"
},
"fileSize": "1320.891KB",
"fileSize": "1313.486KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down
9 changes: 4 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
## Test environments
* local R installation, R 4.1.3
* ubuntu 16.04 (on travis-ci), R 4.1.3
* local R installation, R 4.2.1
* ubuntu 18.04 (on github actions), R 4.2.1
* win-builder (devel)

## R CMD check results

0 errors | 0 warnings | 0 notes

* Days since last update: 7
* Package has been resubmitted based on request to fix error on install of M1. This has now been resolved
* Days since last update: 170

## revdepcheck results

We checked 1 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 3 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
Expand Down
2 changes: 1 addition & 1 deletion man/optimisers.Rd

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

0 comments on commit f1da9ee

Please sign in to comment.