Error in library(FRAPO) : there is no package called ‘FRAPO’ - r

I'm trying to load the FRAPO package in RStudio but I keep getting the error message that it does not exist. During installation I get some warnings that the installation of the package had a non-zero exit status. How can I solve this issue?

Related

Error in lmSupport (package): 'lmSupport_2.9.11.tar.gz’ had non-zero exit status >

I want to find the effect size and power for the glm with gamma family. To do that I tried to install lmSupport package in R but it seems there is no package called "lmSupport".
I tried to install it manually by downloading the last version of it in R but got this error. Any one has any suggestion to solve it?
Here is the error that I get:
Warning in install.packages :
installation of package ‘/var/folders/56/2d426wt94fs99vp9ysntwmb00000gn/T//RtmpF7zWtl/downloaded_packages/lmSupport_2.9.11.tar.gz’ had non-zero exit status.

Trouble with installing the fastman package on a remote compute

I'm trying to install the fastman function so I can make a manhattan plot. This is my code:
install.packages("remotes", repos = "http://cran.us.r-project.org", lib="/z/Comp/lu_group/Members/jwlorge/ATN/R")
remotes::install_github("danioreo/fastman",lib = "/z/Comp/lu_group/Members/jwlorge/ATN/R")
and this is my full error:
Error: package or namespace load failed for ‘fastman’ in namespaceExport(ns, exports):
undefined exports: fastman
Error: loading failed
Execution halted
ERROR: loading failed
* removing ‘/z/Comp/lu_group/Members/jwlorge/ATN/R/fastman’
Warning message:
In i.p(...) :
installation of package ‘/tmp/RtmpP7Gtus/file129f63150195f8/fastman_0.1.0.tar.gz’ had non-zero exit status
I've been looking online for help and I haven't found many posts that are related to my problem, and none have solved the issue. I would greatly appreciate any help!
Alternatively, you can download the R scripts (https://github.com/danielldhwang/fastman/blob/master/R/fastman.R) and run source(fastman.R) from your R/RSudio session.
Source: https://github.com/danielldhwang/fastman/issues/2

Error installing R packages (R 3.4.4), asks for usethis when already installed

I'm having the following problem:
When I try to install any R package, at first it downloads the package just fine into a temporal location, and then the following error message appears:
Error: package ‘usethis’ required by ‘devtools’ could not be found
Execution halted
Warning in install.packages :
installation of package ‘lattice’ had non-zero exit status
The wierd part of this is that package usethis is installed and loaded.
Any advise on what can be happening here? I'm a lost there..

Error: installation of package ‘ranger’ had non-zero exit status

I am experiencing great difficulties in installing the package ranger. Here is the error message that I am getting:
ERROR: compilation failed for package ‘ranger’
* removing ‘/home/ibraim/R/x86_64-pc-linux-gnu-library/3.5/ranger’
Warning in install.packages :
installation of package ‘ranger’ had non-zero exit status
I also tried the installation by using devtools, which did not work. Do you have any suggestion how to solve this problem?

biotools package fails to install

I have tried to install the biotools package on my desktop so that I can run a box's M test for homogeneity of covariance. However I get the following error message.
ERROR: failed to lock directory
‘/Users/lmil8126/Library/R/3.2/library’ for modifying
Try removing ‘/Users/lmil8126/Library/R/3.2/library/00LOCK-biotools’
Warning in install.packages : installation of package ‘biotools’ had
non-zero exit status
The downloaded source packages are in
‘/private/var/folders/0q/n377y94n4gzd0zlntfsq1jnh2ymcwz/T/Rtmp8fhiFd/downloaded_packages’
The package works fine on my laptop, which is Mavericks, but my desktop is Yosemite.
Does anyone have any suggestions for a fix?

Resources