Skip to content

Commit

Permalink
on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Feb 20, 2020
1 parent e771220 commit ca5626c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: errors
Type: Package
Title: Uncertainty Propagation for R Vectors
Version: 0.3.2.9000
Version: 0.3.3.9000
Authors@R: c(
person("Iñaki", "Ucar", email="[email protected]",
role=c("aut", "cph", "cre"), comment=c(ORCID="0000-0001-6403-5550")))
Expand Down
6 changes: 1 addition & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# errors 0.3.2.9000

## Minor changes and fixes
# errors 0.3.3

- Fix `min`, `max` and `range` (#35).
- Rewrite `plot` to fix issues with limits and labels (#35).

# errors 0.3.2

## Minor changes and fixes

- Add CITATION for the *R Journal* paper.
- Add the paper as a vignette.

Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Patch release

Adds a reference to the R Journal and includes the paper as a vignette.
Minor bug fixes.

## Test environments

* Fedora 30 + GCC + clang (local), R 3.5.3
* Ubuntu 14.04 + GCC (on travis-ci), R 3.4.4, 3.5.2, devel
* Fedora 31 + GCC + clang (local), R 3.6.2
* Ubuntu 16.04 + GCC (on Travis-CI), R 3.5.3, 3.6.1, devel
* win-builder, R devel

## R CMD check results
Expand Down
1 change: 1 addition & 0 deletions errors.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ StripTrailingWhitespace: Yes
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageBuildArgs: --compact-vignettes=gs+qpdf
PackageCheckArgs: --as-cran
PackageRoxygenize: rd,collate,namespace

0 comments on commit ca5626c

Please sign in to comment.