search for: suggested

Displaying 20 results from an estimated 85058 matches for "suggested".

2016 Apr 02
3
Suggested dependencies in context of R CMD check
Dear R team, Are suggested dependencies mandatory in context of `R CMD check` when using env var `_R_CHECK_FORCE_SUGGESTS_=FALSE`? Suggested dependencies are nice because are optional. But that feature often isn't valid when trying to run `R CMD check` on them. I would like to use `export _R_CHECK_FORCE_SUGGESTS_=FALSE`...
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 something like: Package suggested but not available: Rmpi b) Make this a warning instead of an error. c) Don't do anything at all for suggested packages. This...
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
Jan and Hadley, There's also the issue of tests, vignettes, or examples requiring Suggested packages (one of the core applications of Suggests, in fact). These are all checked by R CMD check, so to ensure any package which should pass check would do so without suggested packages installed would require turning all of those checks off, which takes quite a few of the teeth out of R CMD chec...
2011 Sep 22
2
suggestions argument in rbga function in genalg package
...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 chromosome, I get an error message. My code is start <- c(1,0.1,10, 100,1,100,1) suggestions <- list(start) GenFit <-rbga(Lower, Upper, suggestions = suggestions, evalFunc = evaluate) The error message is: Error in 1:suggestionCount : argument of length 0 Thanks. [[alternative HT...
2016 Apr 04
1
Suggested dependencies in context of R CMD check
.../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 >> >> The 'Suggests' field uses the same syntax as 'Depends' and lists >> packages that are not necessarily needed. This includes packages used >&gt...
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 that are not necessarily needed. This includes packages used only in examples, tests or vignettes (*note Writin...
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 in the 'com32/cmenu' subdirectory." _ Line 10:
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:
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 frames. it would seem to me that the number of "NA"s
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. On successfull run user is presented directly with bash in chro...
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-26) Platform: i386-w64-mingw32/i386 (32-bit) locale: [1] LC_COLLATE=English_United
2016 Apr 04
0
Suggested dependencies in context of R CMD check
On Sat, Apr 2, 2016 at 5:33 AM, Jan G?recki <J.Gorecki at wit.edu.pl> wrote: > Dear R team, > > Are suggested dependencies mandatory in context of `R CMD check` when > using env var `_R_CHECK_FORCE_SUGGESTS_=FALSE`? > > Suggested dependencies are nice because are optional. > But that feature often isn't valid when trying to run `R CMD check` on them. > I would like to use `export _R_CHEC...
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 > > The 'Suggests' field uses the same syntax as 'Depends' and lists > packages that are not necessarily needed. This includes packages used > only in examples, t...
2009 Sep 22
2
Rcmdr package dependencies
...gests" 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 the Rcmdr loads; rather, the "suggested" packages are loaded as they're needed. But all of the packages -- both those under "depends" and those under "suggests" -- really are necessary for all of the features of the Rcmdr to work. For example, if the "leaps" package is absent, then the "Subset...
2005 Feb 08
5
jitterbuffers - suggested settings
Hi, I was wondering if anyone else has a similar setup and can suggest settings for the jitterbuffer: I have a client with an ADSL connection at site A & B with site A being dedicated to voice and having no Asterisk server, 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
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;. Command ends with a semicolon and there can be > multiple command...
2013 Feb 12
2
suggestions for global APPEND consistency
...t would function as global APPEND, with the difference that it could be merged with specific KERNEL+INITRD+APPEND commands (those that are used after LABEL). *Just for the purpose of this email*, let's call it [MENU] GAPPEND (Please forgive me if using the word "MENU" for this new suggested directive is not appropriate; the concepts I post here are still applicable without this word, so I will use [MENU] GAPPEND). The resulting generic command would be: KERNEL + [MENU] GAPPEND + INITRD + APPEND (in this order). Any of the four parts of this resulting command could be not-explicitl...
2003 Oct 03
2
suggested hardware especially sound cards
...works well with Linux and Asterisk) Redhat 9.0 with all development packages selected mpg123 compiled from source asterisk build 42 x cisco 7960 (or grandstream 102) phones running G711u codec 2 x cisco ATA 188 (or grandstream HT) adapters for analog phones and faxes I'd be happy to post the suggested configs on my website or maybe one of the dozen other people that host Asterisk info sites could post them there. I think we should have these setups listed: - home user with 1-2 telco lines and 2-5 phones - small office with 4-8 telco lines and 8-16 phones - small office with a fractional E1/T1 a...