getwilds / cancerprof

API Client for State Cancer Profiles
http://getwilds.org/cancerprof/
Other
2 stars 3 forks source link

installation issue for R 4.4.0 #119

Open caalo opened 1 month ago

caalo commented 1 month ago

Please briefly describe your problem and what output you expect. If you have a question, please don't use this form. Instead, ask in the Fred Hutch Data Slack https://hutchdatascience.org/joinslack/ or email us at wilds@fredhutch.org.

Please include a minimal reproducible example (AKA a reprex). If you've never heard of a reprex start by reading https://www.tidyverse.org/help/#reprex

Brief description of the problem:

The dependency package libcurl4-openssl-dev is not available for R 4.4.0.

> pak::pak("getwilds/cancerprof")

→ Will install 1 package.
→ The package (0 B) is cached.
+ cancerprof   0.1.0 [bld][cmp] (GitHub: 23dbd98)
✖ Missing 1 system package. You'll probably need to install it manually:
+ libcurl4-openssl-dev  - curl
ℹ No downloads are needed, 1 pkg is cached
ℹ Building cancerprof 0.1.0
✖ Failed to build cancerprof 0.1.0 (11.2s)                            
Error:                                                                
! error in pak subprocess
Caused by error in `stop_task_build(state, worker)`:
! Failed to build source package cancerprof.
Type .Last.error to see the more details.
> install.packages("libcurl4-openssl-dev")
Installing package into ‘/cloud/lib/x86_64-pc-linux-gnu-library/4.4’
(as ‘lib’ is unspecified)
Warning in install.packages :
  package ‘libcurl4-openssl-dev’ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages
>