Hi Everyone,
Im trying to publish a package to CRAN and it failed with Error that the installation of package is not successful on Solaris OS.
I tried R-Hub later to test and i got the run result after 12Hrs, and the installation has no issues.
Is there a difference on the Solaris Installation wrt CRAN and R-Hub?
```ERROR: dependencies ‘redland’, ‘XML’ are not available for package ‘datapack’
```
985#> Package libxml-2.0 was not found in the pkg-config search path.
986#> Perhaps you should add the directory containing `libxml-2.0.pc'
987#> to the PKG_CONFIG_PATH environment variable
68#> Some packages could not be installed. This may mean that you have
69#> requested an impossible situation or if you are using the unstable
70#> distribution that some required packages have not yet been created
71#> or been moved out of Incoming.
72#> The following information may help to resolve the situation:
73#> The following packages have unmet dependencies:
74#> libcurl4-gnutls-dev : Conflicts: libcurl4-openssl-dev but 7.81.0-1 is to be installed
75#> libcurl4-openssl-dev : Conflicts: libcurl4-gnutls-dev but 7.81.0-1 is to be installed
76#> E: Unable to correct problems, you have held broken packages.
libcurl4-gnutls-dev
and we need libcurl4-openssl-dev
for curl, and it is not possible to install both at the same time. There is no fix for this I am afraid.
libcurl4-openssl-dev
", which package is the "we"? We build and tested redland itself on rhub last week when we released a new version, and didn't hit this issue there. So why does it get triggered for a package that just depends on the redland R package? Is there something we could change in our dependencies to avoid the need for libcurl4-openssl-dev
?
Hello everyone,
I'm having problems with checking the package I'm developing only when I use the "linux-x86_64-rocker-gcc-san" platform. For some reason, Rcpp installation is failing. I investigated but could not find the cause. If anyone can help me, I'd appreciate it. I'm sorry if this is a basic question, but this is the first package I'm trying to publish on CRAN.
The error:
2323#> attributes.cpp:404:20: error: ‘std::string’ {aka ‘class std::cxx11::basic_string’} has no member named ‘back’
2324#> 404 | if(sig.back() == '}')
2325#> | ^~~~
2326#> attributes.cpp:408:20: error: ‘std::string’ {aka ‘class std::cxx11::basic_string’} has no member named ‘front’
2327#> 408 | if(sig.front() == '{')
2328#> | ^~~~~
2329#> attributes.cpp: In function ‘bool Rcpp::attributes::checkRSignature(const Rcpp::attributes::Function&, std::string)’:
2330#> attributes.cpp:2813:45: error: ‘>>’ should be ‘> >’ within a nested template argument list
2331#> 2813 | Rcpp::as>(pargs_cv);
2332#> | ^~
2333#> | > >
2334#> make: ** [/usr/local/lib/R/etc/Makeconf:177: attributes.o] Error 1
2335#> ERROR: compilation failed for package ‘Rcpp’
2336#> removing ‘/home/docker/R/Rcpp’
Thanks in advance!
hey, the intrees package was archived on 2022-02-03 because the RRF package it depends on had an issue and was archived. RRF has been live on CRAN 2022-02-24, but intrees is still unavailable. Any thoughts?
intrees link: https://cran.r-project.org/web/packages/inTrees/index.html
Unfortunately the repository policy says:
Orphaned CRAN packages should not be strict requirements (in the ‘Depends’, ‘Imports’ or ‘LinkingTo’ fields, including indirectly). They are allowed in ‘Suggests’ if used conditionally, although this is discouraged.
I am getting some interesting messages when trying to run some checks, and wondering if it is me, or something bigger than me. For example when I try rhub::check_for_cran()
I get this:
Error in match_platform(platforms): Unknown R-hub platform, see rhub::platforms() for a list.
Yeah, if anyone here hasn't seen it yet: https://twitter.com/rhub_/status/1542039387369885698
Hi all, unfortunately we temporarily need to stop our Windows and Linux builders, to sort out some billing issues. Hopefully we'll be able to turn them back on soon. We'll tweet here once we have more information.