Displaying 20 results from an estimated 1000 matches similar to: "R grpc"
2018 Oct 02
1
How do I set a compile flag _WIN32_WINNT=0x600 in Makevars.Win
Sorry for bothering you
I am trying to build the R grpc package on windows:
https://github.com/nfultz/grpc
against an MSYS2 build of grpc.
when running devtools::install() I am getting the following error:
C:/msys64/mingw64/include/grpc/impl/codegen/port_platform.h:47:2:
error: #error "Please compile grpc with _WIN32_WINNT of at least 0x600
(aka Windows Vista)"
#error \
^
Which,
2018 Oct 02
0
R grpc
Hello,
Do you really need a prebuild binary? Wouldn't this do it?
devtools::install_github("nfultz/grpc")
Hope this helps,
Rui Barradas
?s 20:14 de 02/10/2018, Witold E Wolski escreveu:
> Hello,
>
> I am looking for a prebuild - binary MS Windows version of the R grpc package
> https://github.com/nfultz/grpc
>
> best regards
> Witek
>
>
2018 Oct 05
1
unable to load shared object
Thanks for asking.
The path where R tries to load the dll from does not exist I think (or
the install process deletes it after the error - might this be the
case?):
C:/Users/wewol/OneDrive/Documents/R/win-library/3.5/grpc/libs/x64/grpc.dll'
When I am checking after the error that path is only valid up to:
C:/Users/wewol/OneDrive/Documents/R/win-library/3.5/
So maybe (?) the install process
2018 Dec 19
2
grpc packages
Is there any repository/location where we can grab prebuilt grpc packages
for CentOS? Any pointers appreciated.
Thanks.
2018 Jul 09
2
Parametrized Vignettest in R packages
Dear Duncan,
Following your advice (Thank you for it) I did include into the vignettes
params:
configuration: !r get(data(sample_analysis))
data: !r get(data(skylineconfig))
And everything seemed (see below) to work fine.
devtools::build_vignettes() builds the vignettes.
Runs with NO error. By this the .Rmd file, html file and corresponding
.R files is being placed into the inst/doc
2018 Jul 02
2
Parametrized Vignettest in R packages
Hello,
Thank you for the questions as well as remaining me of the default
parameters in the yaml session.
Indeed this seems to be the solution.
But how would I assign package data as a default parameter?
So originally I thought to render the markdown with :
<code>
data(sample_analysis)
data(skylineconfig)
x <- rmarkdown::render("report.Rmd", output_format =
2018 Jul 09
3
Parametrized Vignettest in R packages
So far you haven't provided a reproducible example yet. I wonder what
exactly the object `sample_analysis` is. Sounds like it is an
environment. If that is the case, devtools::build_vignettes() will
tangle (for the meaning of "tangle", see ?tools::buildVignette) your
vignette into an invalid R script. Environments cannot be represented
via dput(), so knitr's purl() (eventually
2018 Dec 27
2
compiling fedora srpm on CentOS
I tried installing fedora grpc srpm on CentOS and ran into following error
when installing srpm. I understand fedora makes use of more recent versions
of openssl, glibc etc but why should this happen when installing source rpm?
Any pointers/articles on how to go about building fedora srpms on CentOS?
Any way out other than building directly using sources?
rpm -i grpc-1.17.1-3.fc30.i686.rpm
2018 Dec 20
0
grpc packages
For which language? For golang, it seems to be in EPEL:
http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/g/golang-github-grpc-grpc-go-devel-1.0.0-0.2.git231b4cf.el7.noarch.rpm
On Wed, Dec 19, 2018 at 11:55 PM sthustfo <sthustfo at gmail.com> wrote:
>
> Is there any repository/location where we can grab prebuilt grpc packages
> for CentOS? Any pointers appreciated.
>
>
2009 Aug 27
4
Fwd: most common way to implement 'net time' privileges
Liutauras Adomaitis pisze:
> On Wed, Aug 26, 2009 at 6:11 PM, Volker
> Lendecke<Volker.Lendecke at sernet.de> wrote:
>> On Wed, Aug 26, 2009 at 06:05:35PM +0300, Liutauras Adomaitis wrote:
>>> now size is few times larger. Try it now
>>> http://www.infosaitas.lt/logas.txt
>> Normally a "Device is not functioning" (or so) means an
>>
2018 Nov 07
1
Problem building rmarkdown vignettes with child
Hello,
This is a problem I posted about already some time ago:
https://stat.ethz.ch/pipermail/r-devel/2018-September/076786.html
Finally, I did had some time to create a minimal package to reproduce
the problem that vignettes with child can not be build.
https://github.com/wolski/RmarkdownVignetteProblem
The problem basically is that while all the vignettes can be build by running
2018 Jul 10
2
RMarkdown Vignettest in R packages with child is failing in package build
Dear List,
I am working on moving some Rmarkdown reports into the vignettes
folder of a package. While I was able to solve to problem of
parametrized reports in vignettes folder thanks to your invaluable
help (Thank you), I am now struggling with the following problem.
One of the reports which I am moving to vignettes includes the following code :
```{r}
child_docs <-
2018 Jul 13
1
RMarkdown Vignettest in R packages with child is failing in package build
Dear Duncan,
Thank you, got it working with your advice.
I did placed the child markdown documents into inst/ParametrizedReportsChild
And this is the code in the main vignette by which I include them:
child_docs <- "Grp2Analysis_MissingInOneCondtion.Rmd_t"
if(!sum(NAinfo$nrProteins > 0) > 0){
child_docs <- "Grp2Analysis_Empty.Rmd_t"
}
child_docs <-
2017 Jun 29
3
Re: sieve/vacation: bad parsing of 'References' header
Hi Stephan
Thank you for your reply.
I'm using dovecot 2.2.9 packaged with ubuntu packages:
dovecot-managesieved ?1:2.2.9-1ubuntu2.1 ? amd64 ? ? ? ?secure POP3/IMAP server - ManageSieve server
dovecot-sieve ? ? ? ? ? ? ? 1:2.2.9-1ubuntu2.1 ? amd64 ? ? ? ?secure POP3/IMAP server - Sieve filters support
If I'm not mistaken Pigeonhole is part of those packages.
Regards
--
Krzysztof Witek
2018 Apr 04
2
glusterd2 problem
Hello!
Installed packages from SIG on centos7 ,
at first start it works, but after restart- not:
?glusterd2 --config /etc/glusterd2/glusterd2.toml
DEBU[2018-04-04 09:28:16.945267] Starting
GlusterD???????????????????????????? pid=221581
source="[main.go:55:main.main]" version=v4.0.0-0
INFO[2018-04-04 09:28:16.945824] loaded configuration from
file???????????????
2009 Jun 17
2
Re gression by groups questions
I have a large dataset grouped by a factor and I want to perform a regression
on each data subset based on this factor. There are many ways to do this,
posted here and elsewhere. I have tried several. However I found one method
posted on the R wiki which works exactly as I want, and I like the elegance
and simplicity of the solution, but I don't understand how it works. Its
all in the formula
2018 Apr 06
0
glusterd2 problem
Hi Dmitry,
How many nodes does the cluster have ?
If the quorum is lost (majority of nodes are down), additional recovery
steps are necessary to bring it back up:
https://github.com/gluster/glusterd2/wiki/Recovery
On Wed, Apr 4, 2018 at 11:08 AM, Dmitry Melekhov <dm at belkam.com> wrote:
> Hello!
>
> Installed packages from SIG on centos7 ,
>
> at first start it works,
2018 Jul 09
2
Parametrized Vignettest in R packages
On 09/07/2018 3:24 PM, Witold E Wolski wrote:
> Dear Yihui,
>
> Thank you for the valuable questions.
>
> sample_analysis is a "tibble" while
> configuration is an "R6" class.
> But I also have parametrized reports where I pass R reference classes
> as arguments.
>
> This is the Rmd yaml params part corresponding to the error message.
>
>
2018 Jul 02
4
Parametrized Vignettest in R packages
Hello,
I have a package which includes some parameterized r-markdown report
which I would also like to build as package vignettes.
Is there a way to run the parameterized vignette creation with the
package build or package check?
Thank you
--
Witold Eryk Wolski
2017 Jun 29
2
Re: sieve/vacation: bad parsing of 'References' header
Hi?Christian,
doveconf -n only dump dovecot version and its configuration:
# 2.2.9: /etc/dovecot/dovecot.conf
# OS: Linux 3.14.21-grsec x86_64 Ubuntu 14.04.5 LTS?
auth_cache_negative_ttl = 0
auth_master_user_separator = *
auth_mechanisms = plain apop login
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress