Skip to content

Commit ccf028c

Browse files
committed
Bump version to 1.3.3 for release
1 parent 1a1d4e5 commit ccf028c

File tree

5 files changed

+15
-13
lines changed

5 files changed

+15
-13
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: import
22
Type: Package
33
Title: An Import Mechanism for R
4-
Version: 1.3.2.9001
4+
Version: 1.3.3
55
Authors@R:
66
c(person(given = "Stefan Milton",
77
family = "Bache",
@@ -27,5 +27,5 @@ Suggests:
2727
testthat
2828
Language: en-US
2929
VignetteBuilder: knitr
30-
RoxygenNote: 7.3.2
30+
RoxygenNote: 7.3.3
3131
Encoding: UTF-8

NEWS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11

2-
Version 1.3.2.900x
2+
Version 1.3.3
33
=============
44

5-
* Minor bugfixes
5+
* Add conflicting name in error message
6+
* Update docs to point to rticulate.github.io/import
7+
68

79

810
Version 1.3.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![CRAN
77
status](https://www.r-pkg.org/badges/version/import)](https://CRAN.R-project.org/package=import)
88
[![CRAN status
9-
shields](https://img.shields.io/badge/Git-1.3.2.9001-success)](https://github.com/rticulate/import)
9+
shields](https://img.shields.io/badge/Git-1.3.3-success)](https://github.com/rticulate/import)
1010
[![R build
1111
status](https://github.com/rticulate/import/workflows/R-CMD-check/badge.svg)](https://github.com/rticulate/import/actions)
1212
<!-- badges: end -->

cran-comments.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
## General
22

3-
Version 1.3.2 is a bug fix release with the following fixes:
3+
Version 1.3.3 is a bug fix release with the following fixes:
44

5-
* Fix an issue in the way method names are constructed for S3 imports
5+
* Add conflicting name in error message
6+
* Update docs to point to rticulate.github.io/import
67

78
More info in `NEWS.md`
89

910

1011
## Test environments
1112

12-
* local Mac OS X (R 4.3.1)
13+
* local Mac OS X (R 4.5.1)
1314
* r-hub
14-
* (Windows Server 2022, R-devel, 64 bit)
15-
* (Ubuntu Linux 20.04.1 LTS, R-release, GCC)
16-
* (Fedora Linux, R-devel, clang, gfortran)
17-
* win-builder (devel R R-4.1.0 and release R-4.0.2)
15+
* win-builder
1816
* GitHub CE (macos, linux and windows)
1917

2018

@@ -24,7 +22,7 @@ There were no ERRORs or WARNINGs.
2422

2523
On winbuilder, there were no NOTEs:
2624

27-
On r-hub.io, some platforms raies one or the other of the following notes:
25+
On r-hub.io, some platforms raise one or the other of the following notes:
2826

2927
+---
3028
❯ checking for non-standard things in the check directory ... NOTE

inst/WORDLIST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ https
33
img
44
io
55
bugfix
6+
github
7+
rticulate

0 commit comments

Comments
 (0)