search for: package_

Displaying 16 results from an estimated 16 matches for "package_".

Did you mean: packages
2012 Feb 13
1
Overwrite S3 methond from base package
...#39;ve the following directives, which should export my methods: S3method(droplevels, factor) S3method(droplevels, data.frame) However, when I load my package and I try to use those functions, the dispatching mechanism calls the functions droplevels.factor and droplevels.data.frame from the _base package_. So, is there any way to overwrite droplevels.factor and droplevels.data.frame from the base package with my functions? Or do I have to create a generic function on my own? Thanks for your help. Kind Regards, Thorn
2010 Aug 03
2
[LLVMdev] llvm/Config/config.h namespace problem
Hi, The LLVM headers llvm-c/Target.h and llvm/Target/TargetSelect.h include the header llvm/Config/config.h, which defines common macros, such as PACKAGE_BUGREPORT. If a project that uses LLVM includes any of these headers, the project's own macros of the same names can be redefined. Most advice I have seen says that installed headers should never define such common macros. Thus, an internal config.h should never be installed: http://stac...
2011 Sep 14
1
[nut-commits] svn commit r3225 - trunk/tools/nut-scanner
On Wed, 2011-09-14 at 12:24 +0000, Charles Lepple wrote: > Author: clepple-guest > Date: Wed Sep 14 12:24:58 2011 > New Revision: 3225 > URL: http://trac.networkupstools.org/projects/nut/changeset/3225 > > Log: > Silence redefined PACKAGE_ macro warnings > > This should be fixed properly upstream, but in the mean time, the SNMP-based > tools can't use these macros properly (since they will have the values for > Net-SNMP, not NUT). > > Modified: > trunk/tools/nut-scanner/scan_snmp.c > > Modified: t...
2020 Oct 08
0
unable to plot bode - phase with control package
...the order of your system. Do a search on "winding number" "bode" But if by inspection you think that shortcut will work for your system then do what you need to. d) If implementing a more general alternative solution is your itch, I am sure the maintainer of this _contributed package_ would welcome patches to add features. On October 8, 2020 12:08:19 AM PDT, fr1d_mail via R-help <r-help at r-project.org> wrote: >Dear All > >I hope my question is relevant on this forum, else very sorry for the >disturbance > >I want to simply plot a bode diagram of a si...
2020 Oct 08
2
unable to plot bode - phase with control package
Dear All I hope my question is relevant on this forum, else very sorry for the disturbance I want to simply plot a bode diagram of a siso model using the 'bodeplot' command in the control package fail due to error in 'issiso' evaluation... Error in if (issiso(sys)) {: then I try by myself some retro-engineering :) the problem is when I use H <- freqresp(syst, w) mag =
2017 Nov 24
0
installing "rgl" package
On 23 November 2017 at 15:05, Santosh wrote: | I am trying to install 'rgl' package in Ubuntu.. Would highly appreciate | your assistance .. I tried several leads available on various discussion | fora and nothing helped so far. Install the _pre-built binary package_ via sudo apt install r-cran-rgl Dirk -- http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
2005 Aug 11
1
Error in autoloader
...fint", package = "MASS") : autoloader did not find 'confint' in 'MASS' An example of the complete session is given at the end of this email. A search in the docs. At present I have 3 directories where packages are kept, as I use apt-get install "r-cran-package_ name" when one is available in Debian and when it is not R, R CMD INSTALL package_name. This gives me the following directories when use help.start(): (1) Packages in /usr/local/lib/R/site-library (packages installed by R CMD INSTALL) (2) Packages in /usr/lib/R/site-library (packages ins...
2010 Aug 03
0
[LLVMdev] llvm/Config/config.h namespace problem
"Joel E. Denny" <jdenny at etinternational.com> writes: > The LLVM headers llvm-c/Target.h and llvm/Target/TargetSelect.h include > the header llvm/Config/config.h, which defines common macros, such as > PACKAGE_BUGREPORT. If a project that uses LLVM includes any of these > headers, the project's own macros of the same names can be redefined. > > Most advice I have seen says that installed headers should never define > such common macros. Thus, an internal config.h should never be instal...
2015 Aug 21
0
[ANNOUNCE] xf86-video-xgi 1.6.1
...use Bool instead of BOOL. Uncomment header includes. Use better variable types. Improve format strings in messages and errors. Do not build in DEBUG mode by default. Make PutImage implementation match prototype. Make cast match target variable type. Remove PACKAGE_* definitions from xgi_dri.c. Compare integer return values to integers. Make two unused Scaling variables static. Add unistd.h for usleep(). Remove const from variable. Trevor Woerner (1): Convert x+m/calloc/free to m/calloc/free. git tag: xf86-video-xgi-1.6.1 http:...
2017 Nov 24
4
installing "rgl" package
...t-security -D_FORTIFY_SOURCE=2 -g -DHAVE_PNG_H -I/usr/include/libpng12 conftest.c -lGL -L/usr/lib/x86_64-linux-gnu -lpng12 -lX11 >&5*/*usr/bin/ld: cannot find -lGL collect2: error: ld returned 1 exit status configure:4288: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLU_H 1 | /* end confdefs.h. */ | | /* Overrid...
2017 Nov 24
2
installing "rgl" package
...test.c -lGL -L/usr/lib/x86_64-linux-gnu -lpng12 -lX11 >> >>> &5*/*usr/bin/ld: cannot find -lGL >>> >> collect2: error: ld returned 1 exit status >> configure:4288: $? = 1 >> configure: failed program was: >> | /* confdefs.h */ >> | #define PACKAGE_NAME "" >> | #define PACKAGE_TARNAME "" >> | #define PACKAGE_VERSION "" >> | #define PACKAGE_STRING "" >> | #define PACKAGE_BUGREPORT "" >> | #define PACKAGE_URL "" >> | #define HAVE_GL_GL_H 1 >> |...
2017 Nov 24
0
installing "rgl" package
...-DHAVE_PNG_H -I/usr/include/libpng12 > conftest.c -lGL -L/usr/lib/x86_64-linux-gnu -lpng12 -lX11 >> &5*/*usr/bin/ld: cannot find -lGL > collect2: error: ld returned 1 exit status > configure:4288: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | #define HAVE_GL_GL_H 1 > | #define HAVE_GL_GLU_H 1 >...
2011 Aug 17
4
Referencing 'inst' directory in installed package
Hi, My R package has files in the 'inst' directory that it needs to reference. How can the R scripts in my package find out the full path to the 'inst' directory after the package is installed, given that different users may have installed the package to different libraries? Thanks, Jon Malmaud
2017 Nov 24
0
installing "rgl" package
...-L/usr/lib/x86_64-linux-gnu -lpng12 -lX11 > > &5*/*usr/bin/ld: cannot find -lGL > > collect2: error: ld returned 1 exit status > configure:4288: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | #define HA...
2017 Nov 23
5
installing "rgl" package
Hi Rxperts, I am trying to install 'rgl' package in Ubuntu.. Would highly appreciate your assistance .. I tried several leads available on various discussion fora and nothing helped so far. * installing *source* package ?rgl? ...checking for gcc... gcc -std=gnu99 checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of
2020 Apr 10
0
Wine release 5.6
...rapper functions obsolete. makefiles: Don't use standard libs for programs that specify -nodefaultlibs. winecrt0: Rebuild the argv array instead of getting it from libwine. msvcrt: Rebuild the argv array instead of getting it from libwine. winecfg: Avoid depending on the PACKAGE_* macros. winepath: Remove the --version option. winepath: Build with msvcrt. winver: Build with msvcrt. libwine: Remove some no longer needed helper functions. libwine: Remove __wine_main_arg* from the public header. winedump: Get rid of a useless destructor. Al...