624 questions
0
votes
0
answers
138
views
R Studio "Modelsummary" does not install
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/...
1
vote
0
answers
40
views
A system with no internet but connects to Artifactory Rworkbench [duplicate]
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 ...
-1
votes
1
answer
90
views
Why is ggbrace not available for my version of R? [closed]
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 ...
1
vote
0
answers
46
views
gsignal not offering the pwelch() function
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 ...
1
vote
0
answers
97
views
Trouble installing gradethis from github repository
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 ...
0
votes
0
answers
144
views
Error: package or namespace load failed for ‘eurostat’ there is no package called ‘httr2’
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 ...
0
votes
2
answers
199
views
RMariaDB installation cannot find MySQL client library
I am trying to install the RMariaDB package (on macOS), but install.packages("RMariaDB") fails with the following message:
-----------------------------[ ANTICONF ]---------------------------...
0
votes
0
answers
124
views
Package 'ggrain' not found in R
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 ...
0
votes
1
answer
2k
views
I cannot install "rms" updating R to version 4.3.3
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 ...
0
votes
1
answer
237
views
how to force install.packages() access to https://cran-archive.r-project.org/windows/contrib/?
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 ...
0
votes
0
answers
79
views
install.packages() all of a sudden gives > Error: package 'foo' is not available for everything I try
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 = &...
1
vote
0
answers
57
views
Unable to install R package 'cacc'
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 '...
1
vote
0
answers
562
views
Installing tidyverse package fails
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")
(...
0
votes
0
answers
73
views
I have a persisting issue with (Error: '\U' used without hex digits ) coming up every time I open R terminal. Has anyone seen this before?
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 ...
0
votes
0
answers
49
views
devtools install http error for baseballr
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 ...
0
votes
0
answers
69
views
Matrix will not download in R despite updated version [duplicate]
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 ...
0
votes
0
answers
14
views
IPython cannot be installed [duplicate]
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 ...
1
vote
0
answers
95
views
Issues with installation of dada2 using Biocmanager
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 ...
0
votes
0
answers
129
views
Why can I not download the "granulator" package in R version 4.3.1?
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’
*...
-1
votes
1
answer
629
views
Package warning
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/...
0
votes
1
answer
912
views
Error when trying to install spatstat.core
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 ...
8
votes
2
answers
687
views
Is there an option to install R packages without documentation for more efficient storing?
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 ...
0
votes
0
answers
225
views
Rtools error when attempting to download packages, even though I've installed Rtools
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. ...
0
votes
0
answers
161
views
R: install.packages() failed in Anaconda
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 ...
1
vote
1
answer
512
views
installed package "sf" disappeared after failing to install package "stars", and unable to re-install all the dependencies
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 ...
1
vote
2
answers
2k
views
Unable to install rmarkdown package
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, ...
0
votes
0
answers
425
views
Just started learning python and am so lost on getting installed package to work
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 ...
0
votes
1
answer
276
views
Installing fitdistrplus into R studio
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("...
0
votes
0
answers
277
views
Cannot install R package coin
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 ...
0
votes
1
answer
3k
views
Could not build wheels for Pillow, typed-ast, which is required to install pyproject.toml-based projects [duplicate]
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-...
1
vote
1
answer
256
views
Multivariate regression tree with "mvpart" (in R) and plots for each leaf of the tree visualization
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 ...
2
votes
2
answers
851
views
installing archived (mvpart) package in newer R versions
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 ...
1
vote
0
answers
293
views
R package: Unable to install 'rlang' Error in unloadNamespace("rlang")
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 ...
1
vote
0
answers
162
views
BiodiversityR installation - Non-Zero Exit Status
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 ...
0
votes
1
answer
226
views
cannot install tidyverse in jupyter. warning message: installation of tidyverse had non-zero exit
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 '...
1
vote
2
answers
891
views
Can't install packages in R anymore: dbus error
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('...
0
votes
0
answers
401
views
Issue installing R package from local tar.gz file - embedded null in string error
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 ...
0
votes
1
answer
232
views
issue at moment to run the pipeline an error appear
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 ...
0
votes
0
answers
182
views
Trying to install 'openxlsx' library in conda R environment
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 ...
1
vote
0
answers
407
views
Trouble installing "ordinal" package
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 ...
2
votes
1
answer
777
views
Can't install packages from CRAN: dbus errors
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 (...
0
votes
0
answers
76
views
Error in theme(legend.position = "top") : could not find function "theme"
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 ...
0
votes
1
answer
6k
views
Error installing Rtools42 in R version 4.2.2
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 ...
0
votes
0
answers
16
views
What is the name of the RStudio package, containing `define_rng`
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 ...
0
votes
1
answer
3k
views
Can't install MuMIn package in R
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 : ...
0
votes
0
answers
235
views
How can i solve this loading failed package of 'Devtools"?
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
...
0
votes
0
answers
21
views
What package is create_StateVals under please?
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 ...
1
vote
1
answer
483
views
Is there some method of installing all commonly used packages at once on thonny (since it lacks a lot of them and I have to install them one by one)
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 ...
0
votes
0
answers
338
views
Package amsmath not found
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 ...
1
vote
0
answers
388
views
R does not allow installing packages
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/...