search for: searchpath

Displaying 20 results from an estimated 55 matches for "searchpath".

Did you mean: search_path
2009 Jun 10
1
searchpaths
May I use "searchpaths()" with arguments partially matching file names that are found in different directories ? My question is whether this is th R function equivalent of Linux "find" or Windows "search". Both O.S. calls are given a starting point so that they search all diectories from then d...
2000 Aug 04
2
running non-base functions
Having loaded R for windows, I cannot run fnctions that aren't in the base folder. Typing searchpaths() tells me that only the base folder is in the search path. How can the path be modified to include other folders? Thanks, Ely rabin at brandeis.edu -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R...
2006 Oct 21
2
object(s) are masked from package - what does it mean?
Hi, Sometime when I attach a dataset, R gives me the following message/warning:"The following object(s) are masked from package:datasets: column_name". Does anyone know what it means? Since it seems that the dataset was attached and I could manipulate the data from the dataset without problems, I am wondering what was R trying to tell me. Thanks, Tom [[alternative HTML version
2012 Mar 15
3
using puppet to configure local settings
Hi, I was asked by my boss if puppet can handle the following scenario. - 2 server (A and B) - same config for each server, eg. /etc/resolv.conf (nameserver 1.2.3.4) - but B should have a local unique requirement of another nameserver 5.6.7.8 so, A will have nameserver 1.2.3.4 but B will have nameserver 5.6.7.8 nameserver 1.2.3.4 when we change the global nameserver 1.2.3.4 to 9.8.7.6, it
2007 Apr 13
1
how to control which version of a package library() installs?
library() seems to remember the location of a package when I give it a lib.loc, and then use that version thereafter, even if I don't supply lib.loc again. Is there any way I can load different versions of a package in one R session? -- I don't seem to able to simply detach the package and then load a different version from a different library location. $ R [...startup info...] >
2003 Apr 18
1
Broken buildworld in groff, 4.8-stable?
...bin/groff/src/libs/libgroff/../../../../../../contrib/groff/src/libs/libgroff/progname.cc /usr_plus/src/gnu/usr.bin/groff/src/libs/libgroff/../../../../../../contrib/groff/src/libs/libgroff/ptable.cc /usr_plus/src/gnu/usr.bin/groff/src/libs/libgroff/../../../../../../contrib/groff/src/libs/libgroff/searchpath.cc /usr_plus/src/gnu/usr.bin/groff/src/libs/libgroff/../../../../../../contrib/groff/src/libs/libgroff/string.cc /usr_plus/src/gnu/usr.bin/groff/src/libs/libgroff/../../../../../../contrib/groff/src/libs/libgroff/strsave.cc /usr_plus/src/gnu/usr.bin/groff/src/libs/libgroff/../../../../../../contrib...
2011 Oct 12
0
Override values from default node inheritance (variable scoping).
...everything that isn''t a "true default" outside of the default node. Thanks you in advance for you answer. Regards, Adrian. Templates.pp: node default_template { ... include resolver resolver::resolv_conf { "company": domainname => "company.local", searchpath => [''company.local''], nameservers => [''192.168.1.123'', ''192.168.1.124''], } ... } Node configuration: node "node.company.local" inherits default_template { ... } Resolver class: class resolver { define resolv_conf($dom...
2013 Mar 08
2
multiple pamameter values in puppet dashboard ENC
Is there a way to use send multiple parameter values using puppet dashboard ENC? For example, nameserver = 10.0.0.1, 10.0.0.2 or perhaps nameserver = [''10.0.0.1'',''10.0.0.2''} then the template erb file can loop through each of the nameserver values to set up mulitple nameservers in resolve.conf? Thanks - Oli -- You received this message because you are
2013 Mar 11
1
using parameter with puppet dashboard and site.pp
...ime being the easiest way to get support guys to add nodes to classes. I have to use global parameters in my modules if I would like to declare parameters using dashboard as the ENC. So I have a module which does this: class resolver ($domain_name=$::domainname, $search_path=$::searchpath, $name_servers=$::nameservers, ){ if ($name_servers == undef) { fail(''ensure at least the namesever parameter is defined'') } ... The 3 global parameters can be passed in using dashboard ENC. I have a requirement to add a name_server parameter, whic...
2006 Apr 13
1
6.1-RC1 fails to compile... missing header files in /usr/src/gnu/usr.bin/groff/src/libs/libgroff?
...nu/usr.bin/groff/src/lib s/libgroff/../../../../../../contrib/groff/src/libs/libgroff/prime.cpp /usr/src/ gnu/usr.bin/groff/src/libs/libgroff/../../../../../../contrib/groff/src/libs/lib groff/ptable.cpp /usr/src/gnu/usr.bin/groff/src/libs/libgroff/../../../../../../ contrib/groff/src/libs/libgroff/searchpath.cpp /usr/src/gnu/usr.bin/groff/src/li bs/libgroff/../../../../../../contrib/groff/src/libs/libgroff/string.cpp /usr/sr c/gnu/usr.bin/groff/src/libs/libgroff/../../../../../../contrib/groff/src/libs/l ibgroff/strsave.cpp /usr/src/gnu/usr.bin/groff/src/libs/libgroff/../../../../../ ../contrib/groff/s...
2012 May 13
1
R package dependency issues when namespace is not attached
I have always assumed that having a package in the 'Depends' field would automatically also?import?the namespace. However, it seems that in R 2.15, dependencies do not become available until the package is actually?attached?to the searchpath. Is this intended behavior? The problem appears as follows: Suppose there is a package 'Child' which?Depends, but does not explicitly import?a package called 'Parent' and contains a function that calls out to an object in the namespace of 'Parent'. When this function is cal...
2016 Dec 19
2
[lld] RFC: Finding shared libraries on OpenBSD
...D systems. And the searching code should probably be moved to its own function. Index: ELF/DriverUtils.cpp =================================================================== --- ELF/DriverUtils.cpp (revision 290066) +++ ELF/DriverUtils.cpp (working copy) @@ -153,9 +153,34 @@ return findFromSearchPaths(Name.substr(1)); for (StringRef Dir : Config->SearchPaths) { - if (!Config->Static) + if (!Config->Static) { if (Optional<std::string> S = findFile(Dir, "lib" + Name + ".so")) return S; + + const StringRef LibName = (Twine("li...
2003 Mar 28
2
file.show("morley.tab") responds "NO FILE"
...er/teach/sstat14/ RIntro_ITC_2003022.pdf comments on the same problem at the bottom of his page 5 and on page 6. His solution is to enter the full path file.show("/usr/lib/R/library/base/data/morley.tab") which works but depends on your system''s R.home(), /usr/lib/R for me [my searchpaths() includes /usr/lib/R/library/base]. He then suggests the solution data(morley) This works, but would force a few line changes in Appendix A of the document "An Introduction to R". Venables and Smith''s succeeding example for beginners to try has read.table("morley.t...
2016 Dec 20
0
[lld] RFC: Finding shared libraries on OpenBSD
...robably be moved > to its own function. > > > Index: ELF/DriverUtils.cpp > =================================================================== > --- ELF/DriverUtils.cpp (revision 290066) > +++ ELF/DriverUtils.cpp (working copy) > @@ -153,9 +153,34 @@ > return findFromSearchPaths(Name.substr(1)); > > for (StringRef Dir : Config->SearchPaths) { > - if (!Config->Static) > + if (!Config->Static) { > if (Optional<std::string> S = findFile(Dir, "lib" + Name + ".so")) > return S; > + > + con...
2012 Jan 23
13
Template Help Please
Hello, I am trying to setup a template with data being passed in as a long string of data which is being returned via extlookup() i.e. $resolvers = "10.10.10.10 11.11.11.11.12.12.12.12" The template should split those up and put a nameserver entry per line in /etc/resolv.conf I have this in the template now:- <%=
2010 Apr 23
1
help in conditional histogram
...uot;data" is not a graphical parameter 7: In title(main = main, sub = sub, xlab = xlab, ylab = ylab, ...) : "data" is not a graphical parameter 8: In axis(1, ...) : "data" is not a graphical parameter 9: In axis(2, ...) : "data" is not a graphical parameter > searchpaths() [1] ".GlobalEnv" "/home/cdu/library/lattice" [3] "/home/cdu/library/stats" "/home/cdu/library/graphics" [5] "/home/cdu/library/grDevices" "/home/cdu/library/utils" [7] "/home/cdu/library/datasets" &qu...
2003 May 22
1
[LLVMdev] allow gcc .... /full/path/to/libfoo.a
...ite.get() == 0) return PrintAndReturn(argv[0], ErrorMessage); + // We always look first in the current directory when searching for libraries. + LibPaths.insert(LibPaths.begin(), "."); + // If the user specied an extra search path in their environment, respect it. if (char *SearchPath = getenv("LLVM_LIB_SEARCH_PATH")) LibPaths.push_back(SearchPath); for (unsigned i = 1; i < InputFilenames.size(); ++i) { + // A user may specify an ar archive without -l, perhaps because it + // is not installed as a library. Detect that and link the library. + if (I...
2012 May 16
2
Announce: Facter 2.0.0rc1 Available
...acter, facts could end or begin with whitespace. Now they have been normalized so that whitespace is always stripped. However, since the whitespace may be essential for some facts, it is possible to opt out of the stripping of whitespace when defining a fact. Relative directories now excluded from searchpath For security reasons and principle of least surprise, Facter now explicitly excludes relative directories from its searchpath. When a directory is excluded, Facter will log a debug message. Removed deprecated memorytotal fact Previously deprecated, the preferred fact is memorysize. FACTER...
2012 Feb 23
1
[PATCH v2] Add a flag to make some functions called only at CONFIG state(RHBZ796520)
..."; ConfigOnly], [], "set the qemu binary", "\ @@ -239,7 +239,7 @@ Return the current qemu binary. This is always non-NULL. If it wasn't set already, then this will return the default qemu binary name."); - ("set_path", (RErr, [OptString "searchpath"], []), -1, [FishAlias "path"], + ("set_path", (RErr, [OptString "searchpath"], []), -1, [FishAlias "path"; ConfigOnly], [], "set the search path", "\ @@ -260,7 +260,7 @@ Return the current search path. This is always non-NUL...
2007 Oct 11
3
lme4 install trouble
After upgrading to R 2.6.0, I'm having trouble running lmer: model <- lmer(primed ~ log(dist.time)*role + 1|target.utt, data=data.utts) Error in UseMethod("as.logical") : no applicable method for "as.logical" So I thought I'd upgrade lme4 to the latest version, but unfortunately the compilation fails - perhaps there's a missing #include: R CMD INSTALL