From eda78097f9fa33f7e16f6a7759bc84f28fc154d3 Mon Sep 17 00:00:00 2001 From: Josiah Parry Date: Sun, 24 Sep 2023 07:47:44 -0400 Subject: [PATCH] Update vignettes/articles/cran-compliance.Rmd Co-authored-by: Ilia Kosenkov --- vignettes/articles/cran-compliance.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/articles/cran-compliance.Rmd b/vignettes/articles/cran-compliance.Rmd index 81a1789c..fee22c81 100644 --- a/vignettes/articles/cran-compliance.Rmd +++ b/vignettes/articles/cran-compliance.Rmd @@ -46,7 +46,7 @@ During the build time, the dependencies are extracted, compiled, and then discar ## Package compilation -All of this comes together during package compilation time. During package compilation certain behaviors must be achieved: +All of this comes together during package compilation time, providing all of the following requirements are met: - cargo must be able to be called from a user's home directory - the user's home directory must not be modified or written to