From e6c0b1e76fd92de791d9824d180956d85d3d1674 Mon Sep 17 00:00:00 2001 From: Aron Atkins Date: Fri, 28 Apr 2023 15:30:18 -0400 Subject: [PATCH] appSourceDoc is deprecated, not appPrimaryDoc (#826) --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index b53a3f46..1445015a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -112,7 +112,7 @@ * `deployApp("foo.Rmd")` has been deprecated. It was never documented, and it does the same job as `deployDoc()` (#698). -* `deployApp(appPrimaryDoc)` has been deprecated; it did the same job as +* `deployApp(appSourceDoc)` has been deprecated; it did the same job as `recordDir`. * `appDependencies()` now returns an additional column giving the Repository