diff --git a/DESCRIPTION b/DESCRIPTION index 69631be..0979426 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: pkgload Title: Simulate Package Installation and Attach -Version: 1.3.3.9000 +Version: 1.3.4 Authors@R: c( person("Hadley", "Wickham", role = "aut"), person("Winston", "Chang", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 25f2a8b..e4429a4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,13 @@ -# pkgload (development version) +# pkgload 1.3.4 * On load, pkgload now sets `PKGLOAD_PARENT_TEMPDIR` to the temporary directory used in the current process. This provides a convenient place to cache results for functions used in subprocesses (e.g. `devtools::test()`, `devtools::document()`). +* Fixes for Debian packaging. + + # pkgload 1.3.3 * `dev_topic_index()` is now exported (#257).