Skip to content

Commit

Permalink
Fixed typo in DESCRIPTION under additional_repositories
Browse files Browse the repository at this point in the history
I have no idea how long that has been there
  • Loading branch information
eirikmn committed Apr 22, 2023
1 parent 8f8a04d commit 78e2018
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 43 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
with:
r-version: ${{ matrix.config.r }}
extra-repositories: "https://inla.r-inla-download.org/R/testing"
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
Expand Down
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: bremla
Type: Package
Title: Bayesian Regression Modeling of Layer-Counted Archives
Version: 0.4.0.9000
Version: 0.1.0.9001
Authors@R: c(
person("Eirik", "Myrvoll-Nilsen", email = "[email protected]",
role = c("aut","cre","cph"),
Expand All @@ -18,7 +18,7 @@ Description: Performs efficient Bayesian regression modeling of layer-counted cl
to be constrained using tie-points. The simulated chronologies can also be used to estimate the dating
uncertainty of the onsets of climate transitions. Details on the age-depth model in Myrvoll-Nilsen,
Riechers, Rypdal and Boers (2022) <doi:10.5194/cp-18-1275-2022>, and on how to incorporate tie-points
in Myrvoll-Nilsen, Riechers and Boers (preprint) <doi:.....>.
in Myrvoll-Nilsen, Riechers and Boers (preprint).
License: GPL (>= 2)
Imports:
numDeriv,
Expand All @@ -32,7 +32,7 @@ Depends:
R (>= 3.6),
stats,
methods
Additional_repositories: https://inla.inla-r-download.org/R/testing
Additional_repositories: https://inla.r-inla-download.org/R/testing
Suggests:
INLA (>= 21.08.31),
sn,
Expand Down
40 changes: 20 additions & 20 deletions bremla.Rproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
Version: 1.0
RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default
EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8
RnwWeave: Sweave
LaTeX: pdfLaTeX
AutoAppendNewline: Yes
StripTrailingWhitespace: Yes
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

AutoAppendNewline: Yes
StripTrailingWhitespace: Yes

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
11 changes: 1 addition & 10 deletions man/bremla.Rd

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

8 changes: 0 additions & 8 deletions man/bremla_prepare.Rd

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

2 changes: 1 addition & 1 deletion man/events_depth_to_age.Rd

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

2 changes: 1 addition & 1 deletion man/linrampfitter.Rd

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

0 comments on commit 78e2018

Please sign in to comment.