similar to: noteMD v0.1.0 on CRAN

Displaying 20 results from an estimated 9000 matches similar to: "noteMD v0.1.0 on CRAN"

2020 Oct 16
0
{giscoR} v0.1.0 available on CRAN
Good afternoon: giscoR is already available on CRAN. giscoR is a API package that helps to retrieve data from GISCO - Eurostat. It also provides some lightweight data sets ready to use without downloading. GISCO is a geospatial open data repository including several data sets as countries, coastal lines, labels or NUTS levels. The data sets are usually provided at several resolution levels
2001 Jan 30
0
[2] Vorbis Comment Editor v0.1.0
"Craig Dickson" <crdic@yahoo.com> wrote on 1/30/01 12:14:37 PM: > I think Warren meant that you'll be able to right-click on an .ogg file in > the Windows Explorer shell, and select "Properties" from the pop-up menu to > edit the file's comments. This is a good idea; I wish I didn't have to load > mp3 files into WinAmp to edit their properties,
2006 May 08
2
app_wakeme.c (Wake-up Call Manager) v0.1.0 released
Greetings, I'm releasing my first attempt at Asterisk development in hopes of gathering a bit of feedback. It's just a wake-up call manager but, seeing as the only one I was able to find was a php-agi script, perhaps an actual app will be useful to someone. Anyway, here's the details. Features: * User can set / cancel wake-up calls for their extension * Option to snooze is
2001 Jan 29
4
Vorbis Comment Editor v0.1.0
Hello All, I have created a Vorbis Comment Editor for the win32 environment. It is completely untested and undoubtedly has bugs. That said, it is fairly stable and functional. It is a simple single dialog based app. I have released it under the GPL and have made code available. It is compiled statically with the latest CVS version of libogg & libvorbis and it uses the vcedit.c routines
2001 Jan 29
4
Vorbis Comment Editor v0.1.0
Hello All, I have created a Vorbis Comment Editor for the win32 environment. It is completely untested and undoubtedly has bugs. That said, it is fairly stable and functional. It is a simple single dialog based app. I have released it under the GPL and have made code available. It is compiled statically with the latest CVS version of libogg & libvorbis and it uses the vcedit.c routines
2015 May 01
0
New release of MAVIS (Meta Analysis via Shiny) v1.1 now on CRAN
Dear R users, I'm pleased to announce that the first major update to the MAVIS package (Meta Analysis via Shiny) has been released to CRAN. MAVIS: Meta Analysis via Shiny v1.1 "Smiling Fox" has expanded greatly over the last couple of months to include the following. - User interface has been improved with the ?shinyBS? package and icons. - Support for single case design,
2015 May 01
0
New release of MAVIS (Meta Analysis via Shiny) v1.1 now on CRAN
Dear R users, I'm pleased to announce that the first major update to the MAVIS package (Meta Analysis via Shiny) has been released to CRAN. MAVIS: Meta Analysis via Shiny v1.1 "Smiling Fox" has expanded greatly over the last couple of months to include the following. - User interface has been improved with the ?shinyBS? package and icons. - Support for single case design,
2008 Oct 23
4
First release (v0.1.0) of the new Sieve implementation for Dovecot v1.2
Hello Dovecot users, Finally, after little more than a year, I finished the first release of the new Sieve implementation for Dovecot. The main reason for rewriting the Sieve engine is to provide more reliable script execution and to provide better error messages to users and system administrators. Also, since the Sieve language evolves quickly, with new language extensions published every
2008 Oct 23
4
First release (v0.1.0) of the new Sieve implementation for Dovecot v1.2
Hello Dovecot users, Finally, after little more than a year, I finished the first release of the new Sieve implementation for Dovecot. The main reason for rewriting the Sieve engine is to provide more reliable script execution and to provide better error messages to users and system administrators. Also, since the Sieve language evolves quickly, with new language extensions published every
2017 May 16
0
r-cran-rjava dependencies on debian jesse, library(rJava) fails when default-jre is missing
On 8 May 2017 at 15:39, Vaidotas Zemlys wrote: | Hi, | | Dirk Eddelbuettel advised me to write here. Here is my original letter to him: | | I would like to enquire about package r-cran-rjava on Debian jesse. It seems that if default-jre package is not installed, but openjdk-7-jre is installed, then library(rJava) in R fails. I?ve been bitten by this today and I wonder whether this an issue of
2013 Apr 11
0
No subject
cfb9d59a270b59fc485b14b7311762a60c6a922e=A0=A0=A0 refs/tags/v0.1.0=0A= 3d9024fafb0ca6413ab1287a417883d97dd186af=A0=A0=A0 refs/tags/v0.1.0^{}=0A= 55b70ccfaeb677ab4f579893de77cd9087449391=A0=A0=A0 refs/tags/v0.1.1=0A= 9ae4b5d0e765c366e9c019938157783504bfc738=A0=A0=A0 refs/tags/v0.1.1^{}=0A= ef62be5000a5742ed09527e170fd54c1897df054=A0=A0=A0 refs/tags/v0.1.2=0A=
2017 May 17
0
r-cran-rjava dependencies on debian jesse, library(rJava) fails when default-jre is missing
On 17 May 2017 at 08:46, Vaidotas Zemlys wrote: | Hi, | | > Le 17 mai 2017 ? 00:42, Dirk Eddelbuettel <edd at debian.org> a ?crit : | > | > | > On 8 May 2017 at 15:39, Vaidotas Zemlys wrote: | > | Hi, | > | | > | Dirk Eddelbuettel advised me to write here. Here is my original letter to him: | > | | > | I would like to enquire about package r-cran-rjava on
2015 Jul 03
1
Are downstream dependencies rebuilt when a package is updated on CRAN?
I was wondering: are the downstream dependencies of a package rebuilt when a package is updated on CRAN? (I'm referring to the binary packages, of course.) The reason I ask is because there are cases where this can cause problems. Suppose that when pkgB is built, it calls pkgA::makeClosure(), which returns a closure that refers to a function in pkgA. Suppose this code is in pkgA 1.0:
2017 May 08
3
r-cran-rjava dependencies on debian jesse, library(rJava) fails when default-jre is missing
Hi, Dirk Eddelbuettel advised me to write here. Here is my original letter to him: I would like to enquire about package r-cran-rjava on Debian jesse. It seems that if default-jre package is not installed, but openjdk-7-jre is installed, then library(rJava) in R fails. I?ve been bitten by this today and I wonder whether this an issue of mine, or is this a possible bug. My server admin used
2017 May 17
2
r-cran-rjava dependencies on debian jesse, library(rJava) fails when default-jre is missing
Hi, > Le 17 mai 2017 ? 00:42, Dirk Eddelbuettel <edd at debian.org> a ?crit : > > > On 8 May 2017 at 15:39, Vaidotas Zemlys wrote: > | Hi, > | > | Dirk Eddelbuettel advised me to write here. Here is my original letter to him: > | > | I would like to enquire about package r-cran-rjava on Debian jesse. It seems that if default-jre package is not installed, but
2004 Sep 10
3
ACM work
Hi (again), I started to work on an ACM (Audio Compression Manager) for FLAC. I currently only have the canvas. The encoding/decoding is not done yet. So it's completely useless. But since the canvas is the harder thing to start, here it is. (just in case I don't have time to continue) http://mukoli.free.fr/flac-ACM.v0.1.0.zip
2019 Dec 30
0
how to check as CRAN with alternative BLAS?
On 29 December 2019 at 16:39, steven pav wrote: | One of my packages is slated to be archived from CRAN due to failures when | the ATLAS BLAS is used. I am unable to replicate the error on my machine | under R 3.6.1 using the atlas library from ubuntu (seems to be 3.10.2-9, | while the good professor is using 3.10.3 per | https://www.stats.ox.ac.uk/pub/bdr/Rblas/README.txt ). I also tried the |
2016 Oct 01
0
A few new packages on CRAN
- ndjdon : Wicked Fast ndjson Reader Reads in ndjson significantly faster than jsonlite::stream_in(), flattens each JSON record and returns a data.table. https://cran.r-project.org/web/packages/ndjson/index.html - htmltidy : Clean Up or Pretty Print Gnarly HTML and XHTML C-backed package that includes the HTML Tidy library. Useful for cleaning up HTML beyond what you get with the
2016 Oct 01
0
A few new packages on CRAN
- ndjdon : Wicked Fast ndjson Reader Reads in ndjson significantly faster than jsonlite::stream_in(), flattens each JSON record and returns a data.table. https://cran.r-project.org/web/packages/ndjson/index.html - htmltidy : Clean Up or Pretty Print Gnarly HTML and XHTML C-backed package that includes the HTML Tidy library. Useful for cleaning up HTML beyond what you get with the
2014 Dec 08
0
CRAN packages mis-using \donttest : falsy
On 08/12/2014 9:40 AM, G?bor Cs?rdi wrote: > Hi all, > > anyone has an idea how I could fix this? > > \donttest{ > ## Set colors from colorspace package with a fallback > col <- try(colorspace::rainbow_hcl(5), silent = TRUE) %||% rainbow(5) > } > > The problem is that this makes R CMD check freak out >