search for: highr

Displaying 20 results from an estimated 38 matches for "highr".

Did you mean: high
2007 Apr 18
1
Use of absolute timeouts for oneshot timers
...le you can work out a constant offset between the two, and use that for converting a kernel absolute time into a hypervisor absolute time. When booting under Xen, you'll get this if you're using both the xen clocksource and clockevent drivers. However, it seems that during boot on a NO_HZ HIGHRES_TIMERS system, the kernel does not use the Xen clocksource until it switches to highres timer mode. This means that during boot the kernel's monotonic clock is drifting with respect to the hypervisor, and all timeouts are unreliable. Initially I was just computing the kernel-hypervisor offs...
2007 Apr 18
1
Use of absolute timeouts for oneshot timers
...le you can work out a constant offset between the two, and use that for converting a kernel absolute time into a hypervisor absolute time. When booting under Xen, you'll get this if you're using both the xen clocksource and clockevent drivers. However, it seems that during boot on a NO_HZ HIGHRES_TIMERS system, the kernel does not use the Xen clocksource until it switches to highres timer mode. This means that during boot the kernel's monotonic clock is drifting with respect to the hypervisor, and all timeouts are unreliable. Initially I was just computing the kernel-hypervisor offs...
2009 Sep 11
0
R help:
...caught segfault *** address 0xc0000023, cause 'memory not mapped' Possible actions: 1: abort (with core dump, if enabled) 2: normal R exit 3: exit R without saving workspace 4: exit R saving workspace The portion of the code that is giving me problems is: if(length(which( interp.depth == highres.depth[i] )) >0 ) { print(paste("depth = ",highres.depth[i],sep="")) depth.tracker <- c(highres.depth[i],depth.tracker) caco3.interp.vector <- c(mean(caco3.interp),caco3.interp.vector) caco3.interp <- numeric(0) } When the routine misses a depth, it...
2018 Feb 13
1
Syntax highlighting
...t;standardized" syntax highlighting of R code? * Currently I'm using minted for my LaTeX slides with pygmentize and I do not know what scheme is used for highlighting the R code. * RStudio uses (as default) TextMate (Text editor for MacOS) highlighting for R code. * The R package "highr" just defines CSS classes and does not provide any default CSS file, but embeds andre simons Highlight 3.42 Software Of course, for my students I would like to have approximately the same highlighting in the slides, in RStudio and in shiny. Best Sigbert -- https://hu.berlin/sk https://hu...
2019 Jul 10
2
Alternative to laptop
...nd > > monitor(s) could then be connected. I want to run CentOS 7, later CentOS > 8. > >.... > > At the top of my head I think the Intel NUC meets your expectations. a NUC is a compact low power desktop.but it still needs a screen and a keyboard/mouse, etc. I use a 8" highres tablet running android for my ultra-portable applications ... Its been awhile since I"ve needed more in hte field. My current Huawei M3 tablet runs SkySafari Pro nicely with the maximum database and doesn't crash if a few more apps are active. high res 8" screen suits me perfect...
2018 Nov 10
2
Fedora 29 upgrade: texlive-scheme-medium may depend on R
On upgrading my F28 to F29, I've found that R-core and a number of R packages: R-evaluate R-glue R-highr R-knitr R-magrittr R-markdown R-mime R-stringi R-stringr R-yaml are installed, although I only ever install R from source and always keep my Rs locally. So I don't use Fedora R rpms, but these were installed without my command. Something in texlive is doing this. A remedy is to yse rpm -r...
2016 May 03
2
vignette/knitr help
...'knitr' package was needed to run vignettes: Running vignettes for package ?digest? Error in loadVignetteBuilder(vigns$pkgdir) : vignette builder 'knitr' not found So I installed the knitr package and all its dependents (?mime?, ?stringi?, ?magrittr?, ?evaluate?, ?formatR?, ?highr?, ?markdown?, ?stringr?, ?yaml?) . Now I get some different warnings: Running vignettes for package ?digest? Running ?sha1.Rmd? Warning messages: 1: In readLines(if (is.character(input2)) { : cannot open file 'sha1.Rmd': No such file or directory 2: In engine$weave(file, quiet = TRU...
2009 Dec 24
1
Question to use R plot GO pie chart
...SEMBL:ENSP00000306279|RE IPI:IPI00000634.1|SWISS-PROT:Q16204|TREMBL:Q6GSG7|ENSEMBL:ENSP00000263102|REFS I want to plot the pie chart of these gene distribution in the GO molecular function as a pie chart. An example is shown in the following link http://www.proteomesci.com/content/7/1/6/figure/F2?highres=y Can some one help? Thanks much in advance. Merry Christmas!!
2006 Nov 01
1
Fitting mean and covariance of Multivariate normal with censored data
Hello, I have been googling for 2 days and I cannot find the answer in previous posts. I have a set of d-dimensional data elements (d=11 .. 14), each data point can be censored at different values both Lower-limit and upper limit. N = 2000 sets of vectors of D=11 data points per vector. Each of the N*D points can have different upper and lower limits. I "simply" want to fit a
2009 Jun 21
1
Xen boots to blank screen
...his comment - YaST2 identifier: Original name: failsafe### title Failsafe -- openSUSE 11.1 - 2.6.27.7-9 root (hd0,1) kernel /boot/vmlinuz-2.6.27.7-9-pae root=/dev/disk/by-id/ata-Maxtor_7Y250M0_Y644WYHE-part2 showopts ide=nodma apm=off noresume nosmp maxcpus=0 edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 x11failsafe vga=0x31a initrd /boot/initrd-2.6.27.7-9-pae ###Don''t change this comment - YaST2 identifier: Original name: xen### title Xen -- openSUSE 11.1 - 2.6.27.7-9 root (hd0,1) kernel /boot/xen.gz module /boot/vmlinuz-2.6.27.7-9-xen root=/d...
2018 Nov 10
2
Fedora 29 upgrade: texlive-scheme-medium may depend on R (texlive-includernw)
On Sat, 10 Nov 2018, I?aki Ucar wrote: > On Sat, 10 Nov 2018 at 15:17, Roger Bivand <Roger.Bivand at nhh.no> wrote: >> >> On upgrading my F28 to F29, I've found that R-core and a number of R >> packages: >> >> R-evaluate R-glue R-highr R-knitr R-magrittr R-markdown R-mime R-stringi >> R-stringr R-yaml >> >> are installed, although I only ever install R from source and always keep >> my Rs locally. So I don't use Fedora R rpms, but these were installed >> without my command. >> >> Some...
2019 Jul 14
0
Alternative to laptop
...ant to run CentOS 7, later >CentOS >> 8. >> >.... >> >> At the top of my head I think the Intel NUC meets your expectations. > > > >a NUC is a compact low power desktop.but it still needs a screen and a >keyboard/mouse, etc. > > >I use a 8" highres tablet running android for my ultra-portable >applications ... Its been awhile since I"ve needed more in hte field. > > >My current Huawei M3 tablet runs SkySafari Pro nicely with the maximum >database and doesn't crash if a few more apps are active. high res 8" &gt...
2018 Nov 10
0
Fedora 29 upgrade: texlive-scheme-medium may depend on R
On Sat, 10 Nov 2018 at 15:17, Roger Bivand <Roger.Bivand at nhh.no> wrote: > > On upgrading my F28 to F29, I've found that R-core and a number of R > packages: > > R-evaluate R-glue R-highr R-knitr R-magrittr R-markdown R-mime R-stringi > R-stringr R-yaml > > are installed, although I only ever install R from source and always keep > my Rs locally. So I don't use Fedora R rpms, but these were installed > without my command. > > Something in texlive is doing th...
2016 May 03
0
vignette/knitr help
...to > run vignettes: > > Running vignettes for package ?digest? > Error in loadVignetteBuilder(vigns$pkgdir) : > vignette builder 'knitr' not found > > So I installed the knitr package and all its dependents (?mime?, ?stringi?, > ?magrittr?, ?evaluate?, ?formatR?, ?highr?, ?markdown?, ?stringr?, ?yaml?) . > Now I get some different warnings: > > Running vignettes for package ?digest? > Running ?sha1.Rmd? > Warning messages: > 1: In readLines(if (is.character(input2)) { : > cannot open file 'sha1.Rmd': No such file or directory >...
2020 Jun 25
2
Support for ultra-high sample rates?
Op do 25 jun. 2020 om 16:02 schreef Con Kolivas <kernel at kolivas.org>: > The idea is to actually use it for playback, not just storage, and > nothing else has the nice asymmetrical fast decompression with such > effective compression (wavpack supports 705/768 but is woefully slow > on decompression and poorly supported). Mostly the sample rates would > be multiples of the
2010 Sep 26
1
Error: Opening INBOX failed: Mailbox doesn't exist: INBOX
...: Opening INBOX failed: Mailbox doesn't exist: INBOX doveadm(user at foo.local): Error: Opening mailbox INBOX failed: Mailbox doesn't exist: INBOX doveadm mailbox list -u user at foo.local Archiv Old Gesendete Objekte INBOX INBOX.old INBOX.ix INBOX.ct INBOX.telepolis INBOX.bild INBOX.fotos.highres INBOX.computerbild Junk-E-Mail Trash Gesendet System has several hundred users, but this is the only user on which that happens. Users client is Microsoft Outlook 2003, but there are more users which are using Microsoft Outlook 2003. dovecot -n (some parts masked with *** for privacy reasons):...
2004 Aug 06
0
Stream metadata settings
...e URL via IRC, it is "sources-only", it can be listened to only by connecting to the mainstream when all higher level streams are idle, but not by connecting directly to /playground.ogg. /auto.ogg <-- this one runs automatic programming which will kick in when no one uses a highr level stream. /fallback.ogg <-- this streams runs the station jingle, it's the last line of defense against silence. All but the top-level stream are "sources only", cannot be connected to directly by clients. This way, the hierarchy cannot be subverted and right-wingers an...
2012 Aug 12
4
opensuse as Dom0
...-3.1.0-1.2-default ###Don''t change this comment - YaST2 identifier: Original name: failsafe### title Failsafe -- openSUSE 12.1 - 3.1.0-1.2 root (hd0,0) kernel /vmlinuz-3.1.0-1.2-default root=/dev/system/root showopts apm=off noresume nosmp maxcpus=0 edd=off powersaved=off nohz=off highres=o ff processor.max_cstate=1 nomodeset x11failsafe vga=0x314 initrd /initrd-3.1.0-1.2-default _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2018 Nov 10
0
Fedora 29 upgrade: texlive-scheme-medium may depend on R (texlive-includernw)
...Sat, 10 Nov 2018, I?aki Ucar wrote: > >> On Sat, 10 Nov 2018 at 15:17, Roger Bivand <Roger.Bivand at nhh.no> wrote: >>> >>> On upgrading my F28 to F29, I've found that R-core and a number of R >>> packages: >>> >>> R-evaluate R-glue R-highr R-knitr R-magrittr R-markdown R-mime R-stringi >>> R-stringr R-yaml >>> >>> are installed, although I only ever install R from source and always keep >>> my Rs locally. So I don't use Fedora R rpms, but these were installed >>> without my command. &g...
2018 Nov 10
1
Fedora 29 upgrade: texlive-scheme-medium may depend on R (texlive-includernw)
...n R (texlive-includernw) On Sat, 10 Nov 2018, I?aki Ucar wrote: > On Sat, 10 Nov 2018 at 15:17, Roger Bivand <Roger.Bivand at nhh.no> wrote: >> >> On upgrading my F28 to F29, I've found that R-core and a number of R >> packages: >> >> R-evaluate R-glue R-highr R-knitr R-magrittr R-markdown R-mime R-stringi >> R-stringr R-yaml >> >> are installed, although I only ever install R from source and always keep >> my Rs locally. So I don't use Fedora R rpms, but these were installed >> without my command. >> >> Some...