Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No package called xbioc #1

Closed
Redmar-van-den-Berg opened this issue Sep 19, 2022 · 3 comments
Closed

No package called xbioc #1

Redmar-van-den-Berg opened this issue Sep 19, 2022 · 3 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@Redmar-van-den-Berg
Copy link
Contributor

I'm trying to follow along with the readme, but I get the following error

R version 4.1.3 (2022-03-10) -- "One Push-Up"
Copyright (C) 2022 The R Foundation for Statistical Computing
Platform: x86_64-conda-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

  Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(seAMLess)
> library(xbioc)
Error in library(xbioc) : there is no package calledxbioc

I'm testing in a clean conda environment that only contains r-seamless: environment.zip

@eonurk
Copy link
Owner

eonurk commented Sep 22, 2022

Hi Redmar,

I set up your environment and the best way I found to continue is to install xbioc within your R session:

install.packages("remotes") # to install remotes pkg
remotes::install_github("renozao/xbioc")

also you will need to install the single reference data package which is hosted in my github:

install.packages("seAMLessData", repos = "https://eonurk.github.io/drat/")

then you should be able to follow the documentation. Let me know if you have any other questions.
I will update the documentation and close this issue, if you don't have further comments.

Best, Onur

@eonurk eonurk added documentation Improvements or additions to documentation good first issue Good for newcomers labels Sep 22, 2022
@Redmar-van-den-Berg
Copy link
Contributor Author

When I'm trying to install xbioc, I get a bunch of errors:

The downloaded source packages are in/tmp/Rtmp82hMss/downloaded_packagesUpdating HTML index of packages in '.Library'
Making 'packages.html' ... done
Skipping install of 'pkgmaker' from a github remote, the SHA1 (48185132) has not changed since last install.
  Use `force = TRUE` to force installation
Running `R CMD build`...
* checking for file/tmp/Rtmp82hMss/remotes2458dceb5e/renozao-xbioc-1354168/DESCRIPTION... OK
* preparingxbioc:
* checking DESCRIPTION meta-information ... OK
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
* looking to see if adata/datalistfile should be added
* buildingxbioc_0.1.19.tar.gzERROR: dependencyAnnotationDbiis not available for packagexbioc* removing/usr/local/lib/R/library/xbiocWarning messages:
1: In i.p(...) : installation of packageRCurlhad non-zero exit status
2: In i.p(...) :
  installation of packageGenomeInfoDbhad non-zero exit status
3: In i.p(...) :
  installation of packageBiostringshad non-zero exit status
4: In i.p(...) :
  installation of packageKEGGRESThad non-zero exit status
5: In i.p(...) :
  installation of packageAnnotationDbihad non-zero exit status
6: In i.p(...) :
  installation of package/tmp/Rtmp82hMss/file243881bb4e/xbioc_0.1.19.tar.gz

I'm running this inside the biocontainer for r-seamless, so there should be no interference from local libraries etc.
docker://quay.io/biocontainers/r-seamless:0.1.0--r41h3121a25_0

@eonurk
Copy link
Owner

eonurk commented Oct 18, 2022

#2 closing with this.

@eonurk eonurk closed this as completed Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants