Skip to content

Commit ca5626c

Browse files
committed
on CRAN
1 parent e771220 commit ca5626c

4 files changed

Lines changed: 6 additions & 9 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: errors
22
Type: Package
33
Title: Uncertainty Propagation for R Vectors
4-
Version: 0.3.2.9000
4+
Version: 0.3.3.9000
55
Authors@R: c(
66
person("Iñaki", "Ucar", email="iucar@fedoraproject.org",
77
role=c("aut", "cph", "cre"), comment=c(ORCID="0000-0001-6403-5550")))

NEWS.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
# errors 0.3.2.9000
2-
3-
## Minor changes and fixes
1+
# errors 0.3.3
42

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

86
# errors 0.3.2
97

10-
## Minor changes and fixes
11-
128
- Add CITATION for the *R Journal* paper.
139
- Add the paper as a vignette.
1410

cran-comments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## Patch release
22

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

55
## Test environments
66

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

1111
## R CMD check results

errors.Rproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ StripTrailingWhitespace: Yes
1818
BuildType: Package
1919
PackageUseDevtools: Yes
2020
PackageInstallArgs: --no-multiarch --with-keep.source
21+
PackageBuildArgs: --compact-vignettes=gs+qpdf
2122
PackageCheckArgs: --as-cran
2223
PackageRoxygenize: rd,collate,namespace

0 commit comments

Comments
 (0)