Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-baumann committed Jan 27, 2024
1 parent 258529d commit 0376f7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev/2b-macos.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ next vignette `vignette("c-using-rix-to-build-project-specific-environments")` t
When using environments built with Nix on macOS, you might get crashes
(segmentation faults) refering to "shared libraries". These indicate that your
user library of R packages is interfering with the project-specific Nix
environment. The system's user library that Nix by default includes appears in
the search paths (check `libPaths()`). For macOS, the user library is at
environment. The system's user library that Nix packaged R by default includes
appears in the search paths (check `libPaths()`). For macOS, the user library is
at
`/Library/Frameworks/R.framework/Versions/<major>.<minor>-<arch>/Resources/library`;
we have observed crashes with R packages that depend on system libraries, such
as {data.table} or {dplyr}, and their (reverse) dependencies. Because user
Expand Down

0 comments on commit 0376f7f

Please sign in to comment.