Displaying 7 results from an estimated 7 matches for "rstrptime".
Did you mean:
strptime
2001 Nov 22
2
zlib location
...the CC of this message to Zip-bugs.)
The WHERE file was written by the info-zip people, but I couldn't turn
up a newer version. If there is one and I find it, I'll pass it on.
2. I get some warnings during the compile; I decided to ignore them.
I missed catching some; some others were:
Rstrptime.h:206: warning: ANSI C forbids braced-groups within
expressions
/usr/lib/bison.simple:285: warning: `yyval' might be used
uninitialized in this
function
main.c:327: warning: variable `baseEnv' might be clobbered by
`longjmp' or `vfor
k'
objects.c: In function `do_set_prim_method&...
2007 Aug 21
2
compiling R under cygwin
....so
to .dll. change .so to .dll and in Makeconf.
in src/extra/xdr/rpc/types.h comment out defn of malloc.
Change .so to .dll in Makefile's
edit Makeconf and set R_OSTYPE to unix
make -j2
when blas doesn't link, re-run command with -lblas -lg2c on end and
change output to .dll
edit Rstrptime.c and change wcstod to atof.
in modules:
when X11 and internet falls over add -lintl to link line. add -lg2c and
-lblas to lapack
comment out library/base/R/library.R lines 47-51 to avoid arch check
which seems to go wrong!
make -j2
make install
edit /opt/freeware/R/R-2.5.1/lib/R/etc/Makec...
2015 Dec 16
2
Building R in 64-bit mode
...--- R-3.2.3.orig/src/include/Defn.h 2015-08-25 22:15:24 +0000
+++ R-3.2.3/src/include/Defn.h 2015-12-16 10:53:08 +0000
@@ -1271,7 +1271,7 @@
void invalidate_cached_recodings(void); /* from sysutils.c */
void resetICUcollator(void); /* from util.c */
void dt_invalidate_locale(); /* from Rstrptime.h */
-int R_OutputCon; /* from connections.c */
+extern int R_OutputCon; /* from connections.c */
extern int R_InitReadItemDepth, R_ReadItemDepth; /* from serialize.c */
void get_current_mem(size_t *,size_t *,size_t *); /* from memory.c */
unsigned long get_duplicate_counter(void); /* from d...
2023 Nov 06
2
strptime with +03:00 zone designator
>>>>> Richard O'Keefe
>>>>> on Mon, 6 Nov 2023 18:37:34 +1300 writes:
> Thanks to all who replied. On Mon, 6 Nov 2023 at 18:37,
> Richard O'Keefe <raoknz at gmail.com> wrote:
>> OK, so the consensus is (1) One cannot make strptime
>> accept ISO8601-compliant zone designators (2) The
>> lubridate package
2015 Dec 16
0
Building R in 64-bit mode
...include/Defn.h 2015-08-25 22:15:24 +0000
> +++ R-3.2.3/src/include/Defn.h 2015-12-16 10:53:08 +0000
> @@ -1271,7 +1271,7 @@
> void invalidate_cached_recodings(void); /* from sysutils.c */
> void resetICUcollator(void); /* from util.c */
> void dt_invalidate_locale(); /* from Rstrptime.h */
> -int R_OutputCon; /* from connections.c */
> +extern int R_OutputCon; /* from connections.c */
> extern int R_InitReadItemDepth, R_ReadItemDepth; /* from serialize.c */
> void get_current_mem(size_t *,size_t *,size_t *); /* from memory.c */
> unsigned long get_duplicate_cou...
2015 Dec 18
1
Assistance much appreciated
...nclude/Defn.h 2015-08-25 22:15:24.000000000 +0000
+++ R-3.2.3/src/include/Defn.h 2015-12-16 10:53:08.000000000 +0000
@@ -1271,7 +1271,7 @@
void invalidate_cached_recodings(void); /* from sysutils.c */
void resetICUcollator(void); /* from util.c */
void dt_invalidate_locale(); /* from Rstrptime.h */
- int R_OutputCon; /* from connections.c */
+ extern int R_OutputCon; /* from connections.c */
extern int R_InitReadItemDepth, R_ReadItemDepth; /* from serialize.c */
void get_current_mem(size_t *,size_t *,size_t *); /* from memory.c */
unsigned long get_duplicate_counter(void); /* f...
2015 Dec 17
5
Assistance much appreciated
I have been struggling with this error message - and think I finally
understand it's context.
Start
Line by line debugging shows me the function works:
...
> saveRDS(val, mapfile)
> val
$variables
$variables$IANA_HTTP_status_code_db
[1] 0 1256
$variables$IANA_URI_scheme_db
[1] 1256 3458
$variables$table_of_HTTP_status_codes
[1] 4714 830
$references
named list()
$compressed