search for: suggestion

Displaying 20 results from an estimated 85096 matches for "suggestion".

2016 Apr 02
3
Suggested dependencies in context of R CMD check
...a single package it can be handled with `if (requireNamespace(.)) test_package(.)` for `testthat` and `knitr`, also with mocking up `.Rout` files. But I'm interested into canonical design of a suggested package and `_R_CHECK_FORCE_SUGGESTS_` env var. Is there any R core dev team recommendation/suggestion on that? and don't you thing new field `testChecker` in DESCRIPTION could help for batch checking pkgs? Installing all suggested packages of all reverse dependencies doesn't scale. Jan Gorecki
2007 Apr 05
2
'R CMD check' fails when suggested package is not available
Hi there, I was wondering why I get the following error message: * checking package dependencies ... ERROR Packages required but not available: Rmpi when I run 'R CMD check' on a package that _suggests_ Rmpi? Why isn't it OK to not have all the suggested packages installed? Maybe one of the 3 following behaviours would be more appropriate: a) Having the error saying
2014 Jun 14
1
Should a package that indirectly Suggests: a vignette engine pass R CMD check?
A package uses VignetteEngine: knitr; the package itself does not Suggests: knitr, but it Suggests: BiocStyle which in turn Suggests: knitr. Nonetheless, R CMD check fails indicating that a package required for checking is not declared. Is it really the intention that the original package duplicate Suggests: knitr? This is only with a recent R. In detail, with $ Rdev --version|head -3 R Under
2016 Apr 04
1
Suggested dependencies in context of R CMD check
...ce(.)) > > test_package(.)` for `testthat` and `knitr`, also with mocking up > > `.Rout` files. > > > > But I'm interested into canonical design of a suggested package and > > `_R_CHECK_FORCE_SUGGESTS_` env var. > > Is there any R core dev team recommendation/suggestion on that? and > > don't you thing new field `testChecker` in DESCRIPTION could help for > > batch checking pkgs? Installing all suggested packages of all reverse > > dependencies doesn't scale. > > In principle, I believe a package should pass R CMD check if no > s...
2011 Sep 22
2
suggestions argument in rbga function in genalg package
Would someone be so kind as to provide example code where they use the suggestions argument in the rgba function In genalg? I can't get it to work. The following code works just fine: GenFit <-rbga(Lower, Upper, evalFunc = evaluate) Lower and Upper are each numeric vectors with 7 elements. Evaluate is an objective function. However, when I want to use a suggested chro...
2016 Apr 04
1
Suggested dependencies in context of R CMD check
On 04/04/2016 01:56 PM, Duncan Murdoch wrote: > On 04/04/2016 1:35 PM, Dirk Eddelbuettel wrote: >> On 4 April 2016 at 07:25, Hadley Wickham wrote: >> | On Sat, Apr 2, 2016 at 5:33 AM, Jan G?recki <J.Gorecki at wit.edu.pl> >> wrote: >> | >> | In principle, I believe a package should pass R CMD check if no >> | suggested packages are installed. However,
2016 Apr 04
2
Suggested dependencies in context of R CMD check
On 4 April 2016 at 07:25, Hadley Wickham wrote: | On Sat, Apr 2, 2016 at 5:33 AM, Jan G?recki <J.Gorecki at wit.edu.pl> wrote: | | In principle, I believe a package should pass R CMD check if no | suggested packages are installed. However, since this is not currently The relevant manual says The 'Suggests' field uses the same syntax as 'Depends' and lists packages
2013 Jun 08
3
Some documentation suggestions as of v.5.10
Hello, Here are some humble suggestions for 'doc/menu.txt' and 'doc/syslinux.txt'. They might be relevant for other documentation sources too. Unfortunately, I don't know how to prepare adequate patches. For 'menu.txt': _ Line 8: "located in the menu/ subdirectly." Suggestion: "located i...
2005 Sep 20
1
Shy Suggestion?
The R-exts manual says about 'Suggests' field in package DESCRIPTION: "The optional `Suggests' field uses the same syntax as `Depends' and lists packages that are not necessarily needed." However, this seems to be a suggestion you cannot refuse. If you suggest packages: (a line from DESCRIPTION): Suggests: MASS, ellipse, rgl, mgcv, akima, lattice This is what happens: $ /tmp/R-alpha/bin/R CMD check vegan * checking for working latex ... OK * using log directory '/home/jarioksa/devel/R/vegan.Rcheck' * using R v...
2004 Feb 12
1
suggestion "suggestion" and dataframe operations
hi chaps: a simple suggestion: R tells me who the contributors() are, but this should also tell me where I should mail suggestions to. Is it this mailing list? a repository of suggestions? an individual? this came up because i wanted to suggest two small enhancements: the first is for the summary() method for plain data...
2016 Jun 01
2
[PATCH v2] rescue: add --autosysroot option RHBZ#1183493
--autosysroot option uses suggestions to user on how to mount filesystems and change root suggested by --suggest option in virt-rescue. Commands are passed on kernel command line in format guestfs_command=command;. Command ends with a semicolon and there can be multiple commands specified. These are executed just before bash starts....
2013 Jan 28
1
Suggestions for 'diff.default'
I have suggestions for function 'diff.default' in R. Suggestion 1: If the input is matrix, always return matrix, even if empty. What happens in R 2.15.2: > rbind(1:2) # matrix [,1] [,2] [1,] 1 2 > diff(rbind(1:2)) # not matrix integer(0) > sessionInfo() R version 2.15.2 (2012-10-...
2016 Apr 04
0
Suggested dependencies in context of R CMD check
...ndled with `if (requireNamespace(.)) > test_package(.)` for `testthat` and `knitr`, also with mocking up > `.Rout` files. > > But I'm interested into canonical design of a suggested package and > `_R_CHECK_FORCE_SUGGESTS_` env var. > Is there any R core dev team recommendation/suggestion on that? and > don't you thing new field `testChecker` in DESCRIPTION could help for > batch checking pkgs? Installing all suggested packages of all reverse > dependencies doesn't scale. In principle, I believe a package should pass R CMD check if no suggested packages are install...
2016 Apr 04
0
Suggested dependencies in context of R CMD check
On 04/04/2016 1:35 PM, Dirk Eddelbuettel wrote: > On 4 April 2016 at 07:25, Hadley Wickham wrote: > | On Sat, Apr 2, 2016 at 5:33 AM, Jan G?recki <J.Gorecki at wit.edu.pl> wrote: > | > | In principle, I believe a package should pass R CMD check if no > | suggested packages are installed. However, since this is not currently > > The relevant manual says > >
2009 Sep 22
2
Rcmdr package dependencies
Dear r-devel members, My Rcmdr package "depends" on several other packages (tcltk, grDevices, utils, and car) and "suggests" a number of others (abind, aplpack, colorspace, effects, foreign, grid, Hmisc, lattice, leaps, lmtest, MASS, mgcv, multcomp, nlme, nnet, relimp, rgl, and RODBC). The reason for the distinction is that I don't want all of these packages to load when
2005 Feb 08
5
jitterbuffers - suggested settings
...rver, site B combining voice and data with traffic shaping and housing an Asterisk server. There seems to be packet loss / jitter on this connection and I wanted to know if anybody could suggest the number to put in jitterbuffers= and whether or not they have found this to affect the echo. Any suggestions will be greatly appreciated. Kind Regards Stuart
2020 Jan 10
2
[PATCH Fedora libguestfs v4] Don't depend on libvirt-daemon-kvm
Compared to v3 this suggests: +Suggests: qemu-block-curl +Suggests: qemu-block-gluster +Suggests: qemu-block-iscsi +Suggests: qemu-block-rbd +Suggests: qemu-block-ssh which I missed in an earlier email from danpb.
2016 Jun 09
2
Re: [PATCH v2] rescue: add --autosysroot option RHBZ#1183493
In data mercoledì 1 giugno 2016 02:04:33, Maros Zatko ha scritto: > --autosysroot option uses suggestions to user on how to mount filesystems > and change root suggested by --suggest option in virt-rescue. IMHO it should be called -i, like in the other tools, as what --autosysroot does is basically the same. > Commands are passed on kernel command line in format > guestfs_command=command;....
2013 Feb 12
2
suggestions for global APPEND consistency
Hello Syslinux Team, I have some suggestions / requests regarding global APPEND commands. These would make the behavior more consistent and more useful for practical cases. 1_ Add some functionality equivalent to "APPEND -" to the command prompt. 2_ Activate the functionality of ONERROR from [vesa]menu.c32 too. Currently, ONE...
2003 Oct 03
2
suggested hardware especially sound cards
Hello, I've seen various suggestions thrown around for hardware when people ask, but can we all agree on some basic hardware recommendations for a few basic setups(and post them on a website) to make it easier for new people to avoid some of the hardware/software pitfalls when they are setting up their first systems. Something like...