Displaying 20 results from an estimated 20 matches for "fastres".
Did you mean:
fasters
2014 Aug 25
1
vignette index going AWOL
I?m preparing a package (fastR) for submission to CRAN, but the vignette index keeps going AWOL, or at least R CMD check ?as-cran thinks so. I?ve tried several things and gave myself the weekend to think of other things, but I can?t figure it out. Perhaps someone on the list can lend a hand.
Here?s one example situation, where I build the index.html file myself and put it in inst/doc/index.html
2014 Feb 12
1
FastR
Dear all,
at UseR! 2013, the FastR project was announced by Tomas Kalibera, Petr Maj, and Jan Vitek. FastR is an implementation of the R programming language in Java using AST interpretation and specialisation for improved performance. Since, the implementation has been extended to support JIT compilation, leading to performance improvements.
The goal of the project is to further the R community
2015 Jun 12
3
CRAN testing
Is the mechanism by which packages are tested on CRAN described
anywhere? Is it by any chance written in R? The FastR
<https://bitbucket.org/allr/fastr/wiki/Home> team is interested in
running a virtual CRAN where we can test all the CRAN packages on FastR.
Thanks
Mick Jordan
[[alternative HTML version deleted]]
2016 Mar 14
2
Help with libiconv problem
A couple of my colleagues are having problems building R-3.2.4 on Mac OS
X El Capitan somehow related to libiconv. I personally don't have any
problems on either of my Macs. I'm hoping thie make log might trigger
something in the readers of this list:
gcc -dynamiclib -Wl,-headerpad_max_install_names -undefined
dynamic_lookup -single_module -multiply_defined suppress
-L../../../../lib
2013 Aug 29
2
Packages not found
Dear all,
On the CRAN website http://cran.r-project.org/ it is currently not
possible to get to the packages. Clicking on "Packages" or on
"Contributed extension packages" results in Error 404: Object not
found!, see: http://cran.r-project.org/web/packages/
Best regards,
Christian
_._._._._._._._._._._._._._._._._._
C.h.r.i.s.t.i.a.n S.t.r.a.t.o.w.a
V.i.e.n.n.a
2014 Apr 02
1
inconsistent error messages on Mac OS X
Hi All,
I am one of the contributors to the FastR project (
https://bitbucket.org/allr <https://bitbucket.org/allr.>) and I have
encountered an interesting issue when trying to implement vector accesses
within FastR. I am trying to understand what kind of error message should
be generated for the following expression:
x<-1:4; x[[1]]<-NULL; x
In order to determine the error message,
2016 Mar 15
4
Regression in strptime
>>>>> peter dalgaard <pdalgd at gmail.com>
>>>>> on Sat, 12 Mar 2016 19:11:40 +0100 writes:
> OK, .Internal is not necessary to reproduce oddity in this area. I also see things like (notice 1980)
>> strptime(paste0(sample(1900:1999,80,replace=TRUE),"/01/01"), "%Y/%m/%d", tz="CET")
...............
>
2016 May 03
2
vignette/knitr help
On 5/3/16 11:29 AM, Thierry Onkelinx wrote:
> Dear Mick,
>
> Note that both knitr and rmarkdown are listed under Suggests: both are
> required to compile the vignette. Installing rmarkdown should solve
> the problem. If not, please provide more information. OS, R version,
> digest version, ...
>
>
This is occurring in the context of an automated testing environment
that
2015 Sep 14
1
Dovecot does not accept new connection with error "imap-login: Error: read(anvil) failed: EOF"
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi,
First of all, thank you for the work the contributors are doing with
Dovecot ! Dovecot is doing a great job !
I am encountering a problem with a configuration and, despite my
search on the web, I do not find any solution for this problem.
Dovecot seems to stop accepting new connection. The users :
- - can not save sent messages to
2016 Mar 14
0
Help with libiconv problem
On 3/14/16 1:49 PM, Mick Jordan wrote:
> A couple of my colleagues are having problems building R-3.2.4 on Mac
> OS X El Capitan somehow related to libiconv. I personally don't have
> any problems on either of my Macs. I'm hoping thie make log might
> trigger something in the readers of this list:
>
> gcc -dynamiclib -Wl,-headerpad_max_install_names -undefined
>
2014 Jan 23
0
internship at Oracle Labs
Dear all,
we are offering an internship position at Oracle Labs, in Redwood Shores (CA) or Potsdam (Germany). An outline of the job description can be found below. Additional details can be found at https://irecruitment.oracle.com (search for IRC2419637).
Best regards,
Michael Haupt
"In the context of the Alphabet Soup project, Oracle Labs is contributing to an open-source optimised
2004 Apr 20
0
SAMBA 3.0.2 printing problem
...0] [Job 121] Option: Economode=Standard -->
Setting option
D [03/Mar/2004:10:30:44 +0200] [Job 121] Found: %% FoomaticOpt:
Economode=Standard
D [03/Mar/2004:10:30:44 +0200] [Job 121] Option: Economode=Standard -->
Setting option
D [03/Mar/2004:10:30:44 +0200] [Job 121] Found: %%BeginFeature: *FastRes
Off
D [03/Mar/2004:10:30:44 +0200] [Job 121] Option: FastRes=Off --> Setting
option
D [03/Mar/2004:10:30:44 +0200] [Job 121] Found: %% FoomaticOpt:
FastRes=Off
D [03/Mar/2004:10:30:44 +0200] [Job 121] Option: FastRes=Off --> Setting
option
D [03/Mar/2004:10:30:44 +0200] [Job 121] Found: %%Beg...
2016 Mar 16
0
Regression in strptime
On 3/15/16 3:52 AM, Martin Maechler wrote:
>>>>>> peter dalgaard <pdalgd at gmail.com>
>>>>>> on Sat, 12 Mar 2016 19:11:40 +0100 writes:
> > OK, .Internal is not necessary to reproduce oddity in this area. I also see things like (notice 1980)
> >> strptime(paste0(sample(1900:1999,80,replace=TRUE),"/01/01"),
2016 May 03
0
vignette/knitr help
Dear Mick,
knitr doesn't depends on rmarkdown. It's the vignette that depends on
both knitr (for handle the R chunks) and rmarkdown (for the output
format rmarkdown::html_vignette).
https://cran.r-project.org/doc/manuals/r-release/R-exts.html#Package-Dependencies
states: "The ?Suggests? field ...snip... lists packages that are not
necessarily needed. This includes packages used
2016 May 03
2
vignette/knitr help
I need some help understanding a problem running the tests on the
'digest' package. Initially, I got the message that the '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?,
2015 Apr 29
2
--interactive and -f/-e
I was surprised by this:
R --interactive -e 'interactive()'
bash-3.2$ R -q -e 'interactive()' --interactive
> interactive()
[1] FALSE
>
as the command options document says that --interactive should force
interactive=TRUE:
" When *R* is run in a terminal (via |Rterm.exe| on Windows), it assumes
that it is interactive if ?stdin? is connected to a (pseudo-)terminal
2017 Sep 21
2
calling R API functions after engine shutdown
Hi!
We?ve recently come across an example where a package (minqa) creates an Rcpp Function object in a static variable.
This causes R_ReleaseObject to be called by the destructor at a very late point in time - as part of the system exit function:
static Function cf("c");
I?m wondering if that is considered to be ?safe??
Is the R engine supposed to stay in a state where calls to API
2019 Apr 05
3
Orientación para hacer un sitio web con R
Hola,
Como te comentan, shiny es la mejor opción que tienes, solo añadir que no
necesitas Rstudio connect. Se puede hacer el volcado de datos con
conexiones ODBC perfectamente, hay varios paquetes de R que te sirven para
ello. Lo que si es cierto es que necesitarás dedicarle un tiempo a cómo
utilizarlos de manera razonable, probableente tendrás que pelear un poco
para configurarlos correctamente.
2019 Apr 05
2
Orientación para hacer un sitio web con R
Hola a todos.
Juan, por si te sirve de referencia, ésta es una página hecha con docker,
docker-compose y shinyproxy: http://ifnapp.creaf.cat/
docker-compose me levanta varios containers:
1. servidor web (nginx + hugo) para la página de entrada
2. servidor postgresql, ya que la aplicación shiny necesita acceso a una
base de datos
3. shinyproxy, para levantar una instancia de la shiny app
2008 Aug 30
7
Ubuntu Hardy Heron x64 w/ Xen 3.2 hangs on boot at /etc/rc.local
Hello everybody!
My server with Ubuntu Hardy Heron x64 with Xen 3.2 hangs on when booting at
"Starting local boot scripts (/etc/rc.local)".
My /etc/rc.local is default and I can''t find out why it stops there.
It''s possible to SSH to the server and everything works fine. I just can''t
do anything from the physical server.
I''ve googled but nothing have