AndreMikulec
AndreMikulec
I am running Windows 7 64 bit. I tried this and this works fine. ``` text 64 bit Windows DLL posted, compiled against postgres 9.4.1 and R-3.1.2. [Plr-general] new release...
Hello, Maybe the following should be documented somewhere. This is what I had to do to get to attach vadr to the search() path without Warnings and without Errors. I...
Hello, Maybe the following should be documented somewhere. This is what I had to do to get to attach vadr to the search() path without Warnings and without Errors. I...
When I try to install, I get the following error ``` > devtools::install_github("halpo/parser") Downloading GitHub repo halpo/parser@master from URL https://api.github.com/repos/halpo/parser/zipball/master Installing parser "W:/R-3.4._/App/R-Portable/bin/x64/R" --no-site-file --no-environ --no-save \ --no-restore --quiet CMD...
Whenever I try to load a .dbf file I am getting an error. ``` python >>> Dbf5('myfile.dbf') Traceback (most recent call last): File "", line 1, in File "C:\TARGET\WinPython-64bit-3.3.5.9\python-3.3.5.amd64\lib\site-packages\simpledbf\simpledbf.py", line...
The following code allows. package performanceEstimation to to call package caret's caret::train.formula. As far as I can tell it does work. ``` r # TIMESTAMP APRIL 3 2016 runPerformanceEstimation3.R options(error...
``` s_recode
From the pgxn version, getting this error when trying to 'create extension'. See below ``` CurrentUser@MACHINE MINGW64 /c/PG-10._/pgxnclient/pgxnclient/Scripts $ python pgxnclient-script.py install tinyint INFO: best version: tinyint 0.1.1 INFO: saving...
Is there an easy way to add a delimiter that tells R.rsp to just only remove the trailing carriage return ( and not the whitespace). In the OLD days of...
How would I write/escape the R magrittr function `%>%` ( if possible ) inside R.rsp? For example ```r library(R.rsp) library(magrittr) rstring('% print %>') ``` Note: I can not alias i.e....