Skip to content

Commit

Permalink
Update README and DESCRIPTION for CRAN release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
torfason committed Jan 19, 2024
1 parent d269675 commit d940a05
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: import
Type: Package
Title: An Import Mechanism for R
Version: 1.3.1
Version: 1.3.2
Authors@R:
c(person(given = "Stefan Milton",
family = "Bache",
Expand Down
3 changes: 2 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ feature can be implemented without breaking backwards compatibility.
* Some of the use cases for `import` can now be handled directly in base R using the
new `exclude` and `include.only` arguments of `library()` and `require()`
* For an interesting but slightly different idea of Python-like modules for R, see the
[modules](https://github.com/klmr/modules) package by [@klmr](https://github.com/klmr).
[box](https://klmr.me/box/) package by [@klmr](https://github.com/klmr) (previously
called [modules](https://github.com/klmr/modules)).
* Another approach, focused on treating the use of functions with naming conflicts as
explicit errors is the [conflicted](https://github.com/r-lib/conflicted)
package by [@hadley](https://github.com/hadley).
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![CRAN
status](https://www.r-pkg.org/badges/version/import)](https://CRAN.R-project.org/package=import)
[![CRAN status
shields](https://img.shields.io/badge/Git-1.3.1-success)](https://github.com/rticulate/import)
shields](https://img.shields.io/badge/Git-1.3.2-success)](https://github.com/rticulate/import)
[![R build
status](https://github.com/rticulate/import/workflows/R-CMD-check/badge.svg)](https://github.com/rticulate/import/actions)
<!-- badges: end -->
Expand Down Expand Up @@ -224,8 +224,9 @@ breaking backwards compatibility.
R using the new `exclude` and `include.only` arguments of `library()`
and `require()`
- For an interesting but slightly different idea of Python-like modules
for R, see the [modules](https://github.com/klmr/modules) package by
[@klmr](https://github.com/klmr).
for R, see the [box](https://klmr.me/box/) package by
[@klmr](https://github.com/klmr) (previously called
[modules](https://github.com/klmr/modules)).
- Another approach, focused on treating the use of functions with naming
conflicts as explicit errors is the
[conflicted](https://github.com/r-lib/conflicted) package by
Expand Down

0 comments on commit d940a05

Please sign in to comment.