pkgload icon indicating copy to clipboard operation
pkgload copied to clipboard

Simulate installing and loading a package

Results 21 pkgload issues
Sort by recently updated
recently updated
newest added

i.e. can we automatically detect this situation? ``` Error in dyn.load(dll_copy_file) : unable to load shared object '/tmp/Rtmpqo4q9b/pkgload1454961696d44/purrr.so': dlopen(/tmp/Rtmpqo4q9b/pkgload1454961696d44/purrr.so, 0x0006): tried: '/tmp/Rtmpqo4q9b/pkgload1454961696d44/purrr.so' (mach-o file, but is an incompatible architecture (have...

feature

So we can use pkgload with withr

E.g. `OBJC` might be undefined, leading to a "subscript out of bounds" warning. See https://digitalcourage.social/@rstub/112702119137929277

I have tried to enable creating the compilation DB for [swephR](https://github.com/rstub/swephR/). After ``` pkgload:::use_compilation_db() devtools::load_all() ``` I get the message ``` Warning message: Expected same number of compilation commands as...

When the dependencies of a package are loaded via `load_all()` (e.g. during `devtools::test()`) and some libraries could not be loaded, the reason for the failure is not included in the...

In dev help, in recent versions of R, there are two buttons that are created and useful. 1. **Run examples** Starting in R 4.2, there is a Run examples button...

I am trying to build a function to preview help (not necessarily dev) on the pkgdown site. I need to know whether a certain package is loaded via devtools. The...

I currently ran into the issue that I couldn't use `pkgload::load_all()`. The issue was that I didn't have the `rprojroot` package installed, so it couldn't import `rprojroot_find_package_root_file`. However, due to...

Even with medium sized data files, load_all takes a significant time to load. Could an option to load the data be added? Something like: load_all