Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
138 views

If I want to install the "modelsummary" package, I get this error. Where is it coming from? Thx ERROR: lazy loading failed for package 'modelsummary' * removing 'C:/Users/danie/AppData/Local/...
Dan's user avatar
  • 1
1 vote
0 answers
40 views

I have an Rworkbench running which has no access to internet but downloads packages from Artifactory CRAN mirror. How should I have the .Rprofile looking so that it downloads renv and other packages ...
Nitin Varghese's user avatar
-1 votes
1 answer
90 views

I'm trying to use the ggbrace package (here) to make vertical curly brackets in a plot as shown in this thread. When I try to get the package using install.packages("ggbrace"), though, it ...
Jackson's user avatar
  • 75
1 vote
0 answers
46 views

Do I have a package or library of some sort missing? I am doing FIR filtering and FFT without any issues, but R cannot find the power spectrum function pwelch() as seen below. It ought to be in ...
ian's user avatar
  • 11
1 vote
0 answers
97 views

I'm in the early stages of an MSc in Medical Statistics so I am brand new to R. On my personal laptop, I am having trouble installing gradethis using either the base R (4.4.2) or in RStudio (2024.12.0 ...
nonparametric's user avatar
0 votes
0 answers
144 views

I tried installing the package "eurostat" and I keep getting this error: install.packages("eurostat") library(eurostat) Error: package or namespace load failed for ‘eurostat’ in ...
Eliza Stan's user avatar
0 votes
2 answers
199 views

I am trying to install the RMariaDB package (on macOS), but install.packages("RMariaDB") fails with the following message: -----------------------------[ ANTICONF ]---------------------------...
Ian Farm's user avatar
0 votes
0 answers
124 views

I am having trouble loading the package ggrain (to use with ggplot2). All I really need to do is make a raincloud plot. I have installed the package multiple ways (both from CRAN and github), and ...
Lea Peterson's user avatar
0 votes
1 answer
2k views

I just updated R to 4.3.3 but I cannot find rms package. I get the following error. What would be the problem and what should I do? Thanks. WARNING: Rtools is required to build R packages but no ...
Arzu's user avatar
  • 1
0 votes
1 answer
237 views

what I have: what I want: the install.packages function accessing to 'https://cran-archive.r-project.org/src/contrib/3.6/PACKAGES.rds' Since my current system conditions only allow me to use R ...
Shanqiao Chen's user avatar
0 votes
0 answers
79 views

I have for no known reason started to get Error: package 'foo' is not available, no matter what I try to install. I have found a workaround that if I use install.packages("foo", method = &...
biomedswe's user avatar
1 vote
0 answers
57 views

I'm trying to install the cacc package in R using the instructions here and after running install.packages("cacc"), an error is displayed: installing the source package ‘cacc’ trying URL '...
code_to_joy's user avatar
1 vote
0 answers
562 views

In an R session in a macOS terminal window, I'm trying to install tidyverse: install.packages('tidyverse', dependencies=TRUE, type="source", repos="https://cloud.r-project.org") (...
pfurbacher's user avatar
  • 1,908
0 votes
0 answers
73 views

I am having to use R the outdated version 3.6.3 as the package I am working with has dependencies which are only available in older versions of R. However I am also getting this issue in R 4.4.1 so ...
Lena Przemylska's user avatar
0 votes
0 answers
49 views

I can install baseballr with the install.packages, but statcast data doesn't work in this because of bat tracking data being added. The devtools fix they proposed I cannot get to work. This is the ...
redwoods's user avatar
0 votes
0 answers
69 views

I was trying to do a linear mixed model in R (lmer) and I got an error Error in initializePtr() : function 'cholmod_factor_ldetA' not provided by package 'Matrix' I used ChatGPT and it told me to ...
L55's user avatar
  • 215
0 votes
0 answers
14 views

I tried to Install Ipython on an offline computer using the whl file. I got this error message. ERROR: Package 'ipython' requires a different Python: 3.9.6 not in '>=3.10' What do i do? I cannot ...
Mo711's user avatar
  • 637
1 vote
0 answers
95 views

I'm trying to install the 'dada2' package in R version 4.2.1 for a microbiome analysis pipeline and having some difficulties with installation. I'm attempting to use Biocmanager with the following ...
Jeff Tomiak's user avatar
0 votes
0 answers
129 views

I need to download the "granulator" package, but I am receiving this error message: configure: error: GDALAllRegister not found in libgdal. ERROR: configuration failed for package ‘sf’ *...
Mr. George's user avatar
-1 votes
1 answer
629 views

trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.3/vctrs_0.6.5.zip' Content type 'application/zip' length 1336614 bytes (1.3 MB) downloaded 1.3 MB trying URL 'https://cran.rstudio.com/bin/...
Gëzim Hilaj's user avatar
0 votes
1 answer
912 views

I have R 4.3.3 and I am trying to use phenoptr via RStudio to merge/ consolidate/ analyze qptiff files. When I try to install phenoptr, it says that I don't have spatstat.core. When I try to download ...
Katie C's user avatar
8 votes
2 answers
687 views

I am installing packages based on a Docker file in a machine with very small storage capacities. My question is whether there is any way to install a more lightweight version of R packages that avoids ...
Alberto Agudo Dominguez's user avatar
0 votes
0 answers
225 views

I am unable to download any packages in Rstudio because it says that the packages I'm trying to install (ggplot2, tidyverse) required Rtools required to build the packages even though I have Rtools. ...
tinyfont's user avatar
0 votes
0 answers
161 views

1. Situation: I bought a new laptop, and I installed anaconda 2. Problem [also installing the dependencies 'cli', 'glue', 'lifecycle', 'pillar', 'rlang', 'tibble', 'tidyselect', 'vctrs' Warning ...
양가람's user avatar
1 vote
1 answer
512 views

I am running R version 3.6.3 with RStudio 1.3.1093 on MacOS 10.13.6. I installed and have been using the package "sf" for a while, and everything functions just fine. But after I tried to ...
Scott's user avatar
  • 21
1 vote
2 answers
2k views

When trying to create a quarto document, a message appears stating that rmarkdown is not installed, when I attempt to install it several different ways, the same error is returned. I updated RStudio, ...
Niamh58's user avatar
  • 11
0 votes
0 answers
425 views

First some preemptive info: -py version 3.12.2 -pip 24.0 I started my python journey learning some coding basics and diving into some online excercises. Using it in a practical way has been very ...
Blue4Life90's user avatar
0 votes
1 answer
276 views

I am trying to install fitdistrplus into R studio version 4.3.2 and it says I need to install "Rtools" first but I don't know what version of Rtools that I need. install.packages("...
Julia Seifert's user avatar
0 votes
0 answers
277 views

I've been trying to install the R package coin for a project and I keep getting these odd errors. Error message when I use the install.packages("coin") call. I was able to install the ...
SteveStat's user avatar
0 votes
1 answer
3k views

I'm trying to run a old project here is my requirements.txt asgiref==3.4.1 astroid==2.3.3 certifi==2019.11.28 chardet==3.0.4 Django==4.0.1 django-cleanup==5.2.0 idna==2.8 isort==4.3.21 lazy-object-...
Abu RayhaN's user avatar
1 vote
1 answer
256 views

I want to perform an MVRT to understand how some abiotic factors affect the cover percentage of different benthic species. So, I used the 'mvpart' package in R version 3.2.5, as it is not possible to ...
Fabio Sanches's user avatar
2 votes
2 answers
851 views

I am attempting to install the mvpart package which is archived. I am using R version 4.3.1, RStudio 2023.6.1, and do have RTools 4.3 installed on my PC. I have attempted two alternative ways to ...
A Coult's user avatar
  • 21
1 vote
0 answers
293 views

I am not using PC platform Rstudio but Rstudio workbench, which has pre-installed packages itself on public lib, including rlang(1.0.6). These packages are access limited and can not be uninstalled ...
BoldFeng's user avatar
1 vote
0 answers
162 views

I'm attempting to install the R package BiodiversityR (https://cran.r-project.org/web/packages/BiodiversityR/index.html). However, I run into a non-zero exit status during installation. From what I ...
Ben L.'s user avatar
  • 11
0 votes
1 answer
226 views

I have been trying to install tidyverse in R (Jupyter). getting the following message: > *Warning message: > "dependency 'MASS' is not available"also installing the dependencies '...
Rovshan Hasanov's user avatar
1 vote
2 answers
891 views

Suddenly, I can't install any more packages in R using install.packages. For any package I want to install (including random characters), I get the following error message: > install.packages('...
SimonS's user avatar
  • 57
0 votes
0 answers
401 views

I am encountering an issue while attempting to install an R package, alineR_1.1.4.tar.gz, from a local tar.gz file using the install.packages function. The package is deprecated and no longer ...
corvusMidnight's user avatar
0 votes
1 answer
232 views

I am running an azure pipeline my code is on C# .net and msbuild 15, I’m having some issues at moment to run the pipeline an error appear I think is related to the packages. Here is the error. Package ...
Cesar Tovar's user avatar
0 votes
0 answers
182 views

I am trying to install 'openxlsx' library in conda R. I used 'conda install -c r r-openxlsx' command to install but it keeps showing following error: These are my channels: I tried adding a channel ...
sp22's user avatar
  • 15
1 vote
0 answers
407 views

I cannot get the "ordinal" package to install, though all other packages will install just fine. I am using the latest version of R (no updates available, according to the "Check for ...
Asanto's user avatar
  • 11
2 votes
1 answer
777 views

All of a sudden, I'm having issues install packages. For example, > install.packages("bayestestR") Error: dbus: Call failed: Failed to activate service 'org.r_project.linux1': timed out (...
mikemtnbikes's user avatar
0 votes
0 answers
76 views

After installing ggplot2, I had the problem that I couldn't install other packages or packages I actually already had. The warning message was: Error: Loading package or namespace for 'broom' in ...
lxrnax's user avatar
  • 9
0 votes
1 answer
6k views

I'm presently using R version 4.2.2 and I'm trying to install Rtools42, however I keep getting a warning that Rtools42 is not available for my version. How do I fix this? > R.version ...
tnt's user avatar
  • 1,527
0 votes
0 answers
16 views

I typed in some data into RStudio, which involved the define_rng package, and therefore needed it to be defined. I was prompted to type in library("define_rng") but it said I needed the name ...
Alec Brown's user avatar
0 votes
1 answer
3k views

I have come back to some old code from last year and I can't seem to install the MuMIn package. It keeps coming up with this error install.packages("MuMIn") Warning in install.packages : ...
milzyrj21's user avatar
0 votes
0 answers
235 views

I tried to install the devtools package but it still doesn't work properly it always throws an error, I have tried to uninstall and reinstall the application but it can't work either. here is my code ...
Yolan's user avatar
  • 1
0 votes
0 answers
21 views

I was just wondering, does anybody here know what package create_StateVals is under? I put into RStudio library(create_StateVals) and got Error in library(create_StateVals) : there is no package ...
Alec Brown's user avatar
1 vote
1 answer
483 views

The title says it all, if the answer is no feel free to just reply by no. Thanks in advance! I tried using Spyder since I was told that that it comes with a lot of packages, but I found it to be huge ...
New Member's user avatar
0 votes
0 answers
338 views

I have an issue with the package amsmath on RStudio. I would like to write in latex on a RMarkdown document but I can't knit my work because of this package. I don't know why I don't have it anymore ...
Anne Bernard's user avatar
1 vote
0 answers
388 views

How can I solve the following message: Warning: unable to access index for repository https://mran.microsoft.com/snapshot/2019-02-01/src/contrib: cannot open URL 'https://mran.microsoft.com/snapshot/...
Danilo's user avatar
  • 11

1
2 3 4 5
13