Skip to content

Commit

Permalink
Final CRAN submission updates. This is release version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
torfason committed May 24, 2022
1 parent 1fdec32 commit 9ed18c8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
^Meta$
^CRAN-RELEASE$
^revdep$
^CRAN-SUBMISSION$
2 changes: 2 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
on:
push:
branches:
- main
- master
- docs
- x/docs


name: pkgdown
Expand Down
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 1.3.0
Date: 2022-05-23 16:55:46 UTC
SHA: da9815f8702ff76ece85c6c219ad58f4c37f5fe7
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is an update with the following features and fixes:
* import::from/into now support importing `.into` `symbol`s
* import::from/here/into can now support importing generics
* import::from/here/into now support importing hidden objects
* Fix where function `base::get` gould be masked internally
* Fix where function `base::get` could be masked internally
* Several documentation improvements


Expand Down Expand Up @@ -49,7 +49,7 @@ We checked 11 reverse dependencies (10 from CRAN + 1 from Bioconductor), compari

## Other Notes (unchanged since last release):

The package's functionality may alter the search path, but this is intended and should be clear for the user, as the main functionality is an alternative to using `library`. For example the call:
The package's functionality may alter the search path, but this is intended and should be clear for the user, as the main functionality is an alternative to using `library`. For example the call:

`import::from(parallel, makeCluster, parLapply)`

Expand Down
1 change: 1 addition & 0 deletions vignettes/import.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ vignette: >
editor_options:
chunk_output_type: console
---
<img src="import.png" align="right" alt="" width="120" />

* This version: May, 2022
* Latest version at: https://import.rticulate.org/articles/import.html
Expand Down

0 comments on commit 9ed18c8

Please sign in to comment.