jacob-long / jacob-long/jtools
jtools is not loading after update
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 171
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
jtools was working this morning. However, after I updated RStudio, it no longer works. It says there is an error with a package called "future."
```r
library(jtools)
```
>
Error: package or namespace load failed for ‘jtools’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘future’
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure with `library(jtools)` in RStudio and confirm whether the missing `future` package is available in the active library paths. Compare the package's declared dependencies with the installation behavior after the RStudio update; done means `library(jtools)` loads without the namespace error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100