search for: sysdata

Displaying 20 results from an estimated 111 matches for "sysdata".

2015 Dec 29
2
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
....3 TL7, AIX 6.1 TL9 and AIX 7.1 TL3. Basically, with settings that work for AIX and 32-bit - the only changes being -maix32 becomes -maix64 and export OBJECT_MODE=32 becomes export OBJECT_MODE=64 Then to shorten the 'make' bla bla, first run just make, then cd src/library/tools make -s sysdata http://article.gmane.org/gmane.comp.lang.r.devel/38817/match=package+tools+malformed http://article.gmane.org/gmane.comp.lang.r.devel/36886/match=package+tools+malformed http://article.gmane.org/gmane.comp.lang.r.devel/23372/match=package+tools+malformed Date: 2010-01-25 06:55:41 GMT (5 years, 48...
2013 Mar 23
1
sysdata.rda vs. rda files in data directory
...;no". I understand that this is not considered wise any more (if it ever was), so that I want to change to LazyData "yes" with the next release (which will also get some additional catalogues). I have tried out using separate data files in the data directory (like before) and one sysdata.rda file in the R directory (exporting all catalogues from the namespace); there is a large difference in the installed sizes between those two ways: the approach with sysdata.rda uses only about half the size of the separate data files approach (5.6 Mb vs 11.7Mb). As I would like to be able t...
2015 Dec 31
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...IX and 32-bit - the only >> changes being >> -maix32 becomes -maix64 >> and >> export OBJECT_MODE=32 becomes export OBJECT_MODE=64 >> >> Then to shorten the 'make' bla bla, first run just make, then >> >> cd src/library/tools >> make -s sysdata >> >> http://article.gmane.org/gmane.comp.lang.r.devel/38817/match=package+tools+malformed >> >> http://article.gmane.org/gmane.comp.lang.r.devel/36886/match=package+tools+malformed >> >> http://article.gmane.org/gmane.comp.lang.r.devel/23372/match=package+tool...
2016 Jan 01
2
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...-maix32 becomes -maix64 >>>> and >>>> export OBJECT_MODE=32 becomes export OBJECT_MODE=64 >>>> >>>> Then to shorten the 'make' bla bla, first run just make, then >>>> >>>> cd src/library/tools >>>> make -s sysdata >>>> >>>> http://article.gmane.org/gmane.comp.lang.r.devel/38817/match=package+tools+malformed >>>> http://article.gmane.org/gmane.comp.lang.r.devel/36886/match=package+tools+malformed >>>> http://article.gmane.org/gmane.comp.lang.r.devel/23372/mat...
2013 Feb 07
1
large sysdata.rda file --- strategies?
Hi, to speed up computations in our RobASt family of packages, we use interpolation on a grid of precomputed values which we save together with the interpolating functions (results of splinefun essentially) in sysdata.rda in the R folder of our pkg. After adding grids for some more models, this file has grown considerably, even after application of tools::resaveRdaFiles. At the moment we are at about 2MB (compressed) and 8.8 MB (uncompressed) and hence R CMD check --as-cran issues a NOTE. We want to comply wit...
2016 Jan 03
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...gt;>>>>> export OBJECT_MODE=32 becomes export OBJECT_MODE=64 >>>>>> >>>>>> Then to shorten the 'make' bla bla, first run just make, then >>>>>> >>>>>> cd src/library/tools >>>>>> make -s sysdata >>>>>> >>>>>> http://article.gmane.org/gmane.comp.lang.r.devel/38817/match=package+tools+malformed >>>>>> http://article.gmane.org/gmane.comp.lang.r.devel/36886/match=package+tools+malformed >>>>>> http://article.gmane.org/gman...
2016 Jan 01
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...changes being >>> -maix32 becomes -maix64 >>> and >>> export OBJECT_MODE=32 becomes export OBJECT_MODE=64 >>> >>> Then to shorten the 'make' bla bla, first run just make, then >>> >>> cd src/library/tools >>> make -s sysdata >>> >>> http://article.gmane.org/gmane.comp.lang.r.devel/38817/match=package+tools+malformed >>> http://article.gmane.org/gmane.comp.lang.r.devel/36886/match=package+tools+malformed >>> http://article.gmane.org/gmane.comp.lang.r.devel/23372/match=package+tools...
2012 Jun 15
2
Build fails with sysdata.rda in R dir
Hi, I am getting a strange error with 15.0 which I've not seen with previous versions of R. If sysdata.rda is included in R directory of the package I am getting: R CMD build betfairly.roxygen/ * checking for file ?betfairly.roxygen/DESCRIPTION? ... OK * preparing ?betfairly?: * checking DESCRIPTION meta-information ... OK * excluding invalid files Subdirectory 'R' contains invalid file nam...
2015 Dec 30
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...cally, with settings that work for AIX and 32-bit - the only > changes being > -maix32 becomes -maix64 > and > export OBJECT_MODE=32 becomes export OBJECT_MODE=64 > > Then to shorten the 'make' bla bla, first run just make, then > > cd src/library/tools > make -s sysdata > > http://article.gmane.org/gmane.comp.lang.r.devel/38817/match=package+tools+malformed > > http://article.gmane.org/gmane.comp.lang.r.devel/36886/match=package+tools+malformed > > http://article.gmane.org/gmane.comp.lang.r.devel/23372/match=package+tools+malformed > Date:...
2015 Dec 17
5
Assistance much appreciated
...orks: ... > 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 [1] TRUE > mapfile [1] "./library/tools/R/sysdata.rdx" > [1] + Stopped (SIGTSTP) R_DEFAULT_PACKAGES=NULL LC_ALL=C ./bin/R --vanilla root at x065:[/data/prj/cran/64/R-3.2.3]ls -l ./library/tools/R/sysdata.rdx -rw-r--r-- 1 root 33 193 Dec 17 16:49 ./library/tools/R/sysdata.rdx root at x065:[/data/prj/cran/64/R-3...
2016 Jan 01
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...>>>> and >>>>> export OBJECT_MODE=32 becomes export OBJECT_MODE=64 >>>>> >>>>> Then to shorten the 'make' bla bla, first run just make, then >>>>> >>>>> cd src/library/tools >>>>> make -s sysdata >>>>> >>>>> http://article.gmane.org/gmane.comp.lang.r.devel/38817/match=package+tools+malformed >>>>> http://article.gmane.org/gmane.comp.lang.r.devel/36886/match=package+tools+malformed >>>>> http://article.gmane.org/gmane.comp.lang.r...
2016 Jan 04
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...; export OBJECT_MODE=32 becomes export OBJECT_MODE=64 >>>>>>> >>>>>>> Then to shorten the 'make' bla bla, first run just make, then >>>>>>> >>>>>>> cd src/library/tools >>>>>>> make -s sysdata >>>>>>> >>>>>>> http://article.gmane.org/gmane.comp.lang.r.devel/38817/match=package+tools+malformed >>>>>>> http://article.gmane.org/gmane.comp.lang.r.devel/36886/match=package+tools+malformed >>>>>>> http://artic...
2011 Aug 16
2
sysdata.rda, namespaces and package dependencies
Hi all, I'm struggling with accessing a package dataset (munsell.map, stored in sysdata.rda) when that package is imported, not required. A simple reproducible example is: install.packages("munsell") munsell::mnsl("10B 4/6") # Error in match(col, munsell.map$name) : object 'munsell.map' not found library(munsell) munsell::mnsl("10B 4/6") # Func...
2016 Jan 03
0
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...gt; export OBJECT_MODE=32 becomes export OBJECT_MODE=64 >>>>>>> >>>>>>> Then to shorten the 'make' bla bla, first run just make, then >>>>>>> >>>>>>> cd src/library/tools >>>>>>> make -s sysdata >>>>>>> >>>>>>> http://article.gmane.org/gmane.comp.lang.r.devel/38817/match=package+tools+malformed >>>>>>> >>>>>>> http://article.gmane.org/gmane.comp.lang.r.devel/36886/match=package+tools+malformed >>&gt...
2016 Jan 04
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
...DE=32 becomes export OBJECT_MODE=64 >>>>>>>> >>>>>>>> Then to shorten the 'make' bla bla, first run just make, then >>>>>>>> >>>>>>>> cd src/library/tools >>>>>>>> make -s sysdata >>>>>>>> >>>>>>>> http://article.gmane.org/gmane.comp.lang.r.devel/38817/match=package+tools+malformed >>>>>>>> http://article.gmane.org/gmane.comp.lang.r.devel/36886/match=package+tools+malformed >>>>>>>&g...
2020 Apr 29
0
R 4.0.0 build error with sysdata.rda on ppc64el architecture
...c' > make[6]: Leaving directory '/<<PKGBUILDDIR>>/src/library/tools/src' > make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/library/tools' > make[5]: Entering directory '/<<PKGBUILDDIR>>/src/library/tools' > installing 'sysdata.rda' > E: Build killed with signal TERM after 150 minutes of inactivity > > as can be seen in [3]. The Debian wiki has pointers for getting a shell > account on such platforms [4] (and that is not limited to Debianers but a > 'Minipower' service). I now have one such ac...
2020 Apr 30
2
[External] Re: R 4.0.0 build error with sysdata.rda on ppc64el architecture
On 30 April 2020 at 09:11, luke-tierney at uiowa.edu wrote: | On Thu, 30 Apr 2020, Dirk Eddelbuettel wrote: | Maybe I missed something. How is the 'compiler' package involved? See the other email thread; you replied (~ 26 hours ago) to my message adding that "sysdata.rda in 'tools' hanging was wrong". It gets to the next stage, which is 'compiler'. We know by now (thanks to Bryan and Tomas) that src/main/machar.c is the real culprit due to the long double behaviour on ppc64el. I presume 'compiler' calls into platform.c and hence m...
2020 Apr 28
2
R 4.0.0 build error with sysdata.rda on ppc64el architecture
...src/library/tools/src' make[6]: Leaving directory '/<<PKGBUILDDIR>>/src/library/tools/src' make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/library/tools' make[5]: Entering directory '/<<PKGBUILDDIR>>/src/library/tools' installing 'sysdata.rda' E: Build killed with signal TERM after 150 minutes of inactivity as can be seen in [3]. The Debian wiki has pointers for getting a shell account on such platforms [4] (and that is not limited to Debianers but a 'Minipower' service). I now have one such account on the VM farm at U...
2015 Dec 17
0
Assistance much appreciated
...TP_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 > [1] TRUE > > > mapfile > [1] "./library/tools/R/sysdata.rdx" > > [1] + Stopped (SIGTSTP) R_DEFAULT_PACKAGES=NULL LC_ALL=C > ./bin/R --vanilla > root at x065:[/data/prj/cran/64/R-3.2.3]ls -l ./library/tools/R/sysdata.rdx > -rw-r--r-- 1 root 33 193 Dec 17 16:49 > ./library/tools/R/sysdata.rdx > root a...
2015 Dec 18
0
Assistance much appreciated
...tus_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 > [1] TRUE > > > mapfile > [1] "./library/tools/R/sysdata.rdx" > > [1] + Stopped (SIGTSTP) R_DEFAULT_PACKAGES=NULL LC_ALL=C ./bin/R --vanilla > root at x065:[/data/prj/cran/64/R-3.2.3]ls -l ./library/tools/R/sysdata.rdx > -rw-r--r-- 1 root 33 193 Dec 17 16:49 ./library/tools/R/sysdata.rdx > root at x065:[/dat...