Top "Packages" questions

Package broadly refers to two things: 1) a usable unit/component of built/compiled software, or 2) a partition of the global namespace (Java).

Cordova + Ionic framework - How to safely change package name?

i would like to change default name of the installation package from default com.ionicframework.starterto com.something.something, how …

android cordova packages ionic-framework
Do you put Babel and Webpack in devDependencies or Dependencies?

I'm new to npm and don't really understand what should go into dependencies vs. devDependencies. I know that for testing …

javascript npm dependencies packages package-managers
Making an executable in Cython

Been playing with cython. Normally program in Python, but used C in a previous life. I can't figure out how …

python packages cython executable
How to include the Spongy Castle JAR in Android?

Apparently Spongy Castle is the Android alternative to using a full version of Bouncy Castle. However, on importing the jar …

java android packages bouncycastle spongycastle
Why can't my subclass access a protected variable of its superclass, when it's in a different package?

I have an abstract class, relation in package database.relation and a subclass of it, Join, in package database.operations. …

java packages access-modifiers protected
How to load packages in Octave permanently?

I am using Octave on Window vista. I am using 4 package in my code. But every time I restart octave, …

config octave packages loading startup
How to get the list of options that Python was compiled with?

You can compile Python in various ways. I'd like to find out with which options my Python was compiled. Concrete …

python compilation packages
What strategy do you use for package naming in Java projects and why?

I thought about this awhile ago and it recently resurfaced as my shop is doing its first real Java web …

java naming-conventions packages
__init__.py can't find local modules

Borrowing a simplified example at http://pythoncentral.io/how-to-create-a-python-package/ I have an analogous file structure as follows, where Mammals.py …

python packages init python-module
Install a local R package with dependencies from CRAN mirror

I have built an R package, i.e. I have the mypackage.tar.gz file. This package depends on several …

r dependencies repository packages cran